Interface FusionApplications
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
FusionApplicationsClient
@Generated(value="OracleSDKGenerator", comments="API Version: 20211201") public interface FusionApplications extends AutoCloseable
Use 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.AutoCloseable
close
-
-
-
-
Method Detail
-
refreshClient
void refreshClient()
Rebuilds the client from scratch.Useful to refresh certificates.
-
setEndpoint
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).- Parameters:
endpoint
- The endpoint of the service.
-
getEndpoint
String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
-
setRegion
void setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call
setEndpoint
after 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.
-
setRegion
void 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.
-
useRealmSpecificEndpointTemplate
void 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
-
changeFusionEnvironmentCompartment
ChangeFusionEnvironmentCompartmentResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ChangeFusionEnvironmentCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeFusionEnvironmentCompartment API.
-
changeFusionEnvironmentFamilyCompartment
ChangeFusionEnvironmentFamilyCompartmentResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ChangeFusionEnvironmentFamilyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeFusionEnvironmentFamilyCompartment API.
-
createDataMaskingActivity
CreateDataMaskingActivityResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/CreateDataMaskingActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDataMaskingActivity API.
-
createFusionEnvironment
CreateFusionEnvironmentResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/CreateFusionEnvironmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFusionEnvironment API.
-
createFusionEnvironmentAdminUser
CreateFusionEnvironmentAdminUserResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/CreateFusionEnvironmentAdminUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFusionEnvironmentAdminUser API.
-
createFusionEnvironmentFamily
CreateFusionEnvironmentFamilyResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/CreateFusionEnvironmentFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFusionEnvironmentFamily API.
-
createRefreshActivity
CreateRefreshActivityResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/CreateRefreshActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateRefreshActivity API.
-
createServiceAttachment
CreateServiceAttachmentResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/CreateServiceAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateServiceAttachment API.
-
deleteFusionEnvironment
DeleteFusionEnvironmentResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/DeleteFusionEnvironmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFusionEnvironment API.
-
deleteFusionEnvironmentAdminUser
DeleteFusionEnvironmentAdminUserResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/DeleteFusionEnvironmentAdminUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFusionEnvironmentAdminUser API.
-
deleteFusionEnvironmentFamily
DeleteFusionEnvironmentFamilyResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/DeleteFusionEnvironmentFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFusionEnvironmentFamily API.
-
deleteRefreshActivity
DeleteRefreshActivityResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/DeleteRefreshActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteRefreshActivity API.
-
deleteServiceAttachment
DeleteServiceAttachmentResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/DeleteServiceAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteServiceAttachment API.
-
generateExtractDetails
GenerateExtractDetailsResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/GenerateExtractDetailsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateExtractDetails API.
-
getDataMaskingActivity
GetDataMaskingActivityResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/GetDataMaskingActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDataMaskingActivity API.
-
getFusionEnvironment
GetFusionEnvironmentResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/GetFusionEnvironmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFusionEnvironment API.
-
getFusionEnvironmentFamily
GetFusionEnvironmentFamilyResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/GetFusionEnvironmentFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFusionEnvironmentFamily API.
-
getFusionEnvironmentFamilyLimitsAndUsage
GetFusionEnvironmentFamilyLimitsAndUsageResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/GetFusionEnvironmentFamilyLimitsAndUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFusionEnvironmentFamilyLimitsAndUsage API.
-
getFusionEnvironmentFamilySubscriptionDetail
GetFusionEnvironmentFamilySubscriptionDetailResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/GetFusionEnvironmentFamilySubscriptionDetailExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFusionEnvironmentFamilySubscriptionDetail API.
-
getFusionEnvironmentStatus
GetFusionEnvironmentStatusResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/GetFusionEnvironmentStatusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFusionEnvironmentStatus API.
-
getRefreshActivity
GetRefreshActivityResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/GetRefreshActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetRefreshActivity API.
-
getScheduledActivity
GetScheduledActivityResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/GetScheduledActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetScheduledActivity API.
-
getServiceAttachment
GetServiceAttachmentResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/GetServiceAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetServiceAttachment API.
-
getWorkRequest
GetWorkRequestResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API.
-
initiateExtract
InitiateExtractResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/InitiateExtractExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use InitiateExtract API.
-
listAdminUsers
ListAdminUsersResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ListAdminUsersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAdminUsers API.
-
listDataMaskingActivities
ListDataMaskingActivitiesResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ListDataMaskingActivitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDataMaskingActivities API.
-
listFusionEnvironmentFamilies
ListFusionEnvironmentFamiliesResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ListFusionEnvironmentFamiliesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFusionEnvironmentFamilies API.
-
listFusionEnvironments
ListFusionEnvironmentsResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ListFusionEnvironmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFusionEnvironments API.
-
listRefreshActivities
ListRefreshActivitiesResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ListRefreshActivitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRefreshActivities API.
-
listScheduledActivities
ListScheduledActivitiesResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ListScheduledActivitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListScheduledActivities API.
-
listServiceAttachments
ListServiceAttachmentsResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ListServiceAttachmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListServiceAttachments API.
-
listTimeAvailableForRefreshes
ListTimeAvailableForRefreshesResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ListTimeAvailableForRefreshesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListTimeAvailableForRefreshes API.
-
listWorkRequestErrors
ListWorkRequestErrorsResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API.
-
listWorkRequestLogs
ListWorkRequestLogsResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API.
-
listWorkRequests
ListWorkRequestsResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.
-
resetFusionEnvironmentPassword
ResetFusionEnvironmentPasswordResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/ResetFusionEnvironmentPasswordExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResetFusionEnvironmentPassword API.
-
updateFusionEnvironment
UpdateFusionEnvironmentResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/UpdateFusionEnvironmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFusionEnvironment API.
-
updateFusionEnvironmentFamily
UpdateFusionEnvironmentFamilyResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/UpdateFusionEnvironmentFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFusionEnvironmentFamily API.
-
updateRefreshActivity
UpdateRefreshActivityResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/UpdateRefreshActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateRefreshActivity API.
-
verifyServiceAttachment
VerifyServiceAttachmentResponse 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.63.0/fusionapps/VerifyServiceAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use VerifyServiceAttachment API.
-
getWaiters
FusionApplicationsWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
-
getPaginators
FusionApplicationsPaginators getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an
Iterable
interface 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.
-
-