Interface FusionApplications
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- FusionApplicationsClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20211201") public interface FusionApplications extends AutoCloseableUse the Fusion Applications Environment Management API to manage the environments where your Fusion Applications run.For more information, see the Fusion Applications Environment Management documentation. This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user. 
- 
- 
Method Summary- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
changeFusionEnvironmentCompartmentChangeFusionEnvironmentCompartmentResponse changeFusionEnvironmentCompartment(ChangeFusionEnvironmentCompartmentRequest request) Moves a FusionEnvironment into a different compartment.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ChangeFusionEnvironmentCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeFusionEnvironmentCompartment API. 
 
 - 
changeFusionEnvironmentFamilyCompartmentChangeFusionEnvironmentFamilyCompartmentResponse changeFusionEnvironmentFamilyCompartment(ChangeFusionEnvironmentFamilyCompartmentRequest request) Moves a FusionEnvironmentFamily into a different compartment.When provided, If-Match is checked against ETag values of the resource. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ChangeFusionEnvironmentFamilyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeFusionEnvironmentFamilyCompartment API. 
 
 - 
createDataMaskingActivityCreateDataMaskingActivityResponse createDataMaskingActivity(CreateDataMaskingActivityRequest request) Creates a new DataMaskingActivity.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/CreateDataMaskingActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDataMaskingActivity API. 
 
 - 
createFusionEnvironmentCreateFusionEnvironmentResponse createFusionEnvironment(CreateFusionEnvironmentRequest request) Creates a new FusionEnvironment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/CreateFusionEnvironmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFusionEnvironment API. 
 
 - 
createFusionEnvironmentAdminUserCreateFusionEnvironmentAdminUserResponse createFusionEnvironmentAdminUser(CreateFusionEnvironmentAdminUserRequest request) Create a FusionEnvironment admin user- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/CreateFusionEnvironmentAdminUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFusionEnvironmentAdminUser API. 
 
 - 
createFusionEnvironmentFamilyCreateFusionEnvironmentFamilyResponse createFusionEnvironmentFamily(CreateFusionEnvironmentFamilyRequest request) Creates a new FusionEnvironmentFamily.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/CreateFusionEnvironmentFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFusionEnvironmentFamily API. 
 
 - 
createRefreshActivityCreateRefreshActivityResponse createRefreshActivity(CreateRefreshActivityRequest request) Creates a new RefreshActivity.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/CreateRefreshActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateRefreshActivity API. 
 
 - 
createServiceAttachmentCreateServiceAttachmentResponse createServiceAttachment(CreateServiceAttachmentRequest request) Attaches a service instance to the fusion pod.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/CreateServiceAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateServiceAttachment API. 
 
 - 
deleteFusionEnvironmentDeleteFusionEnvironmentResponse deleteFusionEnvironment(DeleteFusionEnvironmentRequest request) Deletes the Fusion environment identified by it’s OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/DeleteFusionEnvironmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFusionEnvironment API. 
 
 - 
deleteFusionEnvironmentAdminUserDeleteFusionEnvironmentAdminUserResponse deleteFusionEnvironmentAdminUser(DeleteFusionEnvironmentAdminUserRequest request) Deletes the FusionEnvironment administrator user identified by the username.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/DeleteFusionEnvironmentAdminUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFusionEnvironmentAdminUser API. 
 
 - 
deleteFusionEnvironmentFamilyDeleteFusionEnvironmentFamilyResponse deleteFusionEnvironmentFamily(DeleteFusionEnvironmentFamilyRequest request) Deletes a FusionEnvironmentFamily resource by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/DeleteFusionEnvironmentFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFusionEnvironmentFamily API. 
 
 - 
deleteRefreshActivityDeleteRefreshActivityResponse deleteRefreshActivity(DeleteRefreshActivityRequest request) Deletes a scheduled RefreshActivity resource by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/DeleteRefreshActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteRefreshActivity API. 
 
 - 
deleteServiceAttachmentDeleteServiceAttachmentResponse deleteServiceAttachment(DeleteServiceAttachmentRequest request) Delete a service attachment by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/DeleteServiceAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteServiceAttachment API. 
 
 - 
generateExtractDetailsGenerateExtractDetailsResponse generateExtractDetails(GenerateExtractDetailsRequest request) Begin the process of showing the details about where to retrieve data extract for a Fusion environment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/GenerateExtractDetailsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateExtractDetails API. 
 
 - 
getDataMaskingActivityGetDataMaskingActivityResponse getDataMaskingActivity(GetDataMaskingActivityRequest request) Gets a DataMaskingActivity by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/GetDataMaskingActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDataMaskingActivity API. 
 
 - 
getFusionEnvironmentGetFusionEnvironmentResponse getFusionEnvironment(GetFusionEnvironmentRequest request) Gets a FusionEnvironment by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/GetFusionEnvironmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFusionEnvironment API. 
 
 - 
getFusionEnvironmentFamilyGetFusionEnvironmentFamilyResponse getFusionEnvironmentFamily(GetFusionEnvironmentFamilyRequest request) Retrieves a fusion environment family identified by its OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/GetFusionEnvironmentFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFusionEnvironmentFamily API. 
 
 - 
getFusionEnvironmentFamilyLimitsAndUsageGetFusionEnvironmentFamilyLimitsAndUsageResponse getFusionEnvironmentFamilyLimitsAndUsage(GetFusionEnvironmentFamilyLimitsAndUsageRequest request) Gets the number of environments (usage) of each type in the fusion environment family, as well as the limit that’s allowed to be created based on the group’s associated subscriptions.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/GetFusionEnvironmentFamilyLimitsAndUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFusionEnvironmentFamilyLimitsAndUsage API. 
 
 - 
getFusionEnvironmentFamilySubscriptionDetailGetFusionEnvironmentFamilySubscriptionDetailResponse getFusionEnvironmentFamilySubscriptionDetail(GetFusionEnvironmentFamilySubscriptionDetailRequest request) Gets the subscription details of an fusion environment family.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/GetFusionEnvironmentFamilySubscriptionDetailExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFusionEnvironmentFamilySubscriptionDetail API. 
 
 - 
getFusionEnvironmentStatusGetFusionEnvironmentStatusResponse getFusionEnvironmentStatus(GetFusionEnvironmentStatusRequest request) Gets the status of a Fusion environment identified by its OCID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/GetFusionEnvironmentStatusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFusionEnvironmentStatus API. 
 
 - 
getRefreshActivityGetRefreshActivityResponse getRefreshActivity(GetRefreshActivityRequest request) Gets a RefreshActivity by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/GetRefreshActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetRefreshActivity API. 
 
 - 
getScheduledActivityGetScheduledActivityResponse getScheduledActivity(GetScheduledActivityRequest request) Gets a ScheduledActivity by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/GetScheduledActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetScheduledActivity API. 
 
 - 
getServiceAttachmentGetServiceAttachmentResponse getServiceAttachment(GetServiceAttachmentRequest request) Gets a Service Attachment by identifier- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/GetServiceAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetServiceAttachment API. 
 
 - 
getWorkRequestGetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Gets the status of the work request with the given ID.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API. 
 
 - 
initiateExtractInitiateExtractResponse initiateExtract(InitiateExtractRequest request) Begin the process of generating the data extract for a Fusion environment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/InitiateExtractExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use InitiateExtract API. 
 
 - 
listAdminUsersListAdminUsersResponse listAdminUsers(ListAdminUsersRequest request) List all FusionEnvironment admin users- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ListAdminUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAdminUsers API. 
 
 - 
listDataMaskingActivitiesListDataMaskingActivitiesResponse listDataMaskingActivities(ListDataMaskingActivitiesRequest request) Returns a list of DataMaskingActivities.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ListDataMaskingActivitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDataMaskingActivities API. 
 
 - 
listFusionEnvironmentFamiliesListFusionEnvironmentFamiliesResponse listFusionEnvironmentFamilies(ListFusionEnvironmentFamiliesRequest request) Returns a list of FusionEnvironmentFamilies.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ListFusionEnvironmentFamiliesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFusionEnvironmentFamilies API. 
 
 - 
listFusionEnvironmentsListFusionEnvironmentsResponse listFusionEnvironments(ListFusionEnvironmentsRequest request) Returns a list of FusionEnvironments.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ListFusionEnvironmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFusionEnvironments API. 
 
 - 
listRefreshActivitiesListRefreshActivitiesResponse listRefreshActivities(ListRefreshActivitiesRequest request) Returns a list of RefreshActivities.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ListRefreshActivitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRefreshActivities API. 
 
 - 
listScheduledActivitiesListScheduledActivitiesResponse listScheduledActivities(ListScheduledActivitiesRequest request) Returns a list of ScheduledActivities.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ListScheduledActivitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListScheduledActivities API. 
 
 - 
listServiceAttachmentsListServiceAttachmentsResponse listServiceAttachments(ListServiceAttachmentsRequest request) Returns a list of service attachments.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ListServiceAttachmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListServiceAttachments API. 
 
 - 
listTimeAvailableForRefreshesListTimeAvailableForRefreshesResponse listTimeAvailableForRefreshes(ListTimeAvailableForRefreshesRequest request) Gets available refresh time for this fusion environment- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ListTimeAvailableForRefreshesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTimeAvailableForRefreshes API. 
 
 - 
listWorkRequestErrorsListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Return a (paginated) list of errors for a given work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API. 
 
 - 
listWorkRequestLogsListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Return a (paginated) list of logs for a given work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API. 
 
 - 
listWorkRequestsListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) Lists the work requests in a compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API. 
 
 - 
resetFusionEnvironmentPasswordResetFusionEnvironmentPasswordResponse resetFusionEnvironmentPassword(ResetFusionEnvironmentPasswordRequest request) Reset FusionEnvironment admin password.This API will be deprecated on Mon, 15 Jan 2024 01:00:00 GMT. Users can reset password themselves, FAaaS will no longer provide an API for this. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/ResetFusionEnvironmentPasswordExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResetFusionEnvironmentPassword API. 
 
 - 
updateFusionEnvironmentUpdateFusionEnvironmentResponse updateFusionEnvironment(UpdateFusionEnvironmentRequest request) Updates the FusionEnvironment- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/UpdateFusionEnvironmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFusionEnvironment API. 
 
 - 
updateFusionEnvironmentFamilyUpdateFusionEnvironmentFamilyResponse updateFusionEnvironmentFamily(UpdateFusionEnvironmentFamilyRequest request) Updates the FusionEnvironmentFamily- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/UpdateFusionEnvironmentFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFusionEnvironmentFamily API. 
 
 - 
updateRefreshActivityUpdateRefreshActivityResponse updateRefreshActivity(UpdateRefreshActivityRequest request) Updates a scheduled RefreshActivity.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/UpdateRefreshActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateRefreshActivity API. 
 
 - 
verifyServiceAttachmentVerifyServiceAttachmentResponse verifyServiceAttachment(VerifyServiceAttachmentRequest request) Verify whether a service instance can be attached to the fusion pod- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/fusionapps/VerifyServiceAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use VerifyServiceAttachment API. 
 
 - 
getWaitersFusionApplicationsWaiters getWaiters() Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
getPaginatorsFusionApplicationsPaginators getPaginators() Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
 
 
- 
 
-