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.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
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.
-
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/latest/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/latest/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/latest/fusionapps/CreateDataMaskingActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDataMaskingActivity API.
-
createEmailSubdomain
CreateEmailSubdomainResponse createEmailSubdomain(CreateEmailSubdomainRequest request)
Creates an email Subdomain for a brand- 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/latest/fusionapps/CreateEmailSubdomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateEmailSubdomain 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/latest/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/latest/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/latest/fusionapps/CreateFusionEnvironmentFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFusionEnvironmentFamily API.
-
createMarketingBrand
CreateMarketingBrandResponse createMarketingBrand(CreateMarketingBrandRequest request)
Creates a marketing brand for 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/latest/fusionapps/CreateMarketingBrandExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMarketingBrand API.
-
createMicrosite
CreateMicrositeResponse createMicrosite(CreateMicrositeRequest request)
Creates a microsite for brand- 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/latest/fusionapps/CreateMicrositeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMicrosite 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/latest/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/latest/fusionapps/CreateServiceAttachmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateServiceAttachment API.
-
deleteEmailSubdomain
DeleteEmailSubdomainResponse deleteEmailSubdomain(DeleteEmailSubdomainRequest request)
Delete an email subdomain for a brand- 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/latest/fusionapps/DeleteEmailSubdomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteEmailSubdomain 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/latest/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/latest/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/latest/fusionapps/DeleteFusionEnvironmentFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFusionEnvironmentFamily API.
-
deleteMarketingBrand
DeleteMarketingBrandResponse deleteMarketingBrand(DeleteMarketingBrandRequest request)
Deletes a Marketing brand for 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/latest/fusionapps/DeleteMarketingBrandExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMarketingBrand API.
-
deleteMicrosite
DeleteMicrositeResponse deleteMicrosite(DeleteMicrositeRequest request)
Delete microsite for a brand- 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/latest/fusionapps/DeleteMicrositeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMicrosite 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/latest/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/latest/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/latest/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/latest/fusionapps/GetDataMaskingActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDataMaskingActivity API.
-
getEmailSubdomain
GetEmailSubdomainResponse getEmailSubdomain(GetEmailSubdomainRequest request)
Gets an email subdomain for the brand- 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/latest/fusionapps/GetEmailSubdomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetEmailSubdomain API.
-
getEmailSubdomainCsr
GetEmailSubdomainCsrResponse getEmailSubdomainCsr(GetEmailSubdomainCsrRequest request)
Gets a CSR for email subdomain for a brand- 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/latest/fusionapps/GetEmailSubdomainCsrExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetEmailSubdomainCsr API.
-
getEmailSubdomainDnsConfig
GetEmailSubdomainDnsConfigResponse getEmailSubdomainDnsConfig(GetEmailSubdomainDnsConfigRequest request)
Get all DNS records for emailSubdomain- 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/latest/fusionapps/GetEmailSubdomainDnsConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetEmailSubdomainDnsConfig 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/latest/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/latest/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/latest/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/latest/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/latest/fusionapps/GetFusionEnvironmentStatusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFusionEnvironmentStatus API.
-
getMarketingBrand
GetMarketingBrandResponse getMarketingBrand(GetMarketingBrandRequest request)
Gets a Marketing Brand 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/latest/fusionapps/GetMarketingBrandExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMarketingBrand API.
-
getMicrosite
GetMicrositeResponse getMicrosite(GetMicrositeRequest request)
Get the microsite for the brand- 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/latest/fusionapps/GetMicrositeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMicrosite API.
-
getMicrositeDnsConfig
GetMicrositeDnsConfigResponse getMicrositeDnsConfig(GetMicrositeDnsConfigRequest request)
Get DNS records for microsite- 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/latest/fusionapps/GetMicrositeDnsConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMicrositeDnsConfig 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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/fusionapps/ListDataMaskingActivitiesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDataMaskingActivities API.
-
listEmailSubdomains
ListEmailSubdomainsResponse listEmailSubdomains(ListEmailSubdomainsRequest request)
Returns a list of email subdomains for a brand- 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/latest/fusionapps/ListEmailSubdomainsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListEmailSubdomains 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/latest/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/latest/fusionapps/ListFusionEnvironmentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFusionEnvironments API.
-
listMarketingBrands
ListMarketingBrandsResponse listMarketingBrands(ListMarketingBrandsRequest request)
Returns a list of marketing brands- 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/latest/fusionapps/ListMarketingBrandsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMarketingBrands API.
-
listMicrosites
ListMicrositesResponse listMicrosites(ListMicrositesRequest request)
Returns a list of microsites- 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/latest/fusionapps/ListMicrositesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMicrosites 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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/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/latest/fusionapps/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.
-
requestEmailSubdomainCsr
RequestEmailSubdomainCsrResponse requestEmailSubdomainCsr(RequestEmailSubdomainCsrRequest request)
Request Email Subdomain CSR- 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/latest/fusionapps/RequestEmailSubdomainCsrExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RequestEmailSubdomainCsr 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/latest/fusionapps/ResetFusionEnvironmentPasswordExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResetFusionEnvironmentPassword API.
-
updateEmailSubdomain
UpdateEmailSubdomainResponse updateEmailSubdomain(UpdateEmailSubdomainRequest request)
Updates an email subdomain- 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/latest/fusionapps/UpdateEmailSubdomainExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateEmailSubdomain 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/latest/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/latest/fusionapps/UpdateFusionEnvironmentFamilyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFusionEnvironmentFamily API.
-
updateMarketingBrand
UpdateMarketingBrandResponse updateMarketingBrand(UpdateMarketingBrandRequest request)
Updates a Marketing Brand- 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/latest/fusionapps/UpdateMarketingBrandExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMarketingBrand API.
-
updateMicrosite
UpdateMicrositeResponse updateMicrosite(UpdateMicrositeRequest request)
Updates an microsite- 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/latest/fusionapps/UpdateMicrositeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMicrosite 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/latest/fusionapps/UpdateRefreshActivityExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateRefreshActivity API.
-
uploadEmailSubdomainCertificate
UploadEmailSubdomainCertificateResponse uploadEmailSubdomainCertificate(UploadEmailSubdomainCertificateRequest request)
upload certificate for emailSubdomain- 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/latest/fusionapps/UploadEmailSubdomainCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UploadEmailSubdomainCertificate API.
-
validateAndConfigureEmailSubdomainCertificate
ValidateAndConfigureEmailSubdomainCertificateResponse validateAndConfigureEmailSubdomainCertificate(ValidateAndConfigureEmailSubdomainCertificateRequest request)
Validate and configure certificate for emailSubdomain- 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/latest/fusionapps/ValidateAndConfigureEmailSubdomainCertificateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ValidateAndConfigureEmailSubdomainCertificate API.
-
validateAndConfigureEmailSubdomainDns
ValidateAndConfigureEmailSubdomainDnsResponse validateAndConfigureEmailSubdomainDns(ValidateAndConfigureEmailSubdomainDnsRequest request)
Validate and configure DNS records for emailSubdomain- 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/latest/fusionapps/ValidateAndConfigureEmailSubdomainDnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ValidateAndConfigureEmailSubdomainDns API.
-
validateAndConfigureMicrositeDns
ValidateAndConfigureMicrositeDnsResponse validateAndConfigureMicrositeDns(ValidateAndConfigureMicrositeDnsRequest request)
Validate and configure DNS records for microsite- 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/latest/fusionapps/ValidateAndConfigureMicrositeDnsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ValidateAndConfigureMicrositeDns 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/latest/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
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.
-
-