Interface Database
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- DatabaseClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public interface Database extends AutoCloseableThe API for the Database Service.Use this API to manage resources such as databases and DB Systems. For more information, see Overview of the Database Service. This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user. 
- 
- 
Method Summary- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) Sets the region to call (ex, ‘us-phoenix-1’).Note, this will first try to map the region ID to a known Region and call setRegion.If no known Region could be determined, it will create an endpoint based on the default endpoint format ( Region.formatDefaultRegionEndpoint(Service, String)and then callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
activateExadataInfrastructureActivateExadataInfrastructureResponse activateExadataInfrastructure(ActivateExadataInfrastructureRequest request) Activates the specified Exadata infrastructure resource.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ActivateExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ActivateExadataInfrastructure API. 
 
 - 
addStandbyAutonomousContainerDatabaseAddStandbyAutonomousContainerDatabaseResponse addStandbyAutonomousContainerDatabase(AddStandbyAutonomousContainerDatabaseRequest request) Add a standby Autonomous Container Database.For more information about Autonomous Data Guard,see Protect Critical Databases from Failures and Disasters Using Autonomous Data Guard. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/AddStandbyAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddStandbyAutonomousContainerDatabase API. 
 
 - 
addStorageCapacityCloudExadataInfrastructureAddStorageCapacityCloudExadataInfrastructureResponse addStorageCapacityCloudExadataInfrastructure(AddStorageCapacityCloudExadataInfrastructureRequest request) Makes the storage capacity from additional storage servers available for Cloud VM Cluster consumption.Applies to Exadata Cloud Service instances and Autonomous AI Database on dedicated Exadata infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/AddStorageCapacityCloudExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddStorageCapacityCloudExadataInfrastructure API. 
 
 - 
addStorageCapacityExadataInfrastructureAddStorageCapacityExadataInfrastructureResponse addStorageCapacityExadataInfrastructure(AddStorageCapacityExadataInfrastructureRequest request) Makes the storage capacity from additional storage servers available for VM Cluster consumption.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/AddStorageCapacityExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddStorageCapacityExadataInfrastructure API. 
 
 - 
addVirtualMachineToCloudVmClusterAddVirtualMachineToCloudVmClusterResponse addVirtualMachineToCloudVmCluster(AddVirtualMachineToCloudVmClusterRequest request) Add Virtual Machines to the Cloud VM cluster.Applies to Exadata Cloud instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/AddVirtualMachineToCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddVirtualMachineToCloudVmCluster API. 
 
 - 
addVirtualMachineToVmClusterAddVirtualMachineToVmClusterResponse addVirtualMachineToVmCluster(AddVirtualMachineToVmClusterRequest request) Add Virtual Machines to the VM cluster.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/AddVirtualMachineToVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddVirtualMachineToVmCluster API. 
 
 - 
autonomousDatabaseManualRefreshAutonomousDatabaseManualRefreshResponse autonomousDatabaseManualRefresh(AutonomousDatabaseManualRefreshRequest request) Initiates a data refresh for an Autonomous AI Database refreshable clone.Data is refreshed from the source database to the point of a specified timestamp. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/AutonomousDatabaseManualRefreshExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AutonomousDatabaseManualRefresh API. 
 
 - 
cancelBackupCancelBackupResponse cancelBackup(CancelBackupRequest request) Cancel automatic/standalone full/incremental create backup workrequests specified by the backup 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CancelBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelBackup API. 
 
 - 
cancelExecutionWindowCancelExecutionWindowResponse cancelExecutionWindow(CancelExecutionWindowRequest request) Cancels the in progress maintenance activity under this execution window.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CancelExecutionWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelExecutionWindow API. 
 
 - 
cascadingDeleteSchedulingPlanCascadingDeleteSchedulingPlanResponse cascadingDeleteSchedulingPlan(CascadingDeleteSchedulingPlanRequest request) Delete the scheduling plan resource along with all the scheduled actions associated with this 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CascadingDeleteSchedulingPlanExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CascadingDeleteSchedulingPlan API. 
 
 - 
changeAutonomousContainerDatabaseCompartmentChangeAutonomousContainerDatabaseCompartmentResponse changeAutonomousContainerDatabaseCompartment(ChangeAutonomousContainerDatabaseCompartmentRequest request) Move the Autonomous Container Database and its dependent resources to the specified compartment.For more information about moving Autonomous Container Databases, see Moving Database Resources to a Different 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeAutonomousContainerDatabaseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousContainerDatabaseCompartment API. 
 
 - 
changeAutonomousDatabaseCompartmentChangeAutonomousDatabaseCompartmentResponse changeAutonomousDatabaseCompartment(ChangeAutonomousDatabaseCompartmentRequest request) Move the Autonomous AI Database and its dependent resources to the specified compartment.For more information about moving Autonomous AI Databases, see Moving Database Resources to a Different 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeAutonomousDatabaseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousDatabaseCompartment API. 
 
 - 
changeAutonomousDatabaseSoftwareImageCompartmentChangeAutonomousDatabaseSoftwareImageCompartmentResponse changeAutonomousDatabaseSoftwareImageCompartment(ChangeAutonomousDatabaseSoftwareImageCompartmentRequest request) Move the Autonomous AI Database Software Image and its dependent resources to the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeAutonomousDatabaseSoftwareImageCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousDatabaseSoftwareImageCompartment API. 
 
 - 
changeAutonomousDatabaseSubscriptionChangeAutonomousDatabaseSubscriptionResponse changeAutonomousDatabaseSubscription(ChangeAutonomousDatabaseSubscriptionRequest request) Associate an Autonomous AI Database with a different subscription.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeAutonomousDatabaseSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousDatabaseSubscription API. 
 
 - 
changeAutonomousExadataInfrastructureCompartmentChangeAutonomousExadataInfrastructureCompartmentResponse changeAutonomousExadataInfrastructureCompartment(ChangeAutonomousExadataInfrastructureCompartmentRequest request) Deprecated. Use thechangeCloudExadataInfrastructureCompartmentoperation to move an Exadata infrastructure resource to a different compartment andchangeCloudAutonomousVmClusterCompartmentoperation to move an Autonomous Exadata VM cluster to a different compartment.For more information, see Moving Database Resources to a Different 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeAutonomousExadataInfrastructureCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousExadataInfrastructureCompartment API. 
 
 - 
changeAutonomousVmClusterCompartmentChangeAutonomousVmClusterCompartmentResponse changeAutonomousVmClusterCompartment(ChangeAutonomousVmClusterCompartmentRequest request) Moves an Autonomous VM cluster and its dependent resources to another compartment.Applies to Exadata Cloud@Customer only. For systems in the Oracle cloud, see changeAutonomousVmClusterCompartment.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeAutonomousVmClusterCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAutonomousVmClusterCompartment API. 
 
 - 
changeBackupDestinationCompartmentChangeBackupDestinationCompartmentResponse changeBackupDestinationCompartment(ChangeBackupDestinationCompartmentRequest request) Move the backup destination and its dependent resources to the specified compartment.For more information, see Moving Database Resources to a Different 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeBackupDestinationCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeBackupDestinationCompartment API. 
 
 - 
changeCloudAutonomousVmClusterCompartmentChangeCloudAutonomousVmClusterCompartmentResponse changeCloudAutonomousVmClusterCompartment(ChangeCloudAutonomousVmClusterCompartmentRequest request) Moves an Autonomous Exadata VM cluster in the Oracle cloud and its dependent resources to another compartment.For Exadata Cloud@Customer systems, see changeAutonomousVmClusterCompartment.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeCloudAutonomousVmClusterCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudAutonomousVmClusterCompartment API. 
 
 - 
changeCloudAutonomousVmClusterSubscriptionChangeCloudAutonomousVmClusterSubscriptionResponse changeCloudAutonomousVmClusterSubscription(ChangeCloudAutonomousVmClusterSubscriptionRequest request) Associate a Cloud Autonomous VM cluster with a different subscription.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeCloudAutonomousVmClusterSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudAutonomousVmClusterSubscription API. 
 
 - 
changeCloudDbSystemSubscriptionChangeCloudDbSystemSubscriptionResponse changeCloudDbSystemSubscription(ChangeCloudDbSystemSubscriptionRequest request) Associate a cloud DB system with a different subscription.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeCloudDbSystemSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudDbSystemSubscription API. 
 
 - 
changeCloudExadataInfrastructureCompartmentChangeCloudExadataInfrastructureCompartmentResponse changeCloudExadataInfrastructureCompartment(ChangeCloudExadataInfrastructureCompartmentRequest request) Moves a cloud Exadata infrastructure resource and its dependent resources to another compartment.Applies to Exadata Cloud Service instances and Autonomous AI Database on dedicated Exadata infrastructure only.For more information about moving resources to a different compartment, see Moving Database Resources to a Different 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeCloudExadataInfrastructureCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudExadataInfrastructureCompartment API. 
 
 - 
changeCloudExadataInfrastructureSubscriptionChangeCloudExadataInfrastructureSubscriptionResponse changeCloudExadataInfrastructureSubscription(ChangeCloudExadataInfrastructureSubscriptionRequest request) Associate a cloud Exadata infrastructure with a different subscription.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeCloudExadataInfrastructureSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudExadataInfrastructureSubscription API. 
 
 - 
changeCloudVmClusterCompartmentChangeCloudVmClusterCompartmentResponse changeCloudVmClusterCompartment(ChangeCloudVmClusterCompartmentRequest request) Moves a cloud VM cluster and its dependent resources to another compartment.Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeCloudVmClusterCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudVmClusterCompartment API. 
 
 - 
changeCloudVmClusterSubscriptionChangeCloudVmClusterSubscriptionResponse changeCloudVmClusterSubscription(ChangeCloudVmClusterSubscriptionRequest request) Associate a cloud VM cluster with a different subscription.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeCloudVmClusterSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeCloudVmClusterSubscription API. 
 
 - 
changeDatabaseSoftwareImageCompartmentChangeDatabaseSoftwareImageCompartmentResponse changeDatabaseSoftwareImageCompartment(ChangeDatabaseSoftwareImageCompartmentRequest request) Move the Database Software Image and its dependent resources to the specified compartment.For more information about moving Databse Software Images, see Moving Database Resources to a Different 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeDatabaseSoftwareImageCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDatabaseSoftwareImageCompartment API. 
 
 - 
changeDataguardRoleChangeDataguardRoleResponse changeDataguardRole(ChangeDataguardRoleRequest request) Deprecated. Use theconvertStandbyAutonomousContainerDatabaseoperation to switch the Autonomous Container Database (ACD) role between Standby and Snapshot Standby.For more information about changing ACD Role, see Convert Physical Standby to Snapshot Standby and Convert Snapshot Standby to Physical Standby. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeDataguardRoleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDataguardRole API. 
 
 - 
changeDbSystemCompartmentChangeDbSystemCompartmentResponse changeDbSystemCompartment(ChangeDbSystemCompartmentRequest request) Moves the DB system and its dependent resources to the specified compartment.For more information about moving DB systems, see Moving Database Resources to a Different 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeDbSystemCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDbSystemCompartment API. 
 
 - 
changeDisasterRecoveryConfigurationChangeDisasterRecoveryConfigurationResponse changeDisasterRecoveryConfiguration(ChangeDisasterRecoveryConfigurationRequest request) This operation updates the cross-region disaster recovery (DR) details of the standby Autonomous AI Database Serverless database, and must be run on the standby side.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeDisasterRecoveryConfigurationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeDisasterRecoveryConfiguration API. 
 
 - 
changeEncryptionKeyLocationChangeEncryptionKeyLocationResponse changeEncryptionKeyLocation(ChangeEncryptionKeyLocationRequest request) Update the encryption key management location for the database- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeEncryptionKeyLocationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeEncryptionKeyLocation API. 
 
 - 
changeExadataInfrastructureCompartmentChangeExadataInfrastructureCompartmentResponse changeExadataInfrastructureCompartment(ChangeExadataInfrastructureCompartmentRequest request) Moves an Exadata infrastructure resource and its dependent resources to another compartment.Applies to Exadata Cloud@Customer instances only. To move an Exadata Cloud Service infrastructure resource to another compartment, use the changeCloudExadataInfrastructureCompartmentoperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeExadataInfrastructureCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExadataInfrastructureCompartment API. 
 
 - 
changeExadbVmClusterCompartmentChangeExadbVmClusterCompartmentResponse changeExadbVmClusterCompartment(ChangeExadbVmClusterCompartmentRequest request) Moves a Exadata VM cluster on Exascale Infrastructure and its dependent resources to another compartment.Applies to Exadata Database Service on Exascale Infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeExadbVmClusterCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExadbVmClusterCompartment API. 
 
 - 
changeExadbVmClusterSubscriptionChangeExadbVmClusterSubscriptionResponse changeExadbVmClusterSubscription(ChangeExadbVmClusterSubscriptionRequest request) Associate a Exadata VM cluster on Exascale Infrastructure with a different subscription.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeExadbVmClusterSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExadbVmClusterSubscription API. 
 
 - 
changeExascaleDbStorageVaultCompartmentChangeExascaleDbStorageVaultCompartmentResponse changeExascaleDbStorageVaultCompartment(ChangeExascaleDbStorageVaultCompartmentRequest request) Moves a Exadata Database Storage Vault to another 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeExascaleDbStorageVaultCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExascaleDbStorageVaultCompartment API. 
 
 - 
changeExascaleDbStorageVaultSubscriptionChangeExascaleDbStorageVaultSubscriptionResponse changeExascaleDbStorageVaultSubscription(ChangeExascaleDbStorageVaultSubscriptionRequest request) Associate a Exadata Database Storage Vault with a different subscription.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeExascaleDbStorageVaultSubscriptionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExascaleDbStorageVaultSubscription API. 
 
 - 
changeExternalContainerDatabaseCompartmentChangeExternalContainerDatabaseCompartmentResponse changeExternalContainerDatabaseCompartment(ChangeExternalContainerDatabaseCompartmentRequest request) Move thecreateExternalContainerDatabaseDetailsand its dependent resources to the specified compartment.For more information about moving external container databases, see Moving Database Resources to a Different 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeExternalContainerDatabaseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExternalContainerDatabaseCompartment API. 
 
 - 
changeExternalNonContainerDatabaseCompartmentChangeExternalNonContainerDatabaseCompartmentResponse changeExternalNonContainerDatabaseCompartment(ChangeExternalNonContainerDatabaseCompartmentRequest request) Move the external non-container database and its dependent resources to the specified compartment.For more information about moving external non-container databases, see Moving Database Resources to a Different 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeExternalNonContainerDatabaseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExternalNonContainerDatabaseCompartment API. 
 
 - 
changeExternalPluggableDatabaseCompartmentChangeExternalPluggableDatabaseCompartmentResponse changeExternalPluggableDatabaseCompartment(ChangeExternalPluggableDatabaseCompartmentRequest request) Move thecreateExternalPluggableDatabaseDetailsand its dependent resources to the specified compartment.For more information about moving external pluggable databases, see Moving Database Resources to a Different 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeExternalPluggableDatabaseCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeExternalPluggableDatabaseCompartment API. 
 
 - 
changeKeyStoreCompartmentChangeKeyStoreCompartmentResponse changeKeyStoreCompartment(ChangeKeyStoreCompartmentRequest request) Move the key store resource to the specified compartment.For more information about moving key stores, see Moving Database Resources to a Different 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeKeyStoreCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeKeyStoreCompartment API. 
 
 - 
changeKeyStoreTypeChangeKeyStoreTypeResponse changeKeyStoreType(ChangeKeyStoreTypeRequest request) Changes encryption key management type- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeKeyStoreTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeKeyStoreType API. 
 
 - 
changeOneoffPatchCompartmentChangeOneoffPatchCompartmentResponse changeOneoffPatchCompartment(ChangeOneoffPatchCompartmentRequest request) Move the one-off patch to the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeOneoffPatchCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeOneoffPatchCompartment API. 
 
 - 
changeSchedulingPlanCompartmentChangeSchedulingPlanCompartmentResponse changeSchedulingPlanCompartment(ChangeSchedulingPlanCompartmentRequest request) Moves an scheduling plan resource to another 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeSchedulingPlanCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSchedulingPlanCompartment API. 
 
 - 
changeSchedulingPolicyCompartmentChangeSchedulingPolicyCompartmentResponse changeSchedulingPolicyCompartment(ChangeSchedulingPolicyCompartmentRequest request) Moves an scheduling policy resource to another 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeSchedulingPolicyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeSchedulingPolicyCompartment API. 
 
 - 
changeVmClusterCompartmentChangeVmClusterCompartmentResponse changeVmClusterCompartment(ChangeVmClusterCompartmentRequest request) Moves a VM cluster and its dependent resources to another compartment.Applies to Exadata Cloud@Customer instances only. To move a cloud VM cluster in an Exadata Cloud Service instance to another compartment, use the changeCloudVmClusterCompartmentoperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ChangeVmClusterCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeVmClusterCompartment API. 
 
 - 
checkExternalDatabaseConnectorConnectionStatusCheckExternalDatabaseConnectorConnectionStatusResponse checkExternalDatabaseConnectorConnectionStatus(CheckExternalDatabaseConnectorConnectionStatusRequest request) Check the status of the external database connection specified in this connector.This operation will refresh the connectionStatus and timeConnectionStatusLastUpdated fields. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CheckExternalDatabaseConnectorConnectionStatusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CheckExternalDatabaseConnectorConnectionStatus API. 
 
 - 
completeExternalBackupJobCompleteExternalBackupJobResponse completeExternalBackupJob(CompleteExternalBackupJobRequest request) Changes the status of the standalone backup resource toACTIVEafter the backup is created from the on-premises database and placed in Oracle Cloud Infrastructure Object Storage.*Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See [Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud](https://docs.oracle.com/iaas/Content/Database/Tasks/mig-onprembackup.htm) for more information. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CompleteExternalBackupJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CompleteExternalBackupJob API. 
 
 - 
configureAutonomousDatabaseVaultKeyConfigureAutonomousDatabaseVaultKeyResponse configureAutonomousDatabaseVaultKey(ConfigureAutonomousDatabaseVaultKeyRequest request) Configures the Autonomous AI Database Vault service key.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ConfigureAutonomousDatabaseVaultKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfigureAutonomousDatabaseVaultKey API. 
 
 - 
configureExascaleCloudExadataInfrastructureConfigureExascaleCloudExadataInfrastructureResponse configureExascaleCloudExadataInfrastructure(ConfigureExascaleCloudExadataInfrastructureRequest request) Configures Exascale on Cloud exadata infrastructure resource.Applies to Exadata Cloud Service instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ConfigureExascaleCloudExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfigureExascaleCloudExadataInfrastructure API. 
 
 - 
configureExascaleExadataInfrastructureConfigureExascaleExadataInfrastructureResponse configureExascaleExadataInfrastructure(ConfigureExascaleExadataInfrastructureRequest request) Configures Exascale on Exadata infrastructure resource.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ConfigureExascaleExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfigureExascaleExadataInfrastructure API. 
 
 - 
configureSaasAdminUserConfigureSaasAdminUserResponse configureSaasAdminUser(ConfigureSaasAdminUserRequest request) This operation updates SaaS administrative user configuration of the Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ConfigureSaasAdminUserExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfigureSaasAdminUser API. 
 
 - 
confirmKeyStoreDetailsAreCorrectConfirmKeyStoreDetailsAreCorrectResponse confirmKeyStoreDetailsAreCorrect(ConfirmKeyStoreDetailsAreCorrectRequest request) This is for user to confirm to DBaaS that the Oracle Key Valut (OKV) connection IPs, username and password are all correct.This operation will put the Key Store back into Active state. If details are incorrect, your OKV account may get locked after some unsuccessful attempts to connect. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ConfirmKeyStoreDetailsAreCorrectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConfirmKeyStoreDetailsAreCorrect API. 
 
 - 
convertStandbyAutonomousContainerDatabaseConvertStandbyAutonomousContainerDatabaseResponse convertStandbyAutonomousContainerDatabase(ConvertStandbyAutonomousContainerDatabaseRequest request) Convert the standby Autonomous Container Database (ACD) between physical standby and snapshot standby ACD.For more information about converting standby ACDs, see Convert Physical Standby to Snapshot Standby and Convert Snapshot Standby to Physical Standby. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ConvertStandbyAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConvertStandbyAutonomousContainerDatabase API. 
 
 - 
convertStandbyDatabaseTypeConvertStandbyDatabaseTypeResponse convertStandbyDatabaseType(ConvertStandbyDatabaseTypeRequest request) Performs transition from standby database into a snapshot standby and vice versa.The transition performed based on the current role of the database, if the current role is standby then this operation will convert it to snapshot standby and if the current role is snapshot standby then this operation will convert it to standby. This operation should be performed on respective standby/snapshot standby database. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ConvertStandbyDatabaseTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConvertStandbyDatabaseType API. 
 
 - 
convertToPdbConvertToPdbResponse convertToPdb(ConvertToPdbRequest request) Converts a non-container database to a pluggable database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ConvertToPdbExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConvertToPdb API. 
 
 - 
convertToRegularPluggableDatabaseConvertToRegularPluggableDatabaseResponse convertToRegularPluggableDatabase(ConvertToRegularPluggableDatabaseRequest request) Converts a Refreshable clone to Regular pluggable database (PDB).Pluggable Database will be in READ_WRITEopenmode after conversion.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ConvertToRegularPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConvertToRegularPluggableDatabase API. 
 
 - 
convertToStandaloneConvertToStandaloneResponse convertToStandalone(ConvertToStandaloneRequest request) Disassociate the standby database identified by thedatabaseIdparameter from existing Data Guard group.Convert the standby to a standalone database. This operation should be performed on respective standby database. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ConvertToStandaloneExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ConvertToStandalone API. 
 
 - 
createApplicationVipCreateApplicationVipResponse createApplicationVip(CreateApplicationVipRequest request) Creates a new application virtual IP (VIP) address in the specified cloud VM cluster based on the request parameters you provide.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateApplicationVipExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateApplicationVip API. 
 
 - 
createAutonomousContainerDatabaseCreateAutonomousContainerDatabaseResponse createAutonomousContainerDatabase(CreateAutonomousContainerDatabaseRequest request) Creates an Autonomous Container Database in the specified Autonomous Exadata Infrastructure.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousContainerDatabase API. 
 
 - 
createAutonomousContainerDatabaseDataguardAssociationCreateAutonomousContainerDatabaseDataguardAssociationResponse createAutonomousContainerDatabaseDataguardAssociation(CreateAutonomousContainerDatabaseDataguardAssociationRequest request) Deprecated. Use theaddStandbyAutonomousContainerDatabaseoperation to create a new Autonomous Data Guard association.An Autonomous Data Guard association represents the replication relationship between the specified Autonomous Container database and a peer Autonomous Container database. For more information, see Using Oracle Data Guard. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousContainerDatabaseDataguardAssociation API. 
 
 - 
createAutonomousDatabaseCreateAutonomousDatabaseResponse createAutonomousDatabase(CreateAutonomousDatabaseRequest request) Creates a new Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousDatabase API. 
 
 - 
createAutonomousDatabaseBackupCreateAutonomousDatabaseBackupResponse createAutonomousDatabaseBackup(CreateAutonomousDatabaseBackupRequest request) Creates a new Autonomous AI Database backup for the specified database based on the provided request parameters.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateAutonomousDatabaseBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousDatabaseBackup API. 
 
 - 
createAutonomousDatabaseSoftwareImageCreateAutonomousDatabaseSoftwareImageResponse createAutonomousDatabaseSoftwareImage(CreateAutonomousDatabaseSoftwareImageRequest request) create Autonomous AI Database Software Image in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateAutonomousDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousDatabaseSoftwareImage API. 
 
 - 
createAutonomousVmClusterCreateAutonomousVmClusterResponse createAutonomousVmCluster(CreateAutonomousVmClusterRequest request) Creates an Autonomous VM cluster for Exadata Cloud@Customer.To create an Autonomous VM Cluster in the Oracle cloud, see createCloudAutonomousVmCluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAutonomousVmCluster API. 
 
 - 
createBackupCreateBackupResponse createBackup(CreateBackupRequest request) Creates a new backup in the specified database based on the request parameters you provide.If you previously used RMAN or dbcli to configure backups and then you switch to using the Console or the API for backups, a new backup configuration is created and associated with your database. This means that you can no longer rely on your previously configured unmanaged backups to work. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateBackup API. 
 
 - 
createBackupDestinationCreateBackupDestinationResponse createBackupDestination(CreateBackupDestinationRequest request) Creates a backup destination in an Exadata Cloud@Customer system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateBackupDestinationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateBackupDestination API. 
 
 - 
createCloudAutonomousVmClusterCreateCloudAutonomousVmClusterResponse createCloudAutonomousVmCluster(CreateCloudAutonomousVmClusterRequest request) Creates an Autonomous Exadata VM cluster in the Oracle cloud.For Exadata Cloud@Customer systems, see createAutonomousVmCluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateCloudAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudAutonomousVmCluster API. 
 
 - 
createCloudExadataInfrastructureCreateCloudExadataInfrastructureResponse createCloudExadataInfrastructure(CreateCloudExadataInfrastructureRequest request) Creates a cloud Exadata infrastructure resource.This resource is used to create either an Exadata Cloud Service instance or an Autonomous AI Database on dedicated Exadata infrastructure. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateCloudExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudExadataInfrastructure API. 
 
 - 
createCloudVmClusterCreateCloudVmClusterResponse createCloudVmCluster(CreateCloudVmClusterRequest request) Creates a cloud VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateCloudVmCluster API. 
 
 - 
createConsoleConnectionCreateConsoleConnectionResponse createConsoleConnection(CreateConsoleConnectionRequest request) Creates a new console connection to the specified database node.After the console connection has been created and is available, you connect to the console using SSH. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateConsoleConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateConsoleConnection API. 
 
 - 
createConsoleHistoryCreateConsoleHistoryResponse createConsoleHistory(CreateConsoleHistoryRequest request) Captures the most recent serial console data (up to a megabyte) for the specified database node.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateConsoleHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateConsoleHistory API. 
 
 - 
createDataGuardAssociationCreateDataGuardAssociationResponse createDataGuardAssociation(CreateDataGuardAssociationRequest request) Creates a new Data Guard association.A Data Guard association represents the replication relationship between the specified database and a peer database. For more information, see Using Oracle Data Guard. All Oracle Cloud Infrastructure resources, including Data Guard associations, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response. You can also retrieve a resource's OCID by using a List API operation on that resource type, or by viewing the resource in the Console. For more information, see [Resource Identifiers](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDataGuardAssociation API. 
 
 - 
createDatabaseCreateDatabaseResponse createDatabase(CreateDatabaseRequest request) Creates a new database in the specified Database Home.If the database version is provided, it must match the version of the Database Home. Applies to Exadata and Exadata Cloud@Customer systems. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDatabase API. 
 
 - 
createDatabaseSoftwareImageCreateDatabaseSoftwareImageResponse createDatabaseSoftwareImage(CreateDatabaseSoftwareImageRequest request) create database software image in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDatabaseSoftwareImage API. 
 
 - 
createDbHomeCreateDbHomeResponse createDbHome(CreateDbHomeRequest request) Creates a new Database Home in the specified database system based on the request parameters you provide.Applies to bare metal DB systems, Exadata systems, and Exadata Cloud@Customer systems. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateDbHomeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateDbHome API. 
 
 - 
createExadataInfrastructureCreateExadataInfrastructureResponse createExadataInfrastructure(CreateExadataInfrastructureRequest request) Creates an Exadata infrastructure resource.Applies to Exadata Cloud@Customer instances only. To create an Exadata Cloud Service infrastructure resource, use the createCloudExadataInfrastructureoperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExadataInfrastructure API. 
 
 - 
createExadbVmClusterCreateExadbVmClusterResponse createExadbVmCluster(CreateExadbVmClusterRequest request) Creates an Exadata VM cluster on Exascale Infrastructure- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateExadbVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExadbVmCluster API. 
 
 - 
createExascaleDbStorageVaultCreateExascaleDbStorageVaultResponse createExascaleDbStorageVault(CreateExascaleDbStorageVaultRequest request) Creates an Exadata Database Storage Vault- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateExascaleDbStorageVaultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExascaleDbStorageVault API. 
 
 - 
createExecutionActionCreateExecutionActionResponse createExecutionAction(CreateExecutionActionRequest request) Creates an execution action 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateExecutionActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExecutionAction API. 
 
 - 
createExecutionWindowCreateExecutionWindowResponse createExecutionWindow(CreateExecutionWindowRequest request) Creates an execution window 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateExecutionWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExecutionWindow API. 
 
 - 
createExternalBackupJobCreateExternalBackupJobResponse createExternalBackupJob(CreateExternalBackupJobRequest request) Creates a new backup resource and returns the information the caller needs to back up an on-premises Oracle Database to Oracle Cloud Infrastructure.*Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See [Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud](https://docs.oracle.com/iaas/Content/Database/Tasks/mig-onprembackup.htm) for more information. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateExternalBackupJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalBackupJob API. 
 
 - 
createExternalContainerDatabaseCreateExternalContainerDatabaseResponse createExternalContainerDatabase(CreateExternalContainerDatabaseRequest request) Creates a new external container database 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateExternalContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalContainerDatabase API. 
 
 - 
createExternalDatabaseConnectorCreateExternalDatabaseConnectorResponse createExternalDatabaseConnector(CreateExternalDatabaseConnectorRequest request) Creates a new external database connector.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateExternalDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalDatabaseConnector API. 
 
 - 
createExternalNonContainerDatabaseCreateExternalNonContainerDatabaseResponse createExternalNonContainerDatabase(CreateExternalNonContainerDatabaseRequest request) Creates a new ExternalNonContainerDatabase 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateExternalNonContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalNonContainerDatabase API. 
 
 - 
createExternalPluggableDatabaseCreateExternalPluggableDatabaseResponse createExternalPluggableDatabase(CreateExternalPluggableDatabaseRequest request) Registers a newcreateExternalPluggableDatabaseDetailsresource.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateExternalPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateExternalPluggableDatabase API. 
 
 - 
createKeyStoreCreateKeyStoreResponse createKeyStore(CreateKeyStoreRequest request) Creates a Key Store.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateKeyStoreExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateKeyStore API. 
 
 - 
createMaintenanceRunCreateMaintenanceRunResponse createMaintenanceRun(CreateMaintenanceRunRequest request) Creates a maintenance run with one of the following: 1.The latest available release update patch (RUP) for the Autonomous Container Database. 2. The latest available RUP and DST time-zone (TZ) file updates for the Autonomous Container Database. 3. The DST TZ file updates for the Autonomous Container Database. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateMaintenanceRunExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMaintenanceRun API. 
 
 - 
createOneoffPatchCreateOneoffPatchResponse createOneoffPatch(CreateOneoffPatchRequest request) Creates one-off patch for specified database version to download.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateOneoffPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateOneoffPatch API. 
 
 - 
createPluggableDatabaseCreatePluggableDatabaseResponse createPluggableDatabase(CreatePluggableDatabaseRequest request) Creates and starts a pluggable database in the specified container database.Pluggable Database can be created using different operations (e.g. LocalClone, RemoteClone, Relocate ) with this API. Use the startPluggableDatabaseandstopPluggableDatabaseAPIs to start and stop the pluggable database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreatePluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreatePluggableDatabase API. 
 
 - 
createPluggableDatabaseSnapshotCreatePluggableDatabaseSnapshotResponse createPluggableDatabaseSnapshot(CreatePluggableDatabaseSnapshotRequest request) Creates a Pluggable Database Snapshot- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreatePluggableDatabaseSnapshotExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreatePluggableDatabaseSnapshot API. 
 
 - 
createScheduledActionCreateScheduledActionResponse createScheduledAction(CreateScheduledActionRequest request) Creates a Scheduled Action 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateScheduledActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateScheduledAction API. 
 
 - 
createSchedulingPlanCreateSchedulingPlanResponse createSchedulingPlan(CreateSchedulingPlanRequest request) Creates a Scheduling Plan 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateSchedulingPlanExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSchedulingPlan API. 
 
 - 
createSchedulingPolicyCreateSchedulingPolicyResponse createSchedulingPolicy(CreateSchedulingPolicyRequest request) Creates a Scheduling Policy 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateSchedulingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSchedulingPolicy API. 
 
 - 
createSchedulingWindowCreateSchedulingWindowResponse createSchedulingWindow(CreateSchedulingWindowRequest request) Creates a Scheduling Window 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateSchedulingWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateSchedulingWindow API. 
 
 - 
createVmClusterCreateVmClusterResponse createVmCluster(CreateVmClusterRequest request) Creates an Exadata Cloud@Customer VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateVmCluster API. 
 
 - 
createVmClusterNetworkCreateVmClusterNetworkResponse createVmClusterNetwork(CreateVmClusterNetworkRequest request) Creates the VM cluster network.Applies to Exadata Cloud@Customer instances only. To create a cloud VM cluster in an Exadata Cloud Service instance, use the createCloudVmClusteroperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/CreateVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateVmClusterNetwork API. 
 
 - 
dbNodeActionDbNodeActionResponse dbNodeAction(DbNodeActionRequest request) Performs one of the following power actions on the specified DB node: - start - power on - stop - power off - softreset - ACPI shutdown and power on - reset - power off and power on*Note:** Stopping a node affects billing differently, depending on the type of DB system: *Bare metal and Exadata systems* - The _stop_ state has no effect on the resources you consume. Billing continues for DB nodes that you stop, and related resources continue to apply against any relevant quotas. You must terminate the DB system ( terminateDbSystem) to remove its resources from billing and quotas. *Virtual machine DB systems* - Stopping a node stops billing for all OCPUs associated with that node, and billing resumes when you restart the node.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DbNodeActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DbNodeAction API. 
 
 - 
deleteApplicationVipDeleteApplicationVipResponse deleteApplicationVip(DeleteApplicationVipRequest request) Deletes and deregisters the specified application virtual IP (VIP) address.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteApplicationVipExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteApplicationVip API. 
 
 - 
deleteAutonomousDatabaseDeleteAutonomousDatabaseResponse deleteAutonomousDatabase(DeleteAutonomousDatabaseRequest request) Deletes the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAutonomousDatabase API. 
 
 - 
deleteAutonomousDatabaseBackupDeleteAutonomousDatabaseBackupResponse deleteAutonomousDatabaseBackup(DeleteAutonomousDatabaseBackupRequest request) Deletes a long-term backup.You cannot delete other backups using this API. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteAutonomousDatabaseBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAutonomousDatabaseBackup API. 
 
 - 
deleteAutonomousDatabaseSoftwareImageDeleteAutonomousDatabaseSoftwareImageResponse deleteAutonomousDatabaseSoftwareImage(DeleteAutonomousDatabaseSoftwareImageRequest request) Delete an Autonomous AI Database Software Image- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteAutonomousDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAutonomousDatabaseSoftwareImage API. 
 
 - 
deleteAutonomousVmClusterDeleteAutonomousVmClusterResponse deleteAutonomousVmCluster(DeleteAutonomousVmClusterRequest request) Deletes the specified Autonomous VM cluster in an Exadata Cloud@Customer system.To delete an Autonomous VM Cluster in the Oracle cloud, see deleteCloudAutonomousVmCluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAutonomousVmCluster API. 
 
 - 
deleteBackupDeleteBackupResponse deleteBackup(DeleteBackupRequest request) Deletes a full backup.You cannot delete automatic backups using this API. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteBackup API. 
 
 - 
deleteBackupDestinationDeleteBackupDestinationResponse deleteBackupDestination(DeleteBackupDestinationRequest request) Deletes a backup destination in an Exadata Cloud@Customer system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteBackupDestinationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteBackupDestination API. 
 
 - 
deleteCloudAutonomousVmClusterDeleteCloudAutonomousVmClusterResponse deleteCloudAutonomousVmCluster(DeleteCloudAutonomousVmClusterRequest request) Deletes the specified Autonomous Exadata VM cluster in the Oracle cloud.For Exadata Cloud@Customer systems, see deleteAutonomousVmCluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteCloudAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudAutonomousVmCluster API. 
 
 - 
deleteCloudExadataInfrastructureDeleteCloudExadataInfrastructureResponse deleteCloudExadataInfrastructure(DeleteCloudExadataInfrastructureRequest request) Deletes the cloud Exadata infrastructure resource.Applies to Exadata Cloud Service instances and Autonomous AI Database on dedicated Exadata infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteCloudExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudExadataInfrastructure API. 
 
 - 
deleteCloudVmClusterDeleteCloudVmClusterResponse deleteCloudVmCluster(DeleteCloudVmClusterRequest request) Deletes the specified cloud VM cluster.Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteCloudVmCluster API. 
 
 - 
deleteConsoleConnectionDeleteConsoleConnectionResponse deleteConsoleConnection(DeleteConsoleConnectionRequest request) Deletes the specified database node console connection.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteConsoleConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteConsoleConnection API. 
 
 - 
deleteConsoleHistoryDeleteConsoleHistoryResponse deleteConsoleHistory(DeleteConsoleHistoryRequest request) Deletes the specified database node console history.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteConsoleHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteConsoleHistory API. 
 
 - 
deleteDatabaseDeleteDatabaseResponse deleteDatabase(DeleteDatabaseRequest request) Deletes the specified database.Applies only to Exadata systems. The data in this database is local to the Exadata system and will be lost when the database is deleted. Oracle recommends that you back up any data in the Exadata system prior to deleting it. You can use the `performFinalBackup` parameter to have the Exadata system database backed up before it is deleted. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDatabase API. 
 
 - 
deleteDatabaseSoftwareImageDeleteDatabaseSoftwareImageResponse deleteDatabaseSoftwareImage(DeleteDatabaseSoftwareImageRequest request) Delete a database software image- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDatabaseSoftwareImage API. 
 
 - 
deleteDbHomeDeleteDbHomeResponse deleteDbHome(DeleteDbHomeRequest request) Deletes a Database Home.Applies to bare metal DB systems, Exadata Cloud Service, and Exadata Cloud@Customer systems. Oracle recommends that you use the `performFinalBackup` parameter to back up any data on a bare metal DB system before you delete a Database Home. On an Exadata Cloud@Customer system or an Exadata Cloud Service system, you can delete a Database Home only when there are no databases in it and therefore you cannot use the `performFinalBackup` parameter to back up data. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteDbHomeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteDbHome API. 
 
 - 
deleteExadataInfrastructureDeleteExadataInfrastructureResponse deleteExadataInfrastructure(DeleteExadataInfrastructureRequest request) Deletes the Exadata Cloud@Customer infrastructure.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExadataInfrastructure API. 
 
 - 
deleteExadbVmClusterDeleteExadbVmClusterResponse deleteExadbVmCluster(DeleteExadbVmClusterRequest request) Deletes the specified Exadata VM cluster on Exascale Infrastructure.Applies to Exadata Database Service on Exascale Infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteExadbVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExadbVmCluster API. 
 
 - 
deleteExascaleDbStorageVaultDeleteExascaleDbStorageVaultResponse deleteExascaleDbStorageVault(DeleteExascaleDbStorageVaultRequest request) Deletes the specified Exadata Database Storage Vault.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteExascaleDbStorageVaultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExascaleDbStorageVault API. 
 
 - 
deleteExecutionActionDeleteExecutionActionResponse deleteExecutionAction(DeleteExecutionActionRequest request) Deletes the execution action.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteExecutionActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExecutionAction API. 
 
 - 
deleteExecutionWindowDeleteExecutionWindowResponse deleteExecutionWindow(DeleteExecutionWindowRequest request) Deletes the execution window.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteExecutionWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExecutionWindow API. 
 
 - 
deleteExternalContainerDatabaseDeleteExternalContainerDatabaseResponse deleteExternalContainerDatabase(DeleteExternalContainerDatabaseRequest request) Deletes thecreateExternalContainerDatabaseDetailsresource.Any external pluggable databases registered under this container database must be deleted in your Oracle Cloud Infrastructure tenancy prior to this operation. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteExternalContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalContainerDatabase API. 
 
 - 
deleteExternalDatabaseConnectorDeleteExternalDatabaseConnectorResponse deleteExternalDatabaseConnector(DeleteExternalDatabaseConnectorRequest request) Deletes an external database connector.Any services enabled using the external database connector must be deleted prior to this operation. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteExternalDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalDatabaseConnector API. 
 
 - 
deleteExternalNonContainerDatabaseDeleteExternalNonContainerDatabaseResponse deleteExternalNonContainerDatabase(DeleteExternalNonContainerDatabaseRequest request) Deletes the Oracle Cloud Infrastructure resource representing an external non-container database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteExternalNonContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalNonContainerDatabase API. 
 
 - 
deleteExternalPluggableDatabaseDeleteExternalPluggableDatabaseResponse deleteExternalPluggableDatabase(DeleteExternalPluggableDatabaseRequest request) Deletes thecreateExternalPluggableDatabaseDetails.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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteExternalPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteExternalPluggableDatabase API. 
 
 - 
deleteKeyStoreDeleteKeyStoreResponse deleteKeyStore(DeleteKeyStoreRequest request) Deletes a key store.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteKeyStoreExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteKeyStore API. 
 
 - 
deleteOneoffPatchDeleteOneoffPatchResponse deleteOneoffPatch(DeleteOneoffPatchRequest request) Deletes a one-off patch.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteOneoffPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteOneoffPatch API. 
 
 - 
deletePluggableDatabaseDeletePluggableDatabaseResponse deletePluggableDatabase(DeletePluggableDatabaseRequest request) Deletes the specified pluggable database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeletePluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePluggableDatabase API. 
 
 - 
deletePluggableDatabaseSnapshotDeletePluggableDatabaseSnapshotResponse deletePluggableDatabaseSnapshot(DeletePluggableDatabaseSnapshotRequest request) Deletes the specified Exadata Pluggable Database Snapshot.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeletePluggableDatabaseSnapshotExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeletePluggableDatabaseSnapshot API. 
 
 - 
deleteScheduledActionDeleteScheduledActionResponse deleteScheduledAction(DeleteScheduledActionRequest request) Deletes the scheduled action.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteScheduledActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteScheduledAction API. 
 
 - 
deleteSchedulingPlanDeleteSchedulingPlanResponse deleteSchedulingPlan(DeleteSchedulingPlanRequest request) Deletes the scheduling plan.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteSchedulingPlanExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSchedulingPlan API. 
 
 - 
deleteSchedulingPolicyDeleteSchedulingPolicyResponse deleteSchedulingPolicy(DeleteSchedulingPolicyRequest request) Deletes the scheduling policy.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteSchedulingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSchedulingPolicy API. 
 
 - 
deleteSchedulingWindowDeleteSchedulingWindowResponse deleteSchedulingWindow(DeleteSchedulingWindowRequest request) Deletes the scheduling window.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteSchedulingWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteSchedulingWindow API. 
 
 - 
deleteVmClusterDeleteVmClusterResponse deleteVmCluster(DeleteVmClusterRequest request) Deletes the specified VM cluster.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteVmCluster API. 
 
 - 
deleteVmClusterNetworkDeleteVmClusterNetworkResponse deleteVmClusterNetwork(DeleteVmClusterNetworkRequest request) Deletes the specified VM cluster network.Applies to Exadata Cloud@Customer instances only. To delete a cloud VM cluster in an Exadata Cloud Service instance, use the deleteCloudVmClusteroperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeleteVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteVmClusterNetwork API. 
 
 - 
deregisterAutonomousDatabaseDataSafeDeregisterAutonomousDatabaseDataSafeResponse deregisterAutonomousDatabaseDataSafe(DeregisterAutonomousDatabaseDataSafeRequest request) Asynchronously deregisters this Autonomous AI Database with Data Safe.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DeregisterAutonomousDatabaseDataSafeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeregisterAutonomousDatabaseDataSafe API. 
 
 - 
disableAutonomousDatabaseManagementDisableAutonomousDatabaseManagementResponse disableAutonomousDatabaseManagement(DisableAutonomousDatabaseManagementRequest request) Disables Database Management for the Autonomous AI Database 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisableAutonomousDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableAutonomousDatabaseManagement API. 
 
 - 
disableAutonomousDatabaseOperationsInsightsDisableAutonomousDatabaseOperationsInsightsResponse disableAutonomousDatabaseOperationsInsights(DisableAutonomousDatabaseOperationsInsightsRequest request) Disables Operations Insights for the Autonomous AI Database 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisableAutonomousDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableAutonomousDatabaseOperationsInsights API. 
 
 - 
disableDatabaseManagementDisableDatabaseManagementResponse disableDatabaseManagement(DisableDatabaseManagementRequest request) Disables the Database Management service for the database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisableDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableDatabaseManagement API. 
 
 - 
disableExternalContainerDatabaseDatabaseManagementDisableExternalContainerDatabaseDatabaseManagementResponse disableExternalContainerDatabaseDatabaseManagement(DisableExternalContainerDatabaseDatabaseManagementRequest request) Disable Database Management service for the external container database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisableExternalContainerDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalContainerDatabaseDatabaseManagement API. 
 
 - 
disableExternalContainerDatabaseStackMonitoringDisableExternalContainerDatabaseStackMonitoringResponse disableExternalContainerDatabaseStackMonitoring(DisableExternalContainerDatabaseStackMonitoringRequest request) Disable Stack Monitoring for the external container database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisableExternalContainerDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalContainerDatabaseStackMonitoring API. 
 
 - 
disableExternalNonContainerDatabaseDatabaseManagementDisableExternalNonContainerDatabaseDatabaseManagementResponse disableExternalNonContainerDatabaseDatabaseManagement(DisableExternalNonContainerDatabaseDatabaseManagementRequest request) Disable Database Management Service for the external non-container database.For more information about the Database Management Service, see Database Management Service. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisableExternalNonContainerDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalNonContainerDatabaseDatabaseManagement API. 
 
 - 
disableExternalNonContainerDatabaseOperationsInsightsDisableExternalNonContainerDatabaseOperationsInsightsResponse disableExternalNonContainerDatabaseOperationsInsights(DisableExternalNonContainerDatabaseOperationsInsightsRequest request) Disable Operations Insights for the external non-container database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisableExternalNonContainerDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalNonContainerDatabaseOperationsInsights API. 
 
 - 
disableExternalNonContainerDatabaseStackMonitoringDisableExternalNonContainerDatabaseStackMonitoringResponse disableExternalNonContainerDatabaseStackMonitoring(DisableExternalNonContainerDatabaseStackMonitoringRequest request) Disable Stack Monitoring for the external non-container database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisableExternalNonContainerDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalNonContainerDatabaseStackMonitoring API. 
 
 - 
disableExternalPluggableDatabaseDatabaseManagementDisableExternalPluggableDatabaseDatabaseManagementResponse disableExternalPluggableDatabaseDatabaseManagement(DisableExternalPluggableDatabaseDatabaseManagementRequest request) Disable Database Management Service for the external pluggable database.For more information about the Database Management Service, see Database Management Service. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisableExternalPluggableDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalPluggableDatabaseDatabaseManagement API. 
 
 - 
disableExternalPluggableDatabaseOperationsInsightsDisableExternalPluggableDatabaseOperationsInsightsResponse disableExternalPluggableDatabaseOperationsInsights(DisableExternalPluggableDatabaseOperationsInsightsRequest request) Disable Operations Insights for the external pluggable database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisableExternalPluggableDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalPluggableDatabaseOperationsInsights API. 
 
 - 
disableExternalPluggableDatabaseStackMonitoringDisableExternalPluggableDatabaseStackMonitoringResponse disableExternalPluggableDatabaseStackMonitoring(DisableExternalPluggableDatabaseStackMonitoringRequest request) Disable Stack Monitoring for the external pluggable database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisableExternalPluggableDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisableExternalPluggableDatabaseStackMonitoring API. 
 
 - 
disablePluggableDatabaseManagementDisablePluggableDatabaseManagementResponse disablePluggableDatabaseManagement(DisablePluggableDatabaseManagementRequest request) Disables the Database Management service for the pluggable database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DisablePluggableDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DisablePluggableDatabaseManagement API. 
 
 - 
downloadExadataInfrastructureConfigFileDownloadExadataInfrastructureConfigFileResponse downloadExadataInfrastructureConfigFile(DownloadExadataInfrastructureConfigFileRequest request) Downloads the configuration file for the specified Exadata Cloud@Customer infrastructure.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DownloadExadataInfrastructureConfigFileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadExadataInfrastructureConfigFile API. 
 
 - 
downloadOneoffPatchDownloadOneoffPatchResponse downloadOneoffPatch(DownloadOneoffPatchRequest request) Download one-off patch.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DownloadOneoffPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadOneoffPatch API. 
 
 - 
downloadValidationReportDownloadValidationReportResponse downloadValidationReport(DownloadValidationReportRequest request) Downloads the network validation report file for the specified VM cluster network.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DownloadValidationReportExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadValidationReport API. 
 
 - 
downloadVmClusterNetworkConfigFileDownloadVmClusterNetworkConfigFileResponse downloadVmClusterNetworkConfigFile(DownloadVmClusterNetworkConfigFileRequest request) Downloads the configuration file for the specified VM cluster network.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/DownloadVmClusterNetworkConfigFileExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DownloadVmClusterNetworkConfigFile API. 
 
 - 
editAutonomousContainerDatabaseDataguardEditAutonomousContainerDatabaseDataguardResponse editAutonomousContainerDatabaseDataguard(EditAutonomousContainerDatabaseDataguardRequest request) Modify Autonomous Container Database Data Guard settings such as protection mode, automatic failover, and fast start failover lag limit.For more information, see Update Autonomous Container Database Dataguard. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EditAutonomousContainerDatabaseDataguardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EditAutonomousContainerDatabaseDataguard API. 
 
 - 
enableAutonomousDatabaseManagementEnableAutonomousDatabaseManagementResponse enableAutonomousDatabaseManagement(EnableAutonomousDatabaseManagementRequest request) Enables Database Management for Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnableAutonomousDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableAutonomousDatabaseManagement API. 
 
 - 
enableAutonomousDatabaseOperationsInsightsEnableAutonomousDatabaseOperationsInsightsResponse enableAutonomousDatabaseOperationsInsights(EnableAutonomousDatabaseOperationsInsightsRequest request) Enables the specified Autonomous AI Database with Operations Insights.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnableAutonomousDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableAutonomousDatabaseOperationsInsights API. 
 
 - 
enableDatabaseManagementEnableDatabaseManagementResponse enableDatabaseManagement(EnableDatabaseManagementRequest request) Enables the Database Management service for an Oracle Database located in Oracle Cloud Infrastructure.This service allows the database to access tools including Metrics and Performance hub. Database Management is enabled at the container database (CDB) level. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnableDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableDatabaseManagement API. 
 
 - 
enableExternalContainerDatabaseDatabaseManagementEnableExternalContainerDatabaseDatabaseManagementResponse enableExternalContainerDatabaseDatabaseManagement(EnableExternalContainerDatabaseDatabaseManagementRequest request) Enables Database Management Service for the external container database.For more information about the Database Management Service, see Database Management Service. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnableExternalContainerDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalContainerDatabaseDatabaseManagement API. 
 
 - 
enableExternalContainerDatabaseStackMonitoringEnableExternalContainerDatabaseStackMonitoringResponse enableExternalContainerDatabaseStackMonitoring(EnableExternalContainerDatabaseStackMonitoringRequest request) Enable Stack Monitoring for the external container database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnableExternalContainerDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalContainerDatabaseStackMonitoring API. 
 
 - 
enableExternalNonContainerDatabaseDatabaseManagementEnableExternalNonContainerDatabaseDatabaseManagementResponse enableExternalNonContainerDatabaseDatabaseManagement(EnableExternalNonContainerDatabaseDatabaseManagementRequest request) Enable Database Management Service for the external non-container database.For more information about the Database Management Service, see Database Management Service. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnableExternalNonContainerDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalNonContainerDatabaseDatabaseManagement API. 
 
 - 
enableExternalNonContainerDatabaseOperationsInsightsEnableExternalNonContainerDatabaseOperationsInsightsResponse enableExternalNonContainerDatabaseOperationsInsights(EnableExternalNonContainerDatabaseOperationsInsightsRequest request) Enable Operations Insights for the external non-container database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnableExternalNonContainerDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalNonContainerDatabaseOperationsInsights API. 
 
 - 
enableExternalNonContainerDatabaseStackMonitoringEnableExternalNonContainerDatabaseStackMonitoringResponse enableExternalNonContainerDatabaseStackMonitoring(EnableExternalNonContainerDatabaseStackMonitoringRequest request) Enable Stack Monitoring for the external non-container database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnableExternalNonContainerDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalNonContainerDatabaseStackMonitoring API. 
 
 - 
enableExternalPluggableDatabaseDatabaseManagementEnableExternalPluggableDatabaseDatabaseManagementResponse enableExternalPluggableDatabaseDatabaseManagement(EnableExternalPluggableDatabaseDatabaseManagementRequest request) Enable Database Management Service for the external pluggable database.For more information about the Database Management Service, see Database Management Service. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnableExternalPluggableDatabaseDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalPluggableDatabaseDatabaseManagement API. 
 
 - 
enableExternalPluggableDatabaseOperationsInsightsEnableExternalPluggableDatabaseOperationsInsightsResponse enableExternalPluggableDatabaseOperationsInsights(EnableExternalPluggableDatabaseOperationsInsightsRequest request) Enable Operations Insights for the external pluggable database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnableExternalPluggableDatabaseOperationsInsightsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalPluggableDatabaseOperationsInsights API. 
 
 - 
enableExternalPluggableDatabaseStackMonitoringEnableExternalPluggableDatabaseStackMonitoringResponse enableExternalPluggableDatabaseStackMonitoring(EnableExternalPluggableDatabaseStackMonitoringRequest request) Enable Stack Monitoring for the external pluggable database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnableExternalPluggableDatabaseStackMonitoringExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnableExternalPluggableDatabaseStackMonitoring API. 
 
 - 
enablePluggableDatabaseManagementEnablePluggableDatabaseManagementResponse enablePluggableDatabaseManagement(EnablePluggableDatabaseManagementRequest request) Enables the Database Management service for an Oracle Pluggable Database located in Oracle Cloud Infrastructure.This service allows the pluggable database to access tools including Metrics and Performance hub. Database Management is enabled at the pluggable database (PDB) level. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/EnablePluggableDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use EnablePluggableDatabaseManagement API. 
 
 - 
failOverAutonomousDatabaseFailOverAutonomousDatabaseResponse failOverAutonomousDatabase(FailOverAutonomousDatabaseRequest request) Initiates a failover of the specified Autonomous AI Database to the associated peer database.Applicable only to databases with Disaster Recovery enabled. This API should be called in the remote region where the peer database resides. Below parameter is optional: - peerDbIdUse this parameter to specify the database OCID of the Disaster Recovery peer, which is located in a different (remote) region from the current peer database. If this parameter is not provided, the failover will happen in the same region.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/FailOverAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FailOverAutonomousDatabase API. 
 
 - 
failoverAutonomousContainerDatabaseDataguardFailoverAutonomousContainerDatabaseDataguardResponse failoverAutonomousContainerDatabaseDataguard(FailoverAutonomousContainerDatabaseDataguardRequest request) Performs failover to a standby Autonomous Container Database (ACD) identified by the autonomousContainerDatabaseId parameter.This standby ACD will become the new primary ACD when the failover completes successfully. For more information, see Fail Over to the Standby in an Autonomous Data Guard Configuration. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/FailoverAutonomousContainerDatabaseDataguardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FailoverAutonomousContainerDatabaseDataguard API. 
 
 - 
failoverAutonomousContainerDatabaseDataguardAssociationFailoverAutonomousContainerDatabaseDataguardAssociationResponse failoverAutonomousContainerDatabaseDataguardAssociation(FailoverAutonomousContainerDatabaseDataguardAssociationRequest request) Deprecated. Use thefailoverAutonomousContainerDatabaseDataguardoperation to fail over the standby Autonomous Container Database (ACD) to the primary ACD after the existing primary ACD fails or becomes unreachable.A failover can result in data loss, depending on the protection mode in effect at the time the primary Autonomous Container Database fails. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/FailoverAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FailoverAutonomousContainerDatabaseDataguardAssociation API. 
 
 - 
failoverDataGuardFailoverDataGuardResponse failoverDataGuard(FailoverDataGuardRequest request) Performs a failover to transition the standby database identified by thedatabaseIdpath parameter into the primary role after the existing primary database fails or becomes unreachable.A failover might result in data loss depending on the protection mode in effect at the time of the primary database failure. This operation should be performed on respective standby database. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/FailoverDataGuardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FailoverDataGuard API. 
 
 - 
failoverDataGuardAssociationFailoverDataGuardAssociationResponse failoverDataGuardAssociation(FailoverDataGuardAssociationRequest request) Performs a failover to transition the standby database identified by thedatabaseIdparameter into the specified Data Guard association’s primary role after the existing primary database fails or becomes unreachable.A failover might result in data loss depending on the protection mode in effect at the time of the primary database failure. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/FailoverDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use FailoverDataGuardAssociation API. 
 
 - 
generateAutonomousDatabaseWalletGenerateAutonomousDatabaseWalletResponse generateAutonomousDatabaseWallet(GenerateAutonomousDatabaseWalletRequest request) Creates and downloads a wallet for the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GenerateAutonomousDatabaseWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateAutonomousDatabaseWallet API. 
 
 - 
generateRecommendedVmClusterNetworkGenerateRecommendedVmClusterNetworkResponse generateRecommendedVmClusterNetwork(GenerateRecommendedVmClusterNetworkRequest request) Generates a recommended Cloud@Customer VM cluster network configuration.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GenerateRecommendedVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GenerateRecommendedVmClusterNetwork API. 
 
 - 
getApplicationVipGetApplicationVipResponse getApplicationVip(GetApplicationVipRequest request) Gets information about a specified application virtual IP (VIP) address.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetApplicationVipExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetApplicationVip API. 
 
 - 
getAutonomousContainerDatabaseGetAutonomousContainerDatabaseResponse getAutonomousContainerDatabase(GetAutonomousContainerDatabaseRequest request) Gets information about the specified Autonomous Container Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousContainerDatabase API. 
 
 - 
getAutonomousContainerDatabaseDataguardAssociationGetAutonomousContainerDatabaseDataguardAssociationResponse getAutonomousContainerDatabaseDataguardAssociation(GetAutonomousContainerDatabaseDataguardAssociationRequest request) Deprecated. Use thegetAutonomousContainerDatabaseoperation to get the details of an Autonomous Container Database (ACD) enabled with Autonomous Data Guard associated with the specified ACD.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousContainerDatabaseDataguardAssociation API. 
 
 - 
getAutonomousContainerDatabaseResourceUsageGetAutonomousContainerDatabaseResourceUsageResponse getAutonomousContainerDatabaseResourceUsage(GetAutonomousContainerDatabaseResourceUsageRequest request) Get resource usage details for the specified Autonomous Container Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousContainerDatabaseResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousContainerDatabaseResourceUsage API. 
 
 - 
getAutonomousDatabaseGetAutonomousDatabaseResponse getAutonomousDatabase(GetAutonomousDatabaseRequest request) Gets the details of the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabase API. 
 
 - 
getAutonomousDatabaseBackupGetAutonomousDatabaseBackupResponse getAutonomousDatabaseBackup(GetAutonomousDatabaseBackupRequest request) Gets information about the specified Autonomous AI Database backup.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousDatabaseBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabaseBackup API. 
 
 - 
getAutonomousDatabaseDataguardAssociationGetAutonomousDatabaseDataguardAssociationResponse getAutonomousDatabaseDataguardAssociation(GetAutonomousDatabaseDataguardAssociationRequest request) Deprecated. Use thegetAutonomousContainerDatabaseoperation to gets an Autonomous Data Guard-enabled database associated with the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabaseDataguardAssociation API. 
 
 - 
getAutonomousDatabaseRegionalWalletGetAutonomousDatabaseRegionalWalletResponse getAutonomousDatabaseRegionalWallet(GetAutonomousDatabaseRegionalWalletRequest request) Gets the Autonomous AI Database regional wallet details.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousDatabaseRegionalWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabaseRegionalWallet API. 
 
 - 
getAutonomousDatabaseSoftwareImageGetAutonomousDatabaseSoftwareImageResponse getAutonomousDatabaseSoftwareImage(GetAutonomousDatabaseSoftwareImageRequest request) Gets information about the specified Autonomous AI Database Software Image.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabaseSoftwareImage API. 
 
 - 
getAutonomousDatabaseWalletGetAutonomousDatabaseWalletResponse getAutonomousDatabaseWallet(GetAutonomousDatabaseWalletRequest request) Gets the wallet details for the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousDatabaseWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousDatabaseWallet API. 
 
 - 
getAutonomousExadataInfrastructureGetAutonomousExadataInfrastructureResponse getAutonomousExadataInfrastructure(GetAutonomousExadataInfrastructureRequest request) Deprecated. Use thegetCloudExadataInfrastructureoperation to get details of an Exadata Infrastructure resource and thegetCloudAutonomousVmClusteroperation to get details of an Autonomous Exadata VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousExadataInfrastructure API. 
 
 - 
getAutonomousPatchGetAutonomousPatchResponse getAutonomousPatch(GetAutonomousPatchRequest request) Gets information about a specific autonomous patch.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousPatch API. 
 
 - 
getAutonomousVirtualMachineGetAutonomousVirtualMachineResponse getAutonomousVirtualMachine(GetAutonomousVirtualMachineRequest request) Gets the details of specific Autonomous Virtual Machine.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousVirtualMachineExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousVirtualMachine API. 
 
 - 
getAutonomousVmClusterGetAutonomousVmClusterResponse getAutonomousVmCluster(GetAutonomousVmClusterRequest request) Gets information about the specified Autonomous VM cluster for an Exadata Cloud@Customer system.To get information about an Autonomous VM Cluster in the Oracle cloud, see getCloudAutonomousVmCluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousVmCluster API. 
 
 - 
getAutonomousVmClusterResourceUsageGetAutonomousVmClusterResourceUsageResponse getAutonomousVmClusterResourceUsage(GetAutonomousVmClusterResourceUsageRequest request) Get the resource usage details for the specified Autonomous Exadata VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetAutonomousVmClusterResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAutonomousVmClusterResourceUsage API. 
 
 - 
getBackupGetBackupResponse getBackup(GetBackupRequest request) Gets information about the specified backup.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBackup API. 
 
 - 
getBackupDestinationGetBackupDestinationResponse getBackupDestination(GetBackupDestinationRequest request) Gets information about the specified backup destination in an Exadata Cloud@Customer system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetBackupDestinationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBackupDestination API. 
 
 - 
getCloudAutonomousVmClusterGetCloudAutonomousVmClusterResponse getCloudAutonomousVmCluster(GetCloudAutonomousVmClusterRequest request) Gets information about the specified Autonomous Exadata VM cluster in the Oracle cloud.For Exadata Cloud@Custustomer systems, see getAutonomousVmCluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetCloudAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudAutonomousVmCluster API. 
 
 - 
getCloudAutonomousVmClusterResourceUsageGetCloudAutonomousVmClusterResourceUsageResponse getCloudAutonomousVmClusterResourceUsage(GetCloudAutonomousVmClusterResourceUsageRequest request) Get the resource usage details for the specified Cloud Autonomous Exadata VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetCloudAutonomousVmClusterResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudAutonomousVmClusterResourceUsage API. 
 
 - 
getCloudExadataInfrastructureGetCloudExadataInfrastructureResponse getCloudExadataInfrastructure(GetCloudExadataInfrastructureRequest request) Gets information about the specified cloud Exadata infrastructure resource.Applies to Exadata Cloud Service instances and Autonomous AI Database on dedicated Exadata infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetCloudExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudExadataInfrastructure API. 
 
 - 
getCloudExadataInfrastructureUnallocatedResourcesGetCloudExadataInfrastructureUnallocatedResourcesResponse getCloudExadataInfrastructureUnallocatedResources(GetCloudExadataInfrastructureUnallocatedResourcesRequest request) Gets unallocated resources information for the specified Cloud Exadata infrastructure.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetCloudExadataInfrastructureUnallocatedResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudExadataInfrastructureUnallocatedResources API. 
 
 - 
getCloudVmClusterGetCloudVmClusterResponse getCloudVmCluster(GetCloudVmClusterRequest request) Gets information about the specified cloud VM cluster.Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudVmCluster API. 
 
 - 
getCloudVmClusterIormConfigGetCloudVmClusterIormConfigResponse getCloudVmClusterIormConfig(GetCloudVmClusterIormConfigRequest request) Gets the IORM configuration for the specified cloud VM cluster in an Exadata Cloud Service instance.If you have not specified an IORM configuration, the default configuration is returned. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetCloudVmClusterIormConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudVmClusterIormConfig API. 
 
 - 
getCloudVmClusterUpdateGetCloudVmClusterUpdateResponse getCloudVmClusterUpdate(GetCloudVmClusterUpdateRequest request) Gets information about a specified maintenance update package for a cloud VM cluster.Applies to Exadata Cloud Service instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetCloudVmClusterUpdateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudVmClusterUpdate API. 
 
 - 
getCloudVmClusterUpdateHistoryEntryGetCloudVmClusterUpdateHistoryEntryResponse getCloudVmClusterUpdateHistoryEntry(GetCloudVmClusterUpdateHistoryEntryRequest request) Gets the maintenance update history details for the specified update history entry.Applies to Exadata Cloud Service instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetCloudVmClusterUpdateHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetCloudVmClusterUpdateHistoryEntry API. 
 
 - 
getConsoleConnectionGetConsoleConnectionResponse getConsoleConnection(GetConsoleConnectionRequest request) Gets the specified database node console connection’s information.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetConsoleConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetConsoleConnection API. 
 
 - 
getConsoleHistoryGetConsoleHistoryResponse getConsoleHistory(GetConsoleHistoryRequest request) Gets information about the specified database node console history.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetConsoleHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetConsoleHistory API. 
 
 - 
getConsoleHistoryContentGetConsoleHistoryContentResponse getConsoleHistoryContent(GetConsoleHistoryContentRequest request) Retrieves the specified database node console history contents upto a megabyte.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetConsoleHistoryContentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetConsoleHistoryContent API. 
 
 - 
getDataGuardAssociationGetDataGuardAssociationResponse getDataGuardAssociation(GetDataGuardAssociationRequest request) Gets the specified Data Guard association’s configuration information.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDataGuardAssociation API. 
 
 - 
getDatabaseGetDatabaseResponse getDatabase(GetDatabaseRequest request) Gets information about the specified database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabase API. 
 
 - 
getDatabaseSoftwareImageGetDatabaseSoftwareImageResponse getDatabaseSoftwareImage(GetDatabaseSoftwareImageRequest request) Gets information about the specified database software image.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseSoftwareImage API. 
 
 - 
getDatabaseUpgradeHistoryEntryGetDatabaseUpgradeHistoryEntryResponse getDatabaseUpgradeHistoryEntry(GetDatabaseUpgradeHistoryEntryRequest request) gets the upgrade history for a specified database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDatabaseUpgradeHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDatabaseUpgradeHistoryEntry API. 
 
 - 
getDbHomeGetDbHomeResponse getDbHome(GetDbHomeRequest request) Gets information about the specified Database Home.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDbHomeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbHome API. 
 
 - 
getDbHomePatchGetDbHomePatchResponse getDbHomePatch(GetDbHomePatchRequest request) Gets information about a specified patch package.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDbHomePatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbHomePatch API. 
 
 - 
getDbHomePatchHistoryEntryGetDbHomePatchHistoryEntryResponse getDbHomePatchHistoryEntry(GetDbHomePatchHistoryEntryRequest request) Gets the patch history details for the specified patchHistoryEntryId- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDbHomePatchHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbHomePatchHistoryEntry API. 
 
 - 
getDbNodeGetDbNodeResponse getDbNode(GetDbNodeRequest request) Gets information about the specified database node.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDbNodeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbNode API. 
 
 - 
getDbServerGetDbServerResponse getDbServer(GetDbServerRequest request) Gets information about the Exadata Db server.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDbServerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbServer API. 
 
 - 
getDbSystemGetDbSystemResponse getDbSystem(GetDbSystemRequest request) Gets information about the specified DB system.*Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbSystem API. 
 
 - 
getDbSystemPatchGetDbSystemPatchResponse getDbSystemPatch(GetDbSystemPatchRequest request) Gets information the specified patch.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDbSystemPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbSystemPatch API. 
 
 - 
getDbSystemPatchHistoryEntryGetDbSystemPatchHistoryEntryResponse getDbSystemPatchHistoryEntry(GetDbSystemPatchHistoryEntryRequest request) Gets the details of the specified patch operation on the specified DB system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDbSystemPatchHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbSystemPatchHistoryEntry API. 
 
 - 
getDbSystemUpgradeHistoryEntryGetDbSystemUpgradeHistoryEntryResponse getDbSystemUpgradeHistoryEntry(GetDbSystemUpgradeHistoryEntryRequest request) Gets the details of the specified operating system upgrade operation for the specified DB system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetDbSystemUpgradeHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetDbSystemUpgradeHistoryEntry API. 
 
 - 
getExadataInfrastructureGetExadataInfrastructureResponse getExadataInfrastructure(GetExadataInfrastructureRequest request) Gets information about the specified Exadata infrastructure.Applies to Exadata Cloud@Customer instances only. To get information on an Exadata Cloud Service infrastructure resource, use the getCloudExadataInfrastructureoperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadataInfrastructure API. 
 
 - 
getExadataInfrastructureOcpusGetExadataInfrastructureOcpusResponse getExadataInfrastructureOcpus(GetExadataInfrastructureOcpusRequest request) Gets details of the available and consumed OCPUs for the specified Autonomous Exadata Infrastructure 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExadataInfrastructureOcpusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadataInfrastructureOcpus API. 
 
 - 
getExadataInfrastructureUnAllocatedResourcesGetExadataInfrastructureUnAllocatedResourcesResponse getExadataInfrastructureUnAllocatedResources(GetExadataInfrastructureUnAllocatedResourcesRequest request) Gets un allocated resources information for the specified Exadata infrastructure.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExadataInfrastructureUnAllocatedResourcesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadataInfrastructureUnAllocatedResources API. 
 
 - 
getExadataIormConfigGetExadataIormConfigResponse getExadataIormConfig(GetExadataIormConfigRequest request) Gets the IORM configuration settings for the specified cloud Exadata DB system.All Exadata service instances have default IORM settings. *Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model. The getCloudVmClusterIormConfigAPI is used for this operation with Exadata systems using the new resource model.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExadataIormConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadataIormConfig API. 
 
 - 
getExadbVmClusterGetExadbVmClusterResponse getExadbVmCluster(GetExadbVmClusterRequest request) Gets information about the specified Exadata VM cluster on Exascale Infrastructure.Applies to Exadata Database Service on Exascale Infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExadbVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadbVmCluster API. 
 
 - 
getExadbVmClusterUpdateGetExadbVmClusterUpdateResponse getExadbVmClusterUpdate(GetExadbVmClusterUpdateRequest request) Gets information about a specified maintenance update package for a Exadata VM cluster on Exascale Infrastructure.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExadbVmClusterUpdateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadbVmClusterUpdate API. 
 
 - 
getExadbVmClusterUpdateHistoryEntryGetExadbVmClusterUpdateHistoryEntryResponse getExadbVmClusterUpdateHistoryEntry(GetExadbVmClusterUpdateHistoryEntryRequest request) Gets the maintenance update history details for the specified update history entry.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExadbVmClusterUpdateHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExadbVmClusterUpdateHistoryEntry API. 
 
 - 
getExascaleDbStorageVaultGetExascaleDbStorageVaultResponse getExascaleDbStorageVault(GetExascaleDbStorageVaultRequest request) Gets information about the specified Exadata Database Storage Vaults in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExascaleDbStorageVaultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExascaleDbStorageVault API. 
 
 - 
getExecutionActionGetExecutionActionResponse getExecutionAction(GetExecutionActionRequest request) Gets information about the specified execution action.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExecutionActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExecutionAction API. 
 
 - 
getExecutionWindowGetExecutionWindowResponse getExecutionWindow(GetExecutionWindowRequest request) Gets information about the specified execution window.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExecutionWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExecutionWindow API. 
 
 - 
getExternalBackupJobGetExternalBackupJobResponse getExternalBackupJob(GetExternalBackupJobRequest request) Gets information about the specified external backup job.*Note:** This API is used by an Oracle Cloud Infrastructure Python script that is packaged with the Oracle Cloud Infrastructure CLI. Oracle recommends that you use the script instead using the API directly. See [Migrating an On-Premises Database to Oracle Cloud Infrastructure by Creating a Backup in the Cloud](https://docs.oracle.com/iaas/Content/Database/Tasks/mig-onprembackup.htm) for more information. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExternalBackupJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalBackupJob API. 
 
 - 
getExternalContainerDatabaseGetExternalContainerDatabaseResponse getExternalContainerDatabase(GetExternalContainerDatabaseRequest request) Gets information about the specified external container database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExternalContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalContainerDatabase API. 
 
 - 
getExternalDatabaseConnectorGetExternalDatabaseConnectorResponse getExternalDatabaseConnector(GetExternalDatabaseConnectorRequest request) Gets information about the specified external database connector.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExternalDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalDatabaseConnector API. 
 
 - 
getExternalNonContainerDatabaseGetExternalNonContainerDatabaseResponse getExternalNonContainerDatabase(GetExternalNonContainerDatabaseRequest request) Gets information about a specific external non-container database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExternalNonContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalNonContainerDatabase API. 
 
 - 
getExternalPluggableDatabaseGetExternalPluggableDatabaseResponse getExternalPluggableDatabase(GetExternalPluggableDatabaseRequest request) Gets information about a specificcreateExternalPluggableDatabaseDetailsresource.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetExternalPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetExternalPluggableDatabase API. 
 
 - 
getInfrastructureTargetVersionsGetInfrastructureTargetVersionsResponse getInfrastructureTargetVersions(GetInfrastructureTargetVersionsRequest request) Gets details of the Exadata Infrastructure target system software versions that can be applied to the specified infrastructure resource for maintenance updates.Applies to Exadata Cloud@Customer and Exadata Cloud instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetInfrastructureTargetVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetInfrastructureTargetVersions API. 
 
 - 
getKeyStoreGetKeyStoreResponse getKeyStore(GetKeyStoreRequest request) Gets information about the specified key store.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetKeyStoreExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetKeyStore API. 
 
 - 
getMaintenanceRunGetMaintenanceRunResponse getMaintenanceRun(GetMaintenanceRunRequest request) Gets information about the specified maintenance run.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetMaintenanceRunExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMaintenanceRun API. 
 
 - 
getMaintenanceRunHistoryGetMaintenanceRunHistoryResponse getMaintenanceRunHistory(GetMaintenanceRunHistoryRequest request) Gets information about the specified maintenance run history.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetMaintenanceRunHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMaintenanceRunHistory API. 
 
 - 
getOneoffPatchGetOneoffPatchResponse getOneoffPatch(GetOneoffPatchRequest request) Gets information about the specified one-off patch.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetOneoffPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetOneoffPatch API. 
 
 - 
getPdbConversionHistoryEntryGetPdbConversionHistoryEntryResponse getPdbConversionHistoryEntry(GetPdbConversionHistoryEntryRequest request) Gets the details of operations performed to convert the specified database from non-container (non-CDB) to pluggable (PDB).- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetPdbConversionHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPdbConversionHistoryEntry API. 
 
 - 
getPluggableDatabaseGetPluggableDatabaseResponse getPluggableDatabase(GetPluggableDatabaseRequest request) Gets information about the specified pluggable database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPluggableDatabase API. 
 
 - 
getPluggableDatabaseSnapshotGetPluggableDatabaseSnapshotResponse getPluggableDatabaseSnapshot(GetPluggableDatabaseSnapshotRequest request) Gets information about the specified Exadata Pluggable Database Snapshot in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetPluggableDatabaseSnapshotExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetPluggableDatabaseSnapshot API. 
 
 - 
getScheduledActionGetScheduledActionResponse getScheduledAction(GetScheduledActionRequest request) Gets information about the specified Scheduled Action.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetScheduledActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetScheduledAction API. 
 
 - 
getSchedulingPlanGetSchedulingPlanResponse getSchedulingPlan(GetSchedulingPlanRequest request) Gets information about the specified Scheduling Plan.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetSchedulingPlanExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSchedulingPlan API. 
 
 - 
getSchedulingPolicyGetSchedulingPolicyResponse getSchedulingPolicy(GetSchedulingPolicyRequest request) Gets information about the specified Scheduling Policy.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetSchedulingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSchedulingPolicy API. 
 
 - 
getSchedulingWindowGetSchedulingWindowResponse getSchedulingWindow(GetSchedulingWindowRequest request) Gets information about the specified Scheduling Window.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetSchedulingWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSchedulingWindow API. 
 
 - 
getVmClusterGetVmClusterResponse getVmCluster(GetVmClusterRequest request) Gets information about the VM cluster.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmCluster API. 
 
 - 
getVmClusterNetworkGetVmClusterNetworkResponse getVmClusterNetwork(GetVmClusterNetworkRequest request) Gets information about the specified VM cluster network.Applies to Exadata Cloud@Customer instances only. To get information about a cloud VM cluster in an Exadata Cloud Service instance, use the getCloudVmClusteroperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmClusterNetwork API. 
 
 - 
getVmClusterPatchGetVmClusterPatchResponse getVmClusterPatch(GetVmClusterPatchRequest request) Gets information about a specified patch package.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetVmClusterPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmClusterPatch API. 
 
 - 
getVmClusterPatchHistoryEntryGetVmClusterPatchHistoryEntryResponse getVmClusterPatchHistoryEntry(GetVmClusterPatchHistoryEntryRequest request) Gets the patch history details for the specified patch history entry.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetVmClusterPatchHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmClusterPatchHistoryEntry API. 
 
 - 
getVmClusterUpdateGetVmClusterUpdateResponse getVmClusterUpdate(GetVmClusterUpdateRequest request) Gets information about a specified maintenance update package for a VM cluster.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetVmClusterUpdateExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmClusterUpdate API. 
 
 - 
getVmClusterUpdateHistoryEntryGetVmClusterUpdateHistoryEntryResponse getVmClusterUpdateHistoryEntry(GetVmClusterUpdateHistoryEntryRequest request) Gets the maintenance update history details for the specified update history entry.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/GetVmClusterUpdateHistoryEntryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVmClusterUpdateHistoryEntry API. 
 
 - 
launchAutonomousExadataInfrastructureLaunchAutonomousExadataInfrastructureResponse launchAutonomousExadataInfrastructure(LaunchAutonomousExadataInfrastructureRequest request) Deprecated To create a new Autonomous AI Database system on dedicated Exadata Infrastructure, use thecreateCloudExadataInfrastructureandcreateCloudAutonomousVmClusteroperations instead.Note that to create an Autonomous VM cluster, you must have an existing Exadata Infrastructure resource to contain the VM cluster. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/LaunchAutonomousExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use LaunchAutonomousExadataInfrastructure API. 
 
 - 
launchDbSystemLaunchDbSystemResponse launchDbSystem(LaunchDbSystemRequest request) Creates a new DB system in the specified compartment and availability domain.The Oracle Database edition that you specify applies to all the databases on that DB system. The selected edition cannot be changed. An initial database is created on the DB system based on the request parameters you provide and some default options. For detailed information about default options, see [Bare metal and virtual machine DB system default options.](https://docs.oracle.com/iaas/Content/Database/Tasks/creatingDBsystem.htm#Default) *Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model. Use the createCloudExadataInfrastructureandcreateCloudVmClusterAPIs to provision a new Exadata Cloud Service instance.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/LaunchDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use LaunchDbSystem API. 
 
 - 
listApplicationVipsListApplicationVipsResponse listApplicationVips(ListApplicationVipsRequest request) Gets a list of application virtual IP (VIP) addresses on a cloud VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListApplicationVipsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListApplicationVips API. 
 
 - 
listAutonomousContainerDatabaseBackupsListAutonomousContainerDatabaseBackupsResponse listAutonomousContainerDatabaseBackups(ListAutonomousContainerDatabaseBackupsRequest request) Gets a list of Autonomous Container Database backups by using either the ‘autonomousDatabaseId’ or ‘compartmentId’ as your query parameter.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousContainerDatabaseBackupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousContainerDatabaseBackups API. 
 
 - 
listAutonomousContainerDatabaseDataguardAssociationsListAutonomousContainerDatabaseDataguardAssociationsResponse listAutonomousContainerDatabaseDataguardAssociations(ListAutonomousContainerDatabaseDataguardAssociationsRequest request) Deprecated. Use thelistAutonomousContainerDatabasesoperation to get a list of the Autonomous Container Databases (ACDs)with Autonomous Data Guard-enabled associated with the specified ACD.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousContainerDatabaseDataguardAssociationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousContainerDatabaseDataguardAssociations API. 
 
 - 
listAutonomousContainerDatabaseVersionsListAutonomousContainerDatabaseVersionsResponse listAutonomousContainerDatabaseVersions(ListAutonomousContainerDatabaseVersionsRequest request) Gets a list of supported Autonomous Container Database versions.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousContainerDatabaseVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousContainerDatabaseVersions API. 
 
 - 
listAutonomousContainerDatabasesListAutonomousContainerDatabasesResponse listAutonomousContainerDatabases(ListAutonomousContainerDatabasesRequest request) Gets a list of the Autonomous Container Databases in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousContainerDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousContainerDatabases API. 
 
 - 
listAutonomousDatabaseBackupsListAutonomousDatabaseBackupsResponse listAutonomousDatabaseBackups(ListAutonomousDatabaseBackupsRequest request) Gets a list of Autonomous AI Database backups based on either theautonomousDatabaseIdorcompartmentIdspecified as a query parameter.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousDatabaseBackupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseBackups API. 
 
 - 
listAutonomousDatabaseCharacterSetsListAutonomousDatabaseCharacterSetsResponse listAutonomousDatabaseCharacterSets(ListAutonomousDatabaseCharacterSetsRequest request) Gets a list of supported character sets.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousDatabaseCharacterSetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseCharacterSets API. 
 
 - 
listAutonomousDatabaseClonesListAutonomousDatabaseClonesResponse listAutonomousDatabaseClones(ListAutonomousDatabaseClonesRequest request) Lists the Autonomous AI Database clones for the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousDatabaseClonesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseClones API. 
 
 - 
listAutonomousDatabaseDataguardAssociationsListAutonomousDatabaseDataguardAssociationsResponse listAutonomousDatabaseDataguardAssociations(ListAutonomousDatabaseDataguardAssociationsRequest request) Deprecated. Use thegetAutonomousContainerDatabaseoperation to get a list of the Autonomous Data Guard-enabled databases associated with the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousDatabaseDataguardAssociationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseDataguardAssociations API. 
 
 - 
listAutonomousDatabasePeersListAutonomousDatabasePeersResponse listAutonomousDatabasePeers(ListAutonomousDatabasePeersRequest request) Lists the Autonomous AI Database peers for the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousDatabasePeersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabasePeers API. 
 
 - 
listAutonomousDatabaseRefreshableClonesListAutonomousDatabaseRefreshableClonesResponse listAutonomousDatabaseRefreshableClones(ListAutonomousDatabaseRefreshableClonesRequest request) Lists the OCIDs of the Autonomous AI Database local and connected remote refreshable clones with the region where they exist for the specified source database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousDatabaseRefreshableClonesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseRefreshableClones API. 
 
 - 
listAutonomousDatabaseSoftwareImagesListAutonomousDatabaseSoftwareImagesResponse listAutonomousDatabaseSoftwareImages(ListAutonomousDatabaseSoftwareImagesRequest request) Gets a list of the Autonomous AI Database Software Images in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousDatabaseSoftwareImagesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabaseSoftwareImages API. 
 
 - 
listAutonomousDatabasesListAutonomousDatabasesResponse listAutonomousDatabases(ListAutonomousDatabasesRequest request) Gets a list of Autonomous AI Databases based on the query parameters specified.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDatabases API. 
 
 - 
listAutonomousDbPreviewVersionsListAutonomousDbPreviewVersionsResponse listAutonomousDbPreviewVersions(ListAutonomousDbPreviewVersionsRequest request) Gets a list of supported Autonomous AI Database versions.Note that preview version software is only available for Autonomous AI Database Serverless (https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html) databases. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousDbPreviewVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDbPreviewVersions API. 
 
 - 
listAutonomousDbVersionsListAutonomousDbVersionsResponse listAutonomousDbVersions(ListAutonomousDbVersionsRequest request) Gets a list of supported Autonomous AI Database versions.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousDbVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousDbVersions API. 
 
 - 
listAutonomousExadataInfrastructureShapesListAutonomousExadataInfrastructureShapesResponse listAutonomousExadataInfrastructureShapes(ListAutonomousExadataInfrastructureShapesRequest request) Deprecated.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousExadataInfrastructureShapesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousExadataInfrastructureShapes API. 
 
 - 
listAutonomousExadataInfrastructuresListAutonomousExadataInfrastructuresResponse listAutonomousExadataInfrastructures(ListAutonomousExadataInfrastructuresRequest request) Deprecated. Use thelistCloudExadataInfrastructuresoperation to list Exadata Infrastructures in the Oracle cloud and thelistCloudAutonomousVmClustersoperation to list Autonomous Exadata VM clusters.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousExadataInfrastructuresExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousExadataInfrastructures API. 
 
 - 
listAutonomousVirtualMachinesListAutonomousVirtualMachinesResponse listAutonomousVirtualMachines(ListAutonomousVirtualMachinesRequest request) Lists the Autonomous Virtual Machines in the specified Autonomous VM Cluster and 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousVirtualMachinesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousVirtualMachines API. 
 
 - 
listAutonomousVmClusterAcdResourceUsageListAutonomousVmClusterAcdResourceUsageResponse listAutonomousVmClusterAcdResourceUsage(ListAutonomousVmClusterAcdResourceUsageRequest request) Gets the list of resource usage details for all the Autonomous Container Database in the specified Autonomous Exadata VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousVmClusterAcdResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousVmClusterAcdResourceUsage API. 
 
 - 
listAutonomousVmClustersListAutonomousVmClustersResponse listAutonomousVmClusters(ListAutonomousVmClustersRequest request) Gets a list of Exadata Cloud@Customer Autonomous VM clusters in the specified compartment.To list Autonomous VM Clusters in the Oracle Cloud, see listCloudAutonomousVmClusters.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListAutonomousVmClustersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAutonomousVmClusters API. 
 
 - 
listBackupDestinationListBackupDestinationResponse listBackupDestination(ListBackupDestinationRequest request) Gets a list of backup destinations in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListBackupDestinationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBackupDestination API. 
 
 - 
listBackupsListBackupsResponse listBackups(ListBackupsRequest request) Gets a list of backups based on thedatabaseIdorcompartmentIdspecified.Either one of these query parameters must be provided. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListBackupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBackups API. 
 
 - 
listCloudAutonomousVmClusterAcdResourceUsageListCloudAutonomousVmClusterAcdResourceUsageResponse listCloudAutonomousVmClusterAcdResourceUsage(ListCloudAutonomousVmClusterAcdResourceUsageRequest request) Gets the list of resource usage details for all the Cloud Autonomous Container Database in the specified Cloud Autonomous Exadata VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListCloudAutonomousVmClusterAcdResourceUsageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudAutonomousVmClusterAcdResourceUsage API. 
 
 - 
listCloudAutonomousVmClustersListCloudAutonomousVmClustersResponse listCloudAutonomousVmClusters(ListCloudAutonomousVmClustersRequest request) Lists Autonomous Exadata VM clusters in the Oracle cloud.For Exadata Cloud@Customer systems, see listAutonomousVmClusters.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListCloudAutonomousVmClustersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudAutonomousVmClusters API. 
 
 - 
listCloudExadataInfrastructuresListCloudExadataInfrastructuresResponse listCloudExadataInfrastructures(ListCloudExadataInfrastructuresRequest request) Gets a list of the cloud Exadata infrastructure resources in the specified compartment.Applies to Exadata Cloud Service instances and Autonomous AI Database on dedicated Exadata infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListCloudExadataInfrastructuresExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudExadataInfrastructures API. 
 
 - 
listCloudVmClusterUpdateHistoryEntriesListCloudVmClusterUpdateHistoryEntriesResponse listCloudVmClusterUpdateHistoryEntries(ListCloudVmClusterUpdateHistoryEntriesRequest request) Gets the history of the maintenance update actions performed on the specified cloud VM cluster.Applies to Exadata Cloud Service instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListCloudVmClusterUpdateHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudVmClusterUpdateHistoryEntries API. 
 
 - 
listCloudVmClusterUpdatesListCloudVmClusterUpdatesResponse listCloudVmClusterUpdates(ListCloudVmClusterUpdatesRequest request) Lists the maintenance updates that can be applied to the specified cloud VM cluster.Applies to Exadata Cloud Service instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListCloudVmClusterUpdatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudVmClusterUpdates API. 
 
 - 
listCloudVmClustersListCloudVmClustersResponse listCloudVmClusters(ListCloudVmClustersRequest request) Gets a list of the cloud VM clusters in the specified compartment.Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListCloudVmClustersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListCloudVmClusters API. 
 
 - 
listConsoleConnectionsListConsoleConnectionsResponse listConsoleConnections(ListConsoleConnectionsRequest request) Lists the console connections for the specified database node.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListConsoleConnectionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListConsoleConnections API. 
 
 - 
listConsoleHistoriesListConsoleHistoriesResponse listConsoleHistories(ListConsoleHistoriesRequest request) Lists the console histories for the specified database node.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListConsoleHistoriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListConsoleHistories API. 
 
 - 
listContainerDatabasePatchesListContainerDatabasePatchesResponse listContainerDatabasePatches(ListContainerDatabasePatchesRequest request) Lists the patches applicable to the requested container database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListContainerDatabasePatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListContainerDatabasePatches API. 
 
 - 
listDataGuardAssociationsListDataGuardAssociationsResponse listDataGuardAssociations(ListDataGuardAssociationsRequest request) Lists all Data Guard associations for the specified database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDataGuardAssociationsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDataGuardAssociations API. 
 
 - 
listDatabaseSoftwareImagesListDatabaseSoftwareImagesResponse listDatabaseSoftwareImages(ListDatabaseSoftwareImagesRequest request) Gets a list of the database software images in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDatabaseSoftwareImagesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabaseSoftwareImages API. 
 
 - 
listDatabaseUpgradeHistoryEntriesListDatabaseUpgradeHistoryEntriesResponse listDatabaseUpgradeHistoryEntries(ListDatabaseUpgradeHistoryEntriesRequest request) Gets the upgrade history for a specified database in a bare metal or virtual machine DB system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDatabaseUpgradeHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabaseUpgradeHistoryEntries API. 
 
 - 
listDatabasesListDatabasesResponse listDatabases(ListDatabasesRequest request) Gets a list of the databases in the specified Database Home.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDatabases API. 
 
 - 
listDbHomePatchHistoryEntriesListDbHomePatchHistoryEntriesResponse listDbHomePatchHistoryEntries(ListDbHomePatchHistoryEntriesRequest request) Lists the history of patch operations on the specified Database Home.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbHomePatchHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbHomePatchHistoryEntries API. 
 
 - 
listDbHomePatchesListDbHomePatchesResponse listDbHomePatches(ListDbHomePatchesRequest request) Lists patches applicable to the requested Database Home.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbHomePatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbHomePatches API. 
 
 - 
listDbHomesListDbHomesResponse listDbHomes(ListDbHomesRequest request) Lists the Database Homes in the specified DB system and compartment.A Database Home is a directory where Oracle Database software is installed. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbHomesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbHomes API. 
 
 - 
listDbNodesListDbNodesResponse listDbNodes(ListDbNodesRequest request) Lists the database nodes in the specified DB system and compartment.In addition to the other required parameters, either ‘–db-system-id’ or ‘–vm-cluster-id’ also must be provided, depending on the service being accessed. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbNodesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbNodes API. 
 
 - 
listDbServersListDbServersResponse listDbServers(ListDbServersRequest request) Lists the Exadata DB servers in the ExadataInfrastructureId and specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbServersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbServers API. 
 
 - 
listDbSystemComputePerformancesListDbSystemComputePerformancesResponse listDbSystemComputePerformances(ListDbSystemComputePerformancesRequest request) Gets a list of expected compute performance parameters for a virtual machine DB system based on system configuration.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbSystemComputePerformancesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemComputePerformances API. 
 
 - 
listDbSystemPatchHistoryEntriesListDbSystemPatchHistoryEntriesResponse listDbSystemPatchHistoryEntries(ListDbSystemPatchHistoryEntriesRequest request) Gets the history of the patch actions performed on the specified DB system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbSystemPatchHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemPatchHistoryEntries API. 
 
 - 
listDbSystemPatchesListDbSystemPatchesResponse listDbSystemPatches(ListDbSystemPatchesRequest request) Lists the patches applicable to the specified DB system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbSystemPatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemPatches API. 
 
 - 
listDbSystemShapesListDbSystemShapesResponse listDbSystemShapes(ListDbSystemShapesRequest request) Gets a list of the shapes that can be used to launch a new DB system.The shape determines resources to allocate to the DB system - CPU cores and memory for VM shapes; CPU cores, memory and storage for non-VM (or bare metal) shapes. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbSystemShapesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemShapes API. 
 
 - 
listDbSystemStoragePerformancesListDbSystemStoragePerformancesResponse listDbSystemStoragePerformances(ListDbSystemStoragePerformancesRequest request) Gets a list of possible expected storage performance parameters of a VMDB System based on Configuration.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbSystemStoragePerformancesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemStoragePerformances API. 
 
 - 
listDbSystemUpgradeHistoryEntriesListDbSystemUpgradeHistoryEntriesResponse listDbSystemUpgradeHistoryEntries(ListDbSystemUpgradeHistoryEntriesRequest request) Gets the history of the upgrade actions performed on the specified DB system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbSystemUpgradeHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemUpgradeHistoryEntries API. 
 
 - 
listDbSystemUpgradesListDbSystemUpgradesResponse listDbSystemUpgrades(ListDbSystemUpgradesRequest request) Lists the applicable upgrade components for a DB systems.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbSystemUpgradesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystemUpgrades API. 
 
 - 
listDbSystemsListDbSystemsResponse listDbSystems(ListDbSystemsRequest request) Lists the DB systems in the specified compartment.You can specify a backupIdto list only the DB systems that support creating a database using this backup in this compartment.*Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbSystemsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbSystems API. 
 
 - 
listDbVersionsListDbVersionsResponse listDbVersions(ListDbVersionsRequest request) Gets a list of supported Oracle Database versions.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListDbVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListDbVersions API. 
 
 - 
listExadataInfrastructuresListExadataInfrastructuresResponse listExadataInfrastructures(ListExadataInfrastructuresRequest request) Lists the Exadata infrastructure resources in the specified compartment.Applies to Exadata Cloud@Customer instances only. To list the Exadata Cloud Service infrastructure resources in a compartment, use the listCloudExadataInfrastructuresoperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListExadataInfrastructuresExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExadataInfrastructures API. 
 
 - 
listExadbVmClusterUpdateHistoryEntriesListExadbVmClusterUpdateHistoryEntriesResponse listExadbVmClusterUpdateHistoryEntries(ListExadbVmClusterUpdateHistoryEntriesRequest request) Gets the history of the maintenance update actions performed on the specified Exadata VM cluster on Exascale Infrastructure.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListExadbVmClusterUpdateHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExadbVmClusterUpdateHistoryEntries API. 
 
 - 
listExadbVmClusterUpdatesListExadbVmClusterUpdatesResponse listExadbVmClusterUpdates(ListExadbVmClusterUpdatesRequest request) Lists the maintenance updates that can be applied to the specified Exadata VM cluster on Exascale Infrastructure.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListExadbVmClusterUpdatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExadbVmClusterUpdates API. 
 
 - 
listExadbVmClustersListExadbVmClustersResponse listExadbVmClusters(ListExadbVmClustersRequest request) Gets a list of the Exadata VM clusters on Exascale Infrastructure in the specified compartment.Applies to Exadata Database Service on Exascale Infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListExadbVmClustersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExadbVmClusters API. 
 
 - 
listExascaleDbStorageVaultsListExascaleDbStorageVaultsResponse listExascaleDbStorageVaults(ListExascaleDbStorageVaultsRequest request) Gets a list of the Exadata Database Storage Vaults in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListExascaleDbStorageVaultsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExascaleDbStorageVaults API. 
 
 - 
listExecutionActionsListExecutionActionsResponse listExecutionActions(ListExecutionActionsRequest request) Lists the execution action resources in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListExecutionActionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExecutionActions API. 
 
 - 
listExecutionWindowsListExecutionWindowsResponse listExecutionWindows(ListExecutionWindowsRequest request) Lists the execution window resources in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListExecutionWindowsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExecutionWindows API. 
 
 - 
listExternalContainerDatabasesListExternalContainerDatabasesResponse listExternalContainerDatabases(ListExternalContainerDatabasesRequest request) Gets a list of the external container databases in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListExternalContainerDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalContainerDatabases API. 
 
 - 
listExternalDatabaseConnectorsListExternalDatabaseConnectorsResponse listExternalDatabaseConnectors(ListExternalDatabaseConnectorsRequest request) Gets a list of the external database connectors in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListExternalDatabaseConnectorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalDatabaseConnectors API. 
 
 - 
listExternalNonContainerDatabasesListExternalNonContainerDatabasesResponse listExternalNonContainerDatabases(ListExternalNonContainerDatabasesRequest request) Gets a list of the ExternalNonContainerDatabases in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListExternalNonContainerDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalNonContainerDatabases API. 
 
 - 
listExternalPluggableDatabasesListExternalPluggableDatabasesResponse listExternalPluggableDatabases(ListExternalPluggableDatabasesRequest request) Gets a list of thecreateExternalPluggableDatabaseDetailsresources in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListExternalPluggableDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListExternalPluggableDatabases API. 
 
 - 
listFlexComponentsListFlexComponentsResponse listFlexComponents(ListFlexComponentsRequest request) Gets a list of the flex components that can be used to launch a new DB system.The flex component determines resources to allocate to the DB system - Database Servers and Storage Servers. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListFlexComponentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFlexComponents API. 
 
 - 
listGiVersionMinorVersionsListGiVersionMinorVersionsResponse listGiVersionMinorVersions(ListGiVersionMinorVersionsRequest request) Gets a list of supported Oracle Grid Infrastructure minor versions for the given major version and shape 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListGiVersionMinorVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGiVersionMinorVersions API. 
 
 - 
listGiVersionsListGiVersionsResponse listGiVersions(ListGiVersionsRequest request) Gets a list of supported GI versions.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListGiVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListGiVersions API. 
 
 - 
listKeyStoresListKeyStoresResponse listKeyStores(ListKeyStoresRequest request) Gets a list of key stores in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListKeyStoresExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListKeyStores API. 
 
 - 
listMaintenanceRunHistoryListMaintenanceRunHistoryResponse listMaintenanceRunHistory(ListMaintenanceRunHistoryRequest request) Gets a list of the maintenance run histories in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListMaintenanceRunHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaintenanceRunHistory API. 
 
 - 
listMaintenanceRunsListMaintenanceRunsResponse listMaintenanceRuns(ListMaintenanceRunsRequest request) Gets a list of the maintenance runs in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListMaintenanceRunsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMaintenanceRuns API. 
 
 - 
listOneoffPatchesListOneoffPatchesResponse listOneoffPatches(ListOneoffPatchesRequest request) Lists one-off patches in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListOneoffPatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListOneoffPatches API. 
 
 - 
listParamsForActionTypeListParamsForActionTypeResponse listParamsForActionType(ListParamsForActionTypeRequest request) List all the action params and their possible values for a given action type- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListParamsForActionTypeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListParamsForActionType API. 
 
 - 
listPdbConversionHistoryEntriesListPdbConversionHistoryEntriesResponse listPdbConversionHistoryEntries(ListPdbConversionHistoryEntriesRequest request) Gets the pluggable database conversion history for a specified database in a bare metal or virtual machine DB system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListPdbConversionHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPdbConversionHistoryEntries API. 
 
 - 
listPluggableDatabaseSnapshotsListPluggableDatabaseSnapshotsResponse listPluggableDatabaseSnapshots(ListPluggableDatabaseSnapshotsRequest request) Gets a list of the Exadata Pluggable Database Snapshots in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListPluggableDatabaseSnapshotsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPluggableDatabaseSnapshots API. 
 
 - 
listPluggableDatabasesListPluggableDatabasesResponse listPluggableDatabases(ListPluggableDatabasesRequest request) Gets a list of the pluggable databases in a database or compartment.You must provide either a databaseIdorcompartmentIdvalue.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListPluggableDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListPluggableDatabases API. 
 
 - 
listRecommendedScheduledActionsListRecommendedScheduledActionsResponse listRecommendedScheduledActions(ListRecommendedScheduledActionsRequest request) Returns a recommended Scheduled Actions configuration for a given resource, plan intent and scheduling policy.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListRecommendedScheduledActionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListRecommendedScheduledActions API. 
 
 - 
listResourcePoolMembersListResourcePoolMembersResponse listResourcePoolMembers(ListResourcePoolMembersRequest request) Lists the OCIDs of the Autonomous AI Database resource pool members for the specified Autonomous AI Database leader.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListResourcePoolMembersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListResourcePoolMembers API. 
 
 - 
listScheduledActionsListScheduledActionsResponse listScheduledActions(ListScheduledActionsRequest request) Lists the Scheduled Action resources in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListScheduledActionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListScheduledActions API. 
 
 - 
listSchedulingPlansListSchedulingPlansResponse listSchedulingPlans(ListSchedulingPlansRequest request) Lists the Scheduling Plan resources in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListSchedulingPlansExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSchedulingPlans API. 
 
 - 
listSchedulingPoliciesListSchedulingPoliciesResponse listSchedulingPolicies(ListSchedulingPoliciesRequest request) Lists the Scheduling Policy resources in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListSchedulingPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSchedulingPolicies API. 
 
 - 
listSchedulingWindowsListSchedulingWindowsResponse listSchedulingWindows(ListSchedulingWindowsRequest request) Lists the Scheduling Window resources in the specified 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListSchedulingWindowsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSchedulingWindows API. 
 
 - 
listSystemVersionMinorVersionsListSystemVersionMinorVersionsResponse listSystemVersionMinorVersions(ListSystemVersionMinorVersionsRequest request) Retrieves a list of supported minor versions for the specified Exadata System Software major version.You must provide either a shapeorresourceIdvalue.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListSystemVersionMinorVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSystemVersionMinorVersions API. 
 
 - 
listSystemVersionsListSystemVersionsResponse listSystemVersions(ListSystemVersionsRequest request) Gets a list of supported Exadata system versions for a given shape and GI version.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListSystemVersionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSystemVersions API. 
 
 - 
listVmClusterNetworksListVmClusterNetworksResponse listVmClusterNetworks(ListVmClusterNetworksRequest request) Gets a list of the VM cluster networks in the specified compartment.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListVmClusterNetworksExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusterNetworks API. 
 
 - 
listVmClusterPatchHistoryEntriesListVmClusterPatchHistoryEntriesResponse listVmClusterPatchHistoryEntries(ListVmClusterPatchHistoryEntriesRequest request) Gets the history of the patch actions performed on the specified VM cluster in an Exadata Cloud@Customer system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListVmClusterPatchHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusterPatchHistoryEntries API. 
 
 - 
listVmClusterPatchesListVmClusterPatchesResponse listVmClusterPatches(ListVmClusterPatchesRequest request) Lists the patches applicable to the specified VM cluster in an Exadata Cloud@Customer system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListVmClusterPatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusterPatches API. 
 
 - 
listVmClusterUpdateHistoryEntriesListVmClusterUpdateHistoryEntriesResponse listVmClusterUpdateHistoryEntries(ListVmClusterUpdateHistoryEntriesRequest request) Gets the history of the maintenance update actions performed on the specified VM cluster.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListVmClusterUpdateHistoryEntriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusterUpdateHistoryEntries API. 
 
 - 
listVmClusterUpdatesListVmClusterUpdatesResponse listVmClusterUpdates(ListVmClusterUpdatesRequest request) Lists the maintenance updates that can be applied to the specified VM cluster.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListVmClusterUpdatesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusterUpdates API. 
 
 - 
listVmClustersListVmClustersResponse listVmClusters(ListVmClustersRequest request) Lists the VM clusters in the specified compartment.Applies to Exadata Cloud@Customer instances only. To list the cloud VM clusters in an Exadata Cloud Service instance, use the listCloudVmClustersoperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ListVmClustersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVmClusters API. 
 
 - 
localClonePluggableDatabaseLocalClonePluggableDatabaseResponse localClonePluggableDatabase(LocalClonePluggableDatabaseRequest request) Deprecated. UsecreatePluggableDatabasefor Pluggable Database LocalClone Operation.Clones and starts a pluggable database (PDB) in the same database (CDB) as the source PDB. The source PDB must be in the READ_WRITEopenMode to perform the clone operation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/LocalClonePluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use LocalClonePluggableDatabase API. 
 
 - 
migrateAutonomousContainerDatabaseDataguardAssociationMigrateAutonomousContainerDatabaseDataguardAssociationResponse migrateAutonomousContainerDatabaseDataguardAssociation(MigrateAutonomousContainerDatabaseDataguardAssociationRequest request) Migrate Autonomous Container Database, identified by the autonomousContainerDatabaseId parameter.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/MigrateAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use MigrateAutonomousContainerDatabaseDataguardAssociation API. 
 
 - 
migrateDataGuardAssociationToMultiDataGuardsMigrateDataGuardAssociationToMultiDataGuardsResponse migrateDataGuardAssociationToMultiDataGuards(MigrateDataGuardAssociationToMultiDataGuardsRequest request) Migrates the existing Data Guard association to new Data Guard model to support multiple standby databases functionality.This operation should always be performed on primary. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/MigrateDataGuardAssociationToMultiDataGuardsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use MigrateDataGuardAssociationToMultiDataGuards API. 
 
 - 
migrateExadataDbSystemResourceModelMigrateExadataDbSystemResourceModelResponse migrateExadataDbSystemResourceModel(MigrateExadataDbSystemResourceModelRequest request) Migrates the Exadata DB system to the new Exadata resource model.All related resources will be migrated. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/MigrateExadataDbSystemResourceModelExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use MigrateExadataDbSystemResourceModel API. 
 
 - 
migrateVaultKeyMigrateVaultKeyResponse migrateVaultKey(MigrateVaultKeyRequest request) Changes encryption key management from customer-managed, using the Vault service, to Oracle-managed.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/MigrateVaultKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use MigrateVaultKey API. 
 
 - 
modifyDatabaseManagementModifyDatabaseManagementResponse modifyDatabaseManagement(ModifyDatabaseManagementRequest request) Updates one or more attributes of the Database Management service for the database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ModifyDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ModifyDatabaseManagement API. 
 
 - 
modifyPluggableDatabaseManagementModifyPluggableDatabaseManagementResponse modifyPluggableDatabaseManagement(ModifyPluggableDatabaseManagementRequest request) Updates one or more attributes of the Database Management service for the pluggable database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ModifyPluggableDatabaseManagementExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ModifyPluggableDatabaseManagement API. 
 
 - 
moveExecutionActionMemberMoveExecutionActionMemberResponse moveExecutionActionMember(MoveExecutionActionMemberRequest request) Moves an execution action member to this execution action resource from another.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/MoveExecutionActionMemberExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use MoveExecutionActionMember API. 
 
 - 
refreshPluggableDatabaseRefreshPluggableDatabaseResponse refreshPluggableDatabase(RefreshPluggableDatabaseRequest request) Refreshes a pluggable database (PDB) Refreshable clone.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RefreshPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RefreshPluggableDatabase API. 
 
 - 
registerAutonomousDatabaseDataSafeRegisterAutonomousDatabaseDataSafeResponse registerAutonomousDatabaseDataSafe(RegisterAutonomousDatabaseDataSafeRequest request) Asynchronously registers this Autonomous AI Database with Data Safe.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RegisterAutonomousDatabaseDataSafeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RegisterAutonomousDatabaseDataSafe API. 
 
 - 
registerCloudVmClusterPkcsRegisterCloudVmClusterPkcsResponse registerCloudVmClusterPkcs(RegisterCloudVmClusterPkcsRequest request) Install the PKCS11 driver for given keystore type- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RegisterCloudVmClusterPkcsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RegisterCloudVmClusterPkcs API. 
 
 - 
reinstateAutonomousContainerDatabaseDataguardReinstateAutonomousContainerDatabaseDataguardResponse reinstateAutonomousContainerDatabaseDataguard(ReinstateAutonomousContainerDatabaseDataguardRequest request) Reinstates a disabled standby Autonomous Container Database (ACD), identified by the autonomousContainerDatabaseId parameter to an active standby ACD.For more information, see Reinstate the Disabled Standby in an Autonomous Data Guard Configuration. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ReinstateAutonomousContainerDatabaseDataguardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReinstateAutonomousContainerDatabaseDataguard API. 
 
 - 
reinstateAutonomousContainerDatabaseDataguardAssociationReinstateAutonomousContainerDatabaseDataguardAssociationResponse reinstateAutonomousContainerDatabaseDataguardAssociation(ReinstateAutonomousContainerDatabaseDataguardAssociationRequest request) Deprecated. Use thereinstateAutonomousContainerDatabaseDataguardoperation to reinstate a disabled standby Autonomous Container Database (ACD), identified by the autonomousContainerDatabaseId parameter, to an active standby ACD.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ReinstateAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReinstateAutonomousContainerDatabaseDataguardAssociation API. 
 
 - 
reinstateDataGuardReinstateDataGuardResponse reinstateDataGuard(ReinstateDataGuardRequest request) Reinstates the database identified by thedatabaseIdparameter into the standby role in a Data Guard association.This operation should be performed on disabled standby database. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ReinstateDataGuardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReinstateDataGuard API. 
 
 - 
reinstateDataGuardAssociationReinstateDataGuardAssociationResponse reinstateDataGuardAssociation(ReinstateDataGuardAssociationRequest request) Reinstates the database identified by thedatabaseIdparameter into the standby role in a Data Guard association.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ReinstateDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReinstateDataGuardAssociation API. 
 
 - 
remoteClonePluggableDatabaseRemoteClonePluggableDatabaseResponse remoteClonePluggableDatabase(RemoteClonePluggableDatabaseRequest request) Deprecated. UsecreatePluggableDatabasefor Pluggable Database RemoteClone Operation.Clones a pluggable database (PDB) to a different database from the source PDB. The cloned PDB will be started upon completion of the clone operation. The source PDB must be in the READ_WRITEopenMode when performing the clone. For Exadata Cloud@Customer instances, the source pluggable database (PDB) must be on the same Exadata Infrastructure as the target container database (CDB) to create a remote clone.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RemoteClonePluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoteClonePluggableDatabase API. 
 
 - 
removeVirtualMachineFromCloudVmClusterRemoveVirtualMachineFromCloudVmClusterResponse removeVirtualMachineFromCloudVmCluster(RemoveVirtualMachineFromCloudVmClusterRequest request) Remove Virtual Machines from the Cloud VM cluster.Applies to Exadata Cloud instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RemoveVirtualMachineFromCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveVirtualMachineFromCloudVmCluster API. 
 
 - 
removeVirtualMachineFromExadbVmClusterRemoveVirtualMachineFromExadbVmClusterResponse removeVirtualMachineFromExadbVmCluster(RemoveVirtualMachineFromExadbVmClusterRequest request) Remove Virtual Machines from the Exadata VM cluster on Exascale Infrastructure.Applies to Exadata Cloud instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RemoveVirtualMachineFromExadbVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveVirtualMachineFromExadbVmCluster API. 
 
 - 
removeVirtualMachineFromVmClusterRemoveVirtualMachineFromVmClusterResponse removeVirtualMachineFromVmCluster(RemoveVirtualMachineFromVmClusterRequest request) Remove Virtual Machines from the VM cluster.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RemoveVirtualMachineFromVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveVirtualMachineFromVmCluster API. 
 
 - 
reorderExecutionActionsReorderExecutionActionsResponse reorderExecutionActions(ReorderExecutionActionsRequest request) Reorders the execution actions under this execution window 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ReorderExecutionActionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReorderExecutionActions API. 
 
 - 
reorderScheduledActionsReorderScheduledActionsResponse reorderScheduledActions(ReorderScheduledActionsRequest request) Re-order the scheduled actions under this scheduling plan 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ReorderScheduledActionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ReorderScheduledActions API. 
 
 - 
resizeVmClusterNetworkResizeVmClusterNetworkResponse resizeVmClusterNetwork(ResizeVmClusterNetworkRequest request) Adds or removes Db server network nodes to extend or shrink the existing VM cluster network.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ResizeVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResizeVmClusterNetwork API. 
 
 - 
resourcePoolShapesResourcePoolShapesResponse resourcePoolShapes(ResourcePoolShapesRequest request) Lists available resource pools shapes.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ResourcePoolShapesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResourcePoolShapes API. 
 
 - 
restartAutonomousContainerDatabaseRestartAutonomousContainerDatabaseResponse restartAutonomousContainerDatabase(RestartAutonomousContainerDatabaseRequest request) Rolling restarts the specified Autonomous Container Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RestartAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RestartAutonomousContainerDatabase API. 
 
 - 
restartAutonomousDatabaseRestartAutonomousDatabaseResponse restartAutonomousDatabase(RestartAutonomousDatabaseRequest request) Restarts the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RestartAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RestartAutonomousDatabase API. 
 
 - 
restoreAutonomousDatabaseRestoreAutonomousDatabaseResponse restoreAutonomousDatabase(RestoreAutonomousDatabaseRequest request) Restores an Autonomous AI Database based on the provided request parameters.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RestoreAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RestoreAutonomousDatabase API. 
 
 - 
restoreDatabaseRestoreDatabaseResponse restoreDatabase(RestoreDatabaseRequest request) Restore a Database based on the request parameters you provide.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RestoreDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RestoreDatabase API. 
 
 - 
rotateAutonomousContainerDatabaseEncryptionKeyRotateAutonomousContainerDatabaseEncryptionKeyResponse rotateAutonomousContainerDatabaseEncryptionKey(RotateAutonomousContainerDatabaseEncryptionKeyRequest request) Creates a new version of an existing Vault service key.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RotateAutonomousContainerDatabaseEncryptionKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateAutonomousContainerDatabaseEncryptionKey API. 
 
 - 
rotateAutonomousDatabaseEncryptionKeyRotateAutonomousDatabaseEncryptionKeyResponse rotateAutonomousDatabaseEncryptionKey(RotateAutonomousDatabaseEncryptionKeyRequest request) Rotate existing AutonomousDatabase Vault service key.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RotateAutonomousDatabaseEncryptionKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateAutonomousDatabaseEncryptionKey API. 
 
 - 
rotateAutonomousVmClusterOrdsCertsRotateAutonomousVmClusterOrdsCertsResponse rotateAutonomousVmClusterOrdsCerts(RotateAutonomousVmClusterOrdsCertsRequest request) Rotates the Oracle REST Data Services (ORDS) certificates for Autonomous Exadata VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RotateAutonomousVmClusterOrdsCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateAutonomousVmClusterOrdsCerts API. 
 
 - 
rotateAutonomousVmClusterSslCertsRotateAutonomousVmClusterSslCertsResponse rotateAutonomousVmClusterSslCerts(RotateAutonomousVmClusterSslCertsRequest request) Rotates the SSL certificates for Autonomous Exadata VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RotateAutonomousVmClusterSslCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateAutonomousVmClusterSslCerts API. 
 
 - 
rotateCloudAutonomousVmClusterOrdsCertsRotateCloudAutonomousVmClusterOrdsCertsResponse rotateCloudAutonomousVmClusterOrdsCerts(RotateCloudAutonomousVmClusterOrdsCertsRequest request) Rotates the Oracle REST Data Services (ORDS) certificates for a cloud Autonomous Exadata VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RotateCloudAutonomousVmClusterOrdsCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateCloudAutonomousVmClusterOrdsCerts API. 
 
 - 
rotateCloudAutonomousVmClusterSslCertsRotateCloudAutonomousVmClusterSslCertsResponse rotateCloudAutonomousVmClusterSslCerts(RotateCloudAutonomousVmClusterSslCertsRequest request) Rotates the SSL certficates for a cloud Autonomous Exadata VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RotateCloudAutonomousVmClusterSslCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateCloudAutonomousVmClusterSslCerts API. 
 
 - 
rotateOrdsCertsRotateOrdsCertsResponse rotateOrdsCerts(RotateOrdsCertsRequest request) Deprecated. Use therotateCloudAutonomousVmClusterOrdsCertsto rotate Oracle REST Data Services (ORDS) certs for an Autonomous Exadata VM cluster instead.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RotateOrdsCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateOrdsCerts API. 
 
 - 
rotatePluggableDatabaseEncryptionKeyRotatePluggableDatabaseEncryptionKeyResponse rotatePluggableDatabaseEncryptionKey(RotatePluggableDatabaseEncryptionKeyRequest request) Create a new version of the existing encryption key.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RotatePluggableDatabaseEncryptionKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotatePluggableDatabaseEncryptionKey API. 
 
 - 
rotateSslCertsRotateSslCertsResponse rotateSslCerts(RotateSslCertsRequest request) Deprecated. Use therotateCloudAutonomousVmClusterSslCertsto rotate SSL certs for an Autonomous Exadata VM cluster instead.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RotateSslCertsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateSslCerts API. 
 
 - 
rotateVaultKeyRotateVaultKeyResponse rotateVaultKey(RotateVaultKeyRequest request) Creates a new version of an existing Vault service key.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/RotateVaultKeyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RotateVaultKey API. 
 
 - 
saasAdminUserStatusSaasAdminUserStatusResponse saasAdminUserStatus(SaasAdminUserStatusRequest request) This operation gets SaaS administrative user status of the Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/SaasAdminUserStatusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SaasAdminUserStatus API. 
 
 - 
scanExternalContainerDatabasePluggableDatabasesScanExternalContainerDatabasePluggableDatabasesResponse scanExternalContainerDatabasePluggableDatabases(ScanExternalContainerDatabasePluggableDatabasesRequest request) Scans for pluggable databases in the specified external container database.This operation will return un-registered pluggable databases in the getWorkRequestoperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ScanExternalContainerDatabasePluggableDatabasesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ScanExternalContainerDatabasePluggableDatabases API. 
 
 - 
setDbKeyVersionSetDbKeyVersionResponse setDbKeyVersion(SetDbKeyVersionRequest request) Sets a new version of an existing Vault service key.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/SetDbKeyVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SetDbKeyVersion API. 
 
 - 
setPdbKeyVersionSetPdbKeyVersionResponse setPdbKeyVersion(SetPdbKeyVersionRequest request) Sets a new version of an existing Vault service key.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/SetPdbKeyVersionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SetPdbKeyVersion API. 
 
 - 
shrinkAutonomousDatabaseShrinkAutonomousDatabaseResponse shrinkAutonomousDatabase(ShrinkAutonomousDatabaseRequest request) This operation shrinks the current allocated storage down to the current actual used data storage (actualUsedDataStorageSizeInTBs).The if the base storage value for the database (dataStorageSizeInTBs) is larger than the actualUsedDataStorageSizeInTBs value, you are billed for the base storage value. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ShrinkAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ShrinkAutonomousDatabase API. 
 
 - 
startAutonomousDatabaseStartAutonomousDatabaseResponse startAutonomousDatabase(StartAutonomousDatabaseRequest request) Starts the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/StartAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartAutonomousDatabase API. 
 
 - 
startPluggableDatabaseStartPluggableDatabaseResponse startPluggableDatabase(StartPluggableDatabaseRequest request) Starts a stopped pluggable database.The openModevalue of the pluggable database will beREAD_WRITEupon completion.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/StartPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartPluggableDatabase API. 
 
 - 
stopAutonomousDatabaseStopAutonomousDatabaseResponse stopAutonomousDatabase(StopAutonomousDatabaseRequest request) Stops the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/StopAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopAutonomousDatabase API. 
 
 - 
stopPluggableDatabaseStopPluggableDatabaseResponse stopPluggableDatabase(StopPluggableDatabaseRequest request) Stops a pluggable database.The openModevalue of the pluggable database will beMOUNTEDupon completion.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/StopPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopPluggableDatabase API. 
 
 - 
switchOverDataGuardSwitchOverDataGuardResponse switchOverDataGuard(SwitchOverDataGuardRequest request) Performs a switchover to transition primary database of this Data Guard association into a standby role.The standby database associated with the dataGuardAssociationIdassumes the primary database role.A switchover guarantees no data loss. This operation should be performed on respective standby database. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/SwitchOverDataGuardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SwitchOverDataGuard API. 
 
 - 
switchoverAutonomousContainerDatabaseDataguardSwitchoverAutonomousContainerDatabaseDataguardResponse switchoverAutonomousContainerDatabaseDataguard(SwitchoverAutonomousContainerDatabaseDataguardRequest request) Switchover an Autonomous Container Database (ACD), identified by the autonomousContainerDatabaseId parameter, to an active standby ACD.This standby ACD will become the new primary ACD when the switchover completes successfully. For more information, see Switch Roles in an Autonomous Data Guard Configuration. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/SwitchoverAutonomousContainerDatabaseDataguardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SwitchoverAutonomousContainerDatabaseDataguard API. 
 
 - 
switchoverAutonomousContainerDatabaseDataguardAssociationSwitchoverAutonomousContainerDatabaseDataguardAssociationResponse switchoverAutonomousContainerDatabaseDataguardAssociation(SwitchoverAutonomousContainerDatabaseDataguardAssociationRequest request) Deprecated. Use theswitchoverAutonomousContainerDatabaseDataguardoperation to switches over the primary Autonomous Container Database (ACD) of an Autonomous Data Guard peer association to standby role.The standby ACD associated with autonomousContainerDatabaseDataguardAssociationId assumes the primary ACD role. A switchover incurs no data loss. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/SwitchoverAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SwitchoverAutonomousContainerDatabaseDataguardAssociation API. 
 
 - 
switchoverAutonomousDatabaseSwitchoverAutonomousDatabaseResponse switchoverAutonomousDatabase(SwitchoverAutonomousDatabaseRequest request) Initiates a switchover of the specified Autonomous AI Database to the associated peer database.Applicable only to databases with Disaster Recovery enabled. This API should be called in the remote region where the peer database resides. Below parameter is optional: - peerDbIdUse this parameter to specify the database OCID of the Disaster Recovery peer, which is located in a different (remote) region from the current peer database. If this parameter is not provided, the switchover will happen in the same region.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/SwitchoverAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SwitchoverAutonomousDatabase API. 
 
 - 
switchoverDataGuardAssociationSwitchoverDataGuardAssociationResponse switchoverDataGuardAssociation(SwitchoverDataGuardAssociationRequest request) Performs a switchover to transition the primary database of a Data Guard association into a standby role.The standby database associated with the dataGuardAssociationIdassumes the primary database role.A switchover guarantees no data loss. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/SwitchoverDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SwitchoverDataGuardAssociation API. 
 
 - 
terminateAutonomousContainerDatabaseTerminateAutonomousContainerDatabaseResponse terminateAutonomousContainerDatabase(TerminateAutonomousContainerDatabaseRequest request) Terminates an Autonomous Container Database, which permanently deletes the container database and any databases within the container database.The database data is local to the Autonomous Exadata Infrastructure and will be lost when the container database is terminated. Oracle recommends that you back up any data in the Autonomous Container Database prior to terminating it. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/TerminateAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TerminateAutonomousContainerDatabase API. 
 
 - 
terminateAutonomousExadataInfrastructureTerminateAutonomousExadataInfrastructureResponse terminateAutonomousExadataInfrastructure(TerminateAutonomousExadataInfrastructureRequest request) Deprecated. To terminate an Exadata Infrastructure resource in the Oracle cloud, use thedeleteCloudExadataInfrastructureoperation.To delete an Autonomous Exadata VM cluster in the Oracle cloud, use the deleteCloudAutonomousVmClusteroperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/TerminateAutonomousExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TerminateAutonomousExadataInfrastructure API. 
 
 - 
terminateDbSystemTerminateDbSystemResponse terminateDbSystem(TerminateDbSystemRequest request) Terminates a DB system and permanently deletes it and any databases running on it, and any storage volumes attached to it.The database data is local to the DB system and will be lost when the system is terminated. Oracle recommends that you back up any data in the DB system prior to terminating it. *Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/TerminateDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use TerminateDbSystem API. 
 
 - 
unregisterCloudVmClusterPkcsUnregisterCloudVmClusterPkcsResponse unregisterCloudVmClusterPkcs(UnregisterCloudVmClusterPkcsRequest request) Uninstall the PKCS11 driver for given keystore type- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UnregisterCloudVmClusterPkcsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UnregisterCloudVmClusterPkcs API. 
 
 - 
updateAutonomousContainerDatabaseUpdateAutonomousContainerDatabaseResponse updateAutonomousContainerDatabase(UpdateAutonomousContainerDatabaseRequest request) Updates the properties of an Autonomous Container Database, such as display name, maintenance preference, backup retention, and tags.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateAutonomousContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousContainerDatabase API. 
 
 - 
updateAutonomousContainerDatabaseDataguardAssociationUpdateAutonomousContainerDatabaseDataguardAssociationResponse updateAutonomousContainerDatabaseDataguardAssociation(UpdateAutonomousContainerDatabaseDataguardAssociationRequest request) Deprecated. Use theeditAutonomousContainerDatabaseDataguardoperation to update an Autonomous Data Guard association.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateAutonomousContainerDatabaseDataguardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousContainerDatabaseDataguardAssociation API. 
 
 - 
updateAutonomousDatabaseUpdateAutonomousDatabaseResponse updateAutonomousDatabase(UpdateAutonomousDatabaseRequest request) Updates one or more attributes of the specified Autonomous AI Database.See the UpdateAutonomousDatabaseDetails resource for a full list of attributes that can be updated. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateAutonomousDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousDatabase API. 
 
 - 
updateAutonomousDatabaseBackupUpdateAutonomousDatabaseBackupResponse updateAutonomousDatabaseBackup(UpdateAutonomousDatabaseBackupRequest request) Updates the Autonomous AI Database backup of the specified database based on the request parameters.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateAutonomousDatabaseBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousDatabaseBackup API. 
 
 - 
updateAutonomousDatabaseRegionalWalletUpdateAutonomousDatabaseRegionalWalletResponse updateAutonomousDatabaseRegionalWallet(UpdateAutonomousDatabaseRegionalWalletRequest request) Updates the Autonomous AI Database regional wallet.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateAutonomousDatabaseRegionalWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousDatabaseRegionalWallet API. 
 
 - 
updateAutonomousDatabaseSoftwareImageUpdateAutonomousDatabaseSoftwareImageResponse updateAutonomousDatabaseSoftwareImage(UpdateAutonomousDatabaseSoftwareImageRequest request) Updates the properties of an Autonomous AI Database Software Image, like add tags- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateAutonomousDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousDatabaseSoftwareImage API. 
 
 - 
updateAutonomousDatabaseWalletUpdateAutonomousDatabaseWalletResponse updateAutonomousDatabaseWallet(UpdateAutonomousDatabaseWalletRequest request) Updates the wallet for the specified Autonomous AI Database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateAutonomousDatabaseWalletExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousDatabaseWallet API. 
 
 - 
updateAutonomousExadataInfrastructureUpdateAutonomousExadataInfrastructureResponse updateAutonomousExadataInfrastructure(UpdateAutonomousExadataInfrastructureRequest request) Deprecated. Use theupdateCloudExadataInfrastructureoperation to update an Exadata Infrastructure resource andupdateCloudAutonomousVmClusteroperation to update an Autonomous Exadata VM cluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateAutonomousExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousExadataInfrastructure API. 
 
 - 
updateAutonomousVmClusterUpdateAutonomousVmClusterResponse updateAutonomousVmCluster(UpdateAutonomousVmClusterRequest request) Updates the specified Autonomous VM cluster for the Exadata Cloud@Customer system.To update an Autonomous VM Cluster in the Oracle cloud, seeupdateCloudAutonomousVmCluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAutonomousVmCluster API. 
 
 - 
updateBackupUpdateBackupResponse updateBackup(UpdateBackupRequest request) Updates database backup details.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateBackupExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateBackup API. 
 
 - 
updateBackupDestinationUpdateBackupDestinationResponse updateBackupDestination(UpdateBackupDestinationRequest request) If no database is associated with the backup destination: - For a RECOVERY_APPLIANCE backup destination, updates the connection string and/or the list of VPC users.- For an NFS backup destination, updates the NFS location.
 - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateBackupDestinationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateBackupDestination API. 
 
 - 
updateCloudAutonomousVmClusterUpdateCloudAutonomousVmClusterResponse updateCloudAutonomousVmCluster(UpdateCloudAutonomousVmClusterRequest request) Updates the specified Autonomous Exadata VM cluster in the Oracle cloud.For Exadata Cloud@Customer systems, see updateAutonomousVmCluster.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateCloudAutonomousVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateCloudAutonomousVmCluster API. 
 
 - 
updateCloudExadataInfrastructureUpdateCloudExadataInfrastructureResponse updateCloudExadataInfrastructure(UpdateCloudExadataInfrastructureRequest request) Updates the Cloud Exadata infrastructure resource.Applies to Exadata Cloud Service instances and Autonomous AI Database on dedicated Exadata infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateCloudExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateCloudExadataInfrastructure API. 
 
 - 
updateCloudVmClusterUpdateCloudVmClusterResponse updateCloudVmCluster(UpdateCloudVmClusterRequest request) Updates the specified cloud VM cluster.Applies to Exadata Cloud Service instances and Autonomous Database on dedicated Exadata infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateCloudVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateCloudVmCluster API. 
 
 - 
updateCloudVmClusterIormConfigUpdateCloudVmClusterIormConfigResponse updateCloudVmClusterIormConfig(UpdateCloudVmClusterIormConfigRequest request) Updates the IORM settings for the specified cloud VM cluster in an Exadata Cloud Service instance.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateCloudVmClusterIormConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateCloudVmClusterIormConfig API. 
 
 - 
updateConsoleConnectionUpdateConsoleConnectionResponse updateConsoleConnection(UpdateConsoleConnectionRequest request) Updates the specified database node console connection.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateConsoleConnectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateConsoleConnection API. 
 
 - 
updateConsoleHistoryUpdateConsoleHistoryResponse updateConsoleHistory(UpdateConsoleHistoryRequest request) Updates the specified database node console history.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateConsoleHistoryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateConsoleHistory API. 
 
 - 
updateDataGuardUpdateDataGuardResponse updateDataGuard(UpdateDataGuardRequest request) Update an existing Data Guard member.A Data Guard member represents the replication relationship between the specified database and a standby database. For more information, see Using Oracle Data Guard. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateDataGuardExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDataGuard API. 
 
 - 
updateDataGuardAssociationUpdateDataGuardAssociationResponse updateDataGuardAssociation(UpdateDataGuardAssociationRequest request) Updates the Data Guard association the specified database.This API can be used to change the protectionModeandtransportTypeof the Data Guard association.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateDataGuardAssociationExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDataGuardAssociation API. 
 
 - 
updateDatabaseUpdateDatabaseResponse updateDatabase(UpdateDatabaseRequest request) Update the specified database based on the request parameters provided.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDatabase API. 
 
 - 
updateDatabaseSoftwareImageUpdateDatabaseSoftwareImageResponse updateDatabaseSoftwareImage(UpdateDatabaseSoftwareImageRequest request) Updates the properties of a Database Software Image, like Display Nmae- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateDatabaseSoftwareImageExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDatabaseSoftwareImage API. 
 
 - 
updateDbHomeUpdateDbHomeResponse updateDbHome(UpdateDbHomeRequest request) Patches the specified Database Home.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateDbHomeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDbHome API. 
 
 - 
updateDbNodeUpdateDbNodeResponse updateDbNode(UpdateDbNodeRequest request) Updates the specified database node.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateDbNodeExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDbNode API. 
 
 - 
updateDbSystemUpdateDbSystemResponse updateDbSystem(UpdateDbSystemRequest request) Updates the properties of the specified DB system.*Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateDbSystem API. 
 
 - 
updateExadataInfrastructureUpdateExadataInfrastructureResponse updateExadataInfrastructure(UpdateExadataInfrastructureRequest request) Updates the Exadata infrastructure resource.Applies to Exadata Cloud@Customer instances only. To update an Exadata Cloud Service infrastructure resource, use the updateCloudExadataInfrastructureoperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateExadataInfrastructureExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExadataInfrastructure API. 
 
 - 
updateExadataIormConfigUpdateExadataIormConfigResponse updateExadataIormConfig(UpdateExadataIormConfigRequest request) Updates IORM settings for the specified Exadata DB system.*Note:** Deprecated for Exadata Cloud Service systems. Use the [new resource model APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem.htm#exaflexsystem_topic-resource_model) instead. For Exadata Cloud Service instances, support for this API will end on May 15th, 2021. See [Switching an Exadata DB System to the New Resource Model and APIs](https://docs.oracle.com/iaas/Content/Database/Concepts/exaflexsystem_topic-resource_model_conversion.htm) for details on converting existing Exadata DB systems to the new resource model. The updateCloudVmClusterIormConfigAPI is used for Exadata systems using the new resource model.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateExadataIormConfigExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExadataIormConfig API. 
 
 - 
updateExadbVmClusterUpdateExadbVmClusterResponse updateExadbVmCluster(UpdateExadbVmClusterRequest request) Updates the specified Exadata VM cluster on Exascale Infrastructure.Applies to Exadata Database Service on Exascale Infrastructure only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateExadbVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExadbVmCluster API. 
 
 - 
updateExascaleDbStorageVaultUpdateExascaleDbStorageVaultResponse updateExascaleDbStorageVault(UpdateExascaleDbStorageVaultRequest request) Updates the specified Exadata Database Storage Vault.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateExascaleDbStorageVaultExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExascaleDbStorageVault API. 
 
 - 
updateExecutionActionUpdateExecutionActionResponse updateExecutionAction(UpdateExecutionActionRequest request) Updates the execution action 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateExecutionActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExecutionAction API. 
 
 - 
updateExecutionWindowUpdateExecutionWindowResponse updateExecutionWindow(UpdateExecutionWindowRequest request) Updates the execution window 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateExecutionWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExecutionWindow API. 
 
 - 
updateExternalContainerDatabaseUpdateExternalContainerDatabaseResponse updateExternalContainerDatabase(UpdateExternalContainerDatabaseRequest request) Updates the properties of ancreateExternalContainerDatabaseDetailsresource, such as the display name.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateExternalContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalContainerDatabase API. 
 
 - 
updateExternalDatabaseConnectorUpdateExternalDatabaseConnectorResponse updateExternalDatabaseConnector(UpdateExternalDatabaseConnectorRequest request) Updates the properties of an external database connector, such as the display name.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateExternalDatabaseConnectorExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalDatabaseConnector API. 
 
 - 
updateExternalNonContainerDatabaseUpdateExternalNonContainerDatabaseResponse updateExternalNonContainerDatabase(UpdateExternalNonContainerDatabaseRequest request) Updates the properties of an external non-container database, such as the display name.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateExternalNonContainerDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalNonContainerDatabase API. 
 
 - 
updateExternalPluggableDatabaseUpdateExternalPluggableDatabaseResponse updateExternalPluggableDatabase(UpdateExternalPluggableDatabaseRequest request) Updates the properties of ancreateExternalPluggableDatabaseDetailsresource, such as the display name.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateExternalPluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateExternalPluggableDatabase API. 
 
 - 
updateKeyStoreUpdateKeyStoreResponse updateKeyStore(UpdateKeyStoreRequest request) Edit the key store.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateKeyStoreExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateKeyStore API. 
 
 - 
updateMaintenanceRunUpdateMaintenanceRunResponse updateMaintenanceRun(UpdateMaintenanceRunRequest request) Updates the properties of a maintenance run, such as the state of a maintenance run.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateMaintenanceRunExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMaintenanceRun API. 
 
 - 
updateOneoffPatchUpdateOneoffPatchResponse updateOneoffPatch(UpdateOneoffPatchRequest request) Updates the properties of the specified one-off patch.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateOneoffPatchExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateOneoffPatch API. 
 
 - 
updatePluggableDatabaseUpdatePluggableDatabaseResponse updatePluggableDatabase(UpdatePluggableDatabaseRequest request) Updates the specified pluggable database.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdatePluggableDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdatePluggableDatabase API. 
 
 - 
updateScheduledActionUpdateScheduledActionResponse updateScheduledAction(UpdateScheduledActionRequest request) Updates the Scheduled Action 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateScheduledActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateScheduledAction API. 
 
 - 
updateSchedulingPolicyUpdateSchedulingPolicyResponse updateSchedulingPolicy(UpdateSchedulingPolicyRequest request) Updates the Scheduling Policy 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateSchedulingPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSchedulingPolicy API. 
 
 - 
updateSchedulingWindowUpdateSchedulingWindowResponse updateSchedulingWindow(UpdateSchedulingWindowRequest request) Updates the Scheduling Window 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateSchedulingWindowExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateSchedulingWindow API. 
 
 - 
updateVmClusterUpdateVmClusterResponse updateVmCluster(UpdateVmClusterRequest request) Updates the specified VM cluster.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateVmClusterExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateVmCluster API. 
 
 - 
updateVmClusterNetworkUpdateVmClusterNetworkResponse updateVmClusterNetwork(UpdateVmClusterNetworkRequest request) Updates the specified VM cluster network.Applies to Exadata Cloud@Customer instances only. To update a cloud VM cluster in an Exadata Cloud Service instance, use the updateCloudVmClusteroperation.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpdateVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateVmClusterNetwork API. 
 
 - 
upgradeDatabaseUpgradeDatabaseResponse upgradeDatabase(UpgradeDatabaseRequest request) Upgrades the specified Oracle Database instance.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpgradeDatabaseExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpgradeDatabase API. 
 
 - 
upgradeDbSystemUpgradeDbSystemResponse upgradeDbSystem(UpgradeDbSystemRequest request) Upgrades the operating system and grid infrastructure of the DB system.- 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/UpgradeDbSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpgradeDbSystem API. 
 
 - 
validateVmClusterNetworkValidateVmClusterNetworkResponse validateVmClusterNetwork(ValidateVmClusterNetworkRequest request) Validates the specified VM cluster network.Applies to Exadata Cloud@Customer instances only. - 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 will not retry by default, users can also use RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION provided by the SDK to enable retries for it. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/database/ValidateVmClusterNetworkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ValidateVmClusterNetwork API. 
 
 - 
getWaiters@Deprecated DatabaseWaiters getWaiters() Deprecated.usenewWaiters(WorkRequest)instead. Otherwise, a default one will be provided that does not support operations that rely on the WorkRequestClient for polling. An IllegalStateException will be thrown for such operations.Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
newWaitersDatabaseWaiters newWaiters(WorkRequest workRequestClient) Creates a new DatabaseWaiters for resources for this service.- Parameters:
- workRequestClient- The work request service client used to query for work request status
- Returns:
- The service waiters.
 
 - 
getPaginatorsDatabasePaginators 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.
 
 
- 
 
-