Uses of Class
com.oracle.bmc.database.requests.ChangeAutonomousContainerDatabaseCompartmentRequest
-
Packages that use ChangeAutonomousContainerDatabaseCompartmentRequest Package Description com.oracle.bmc.database com.oracle.bmc.database.requests -
-
Uses of ChangeAutonomousContainerDatabaseCompartmentRequest in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return types with arguments of type ChangeAutonomousContainerDatabaseCompartmentRequest Modifier and Type Method Description Waiter<ChangeAutonomousContainerDatabaseCompartmentRequest,ChangeAutonomousContainerDatabaseCompartmentResponse>
DatabaseWaiters. forChangeAutonomousContainerDatabaseCompartment(ChangeAutonomousContainerDatabaseCompartmentRequest request)
Creates a newWaiter
using the default configuration.Waiter<ChangeAutonomousContainerDatabaseCompartmentRequest,ChangeAutonomousContainerDatabaseCompartmentResponse>
DatabaseWaiters. forChangeAutonomousContainerDatabaseCompartment(ChangeAutonomousContainerDatabaseCompartmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.database with type arguments of type ChangeAutonomousContainerDatabaseCompartmentRequest Modifier and Type Method Description Future<ChangeAutonomousContainerDatabaseCompartmentResponse>
DatabaseAsync. changeAutonomousContainerDatabaseCompartment(ChangeAutonomousContainerDatabaseCompartmentRequest request, AsyncHandler<ChangeAutonomousContainerDatabaseCompartmentRequest,ChangeAutonomousContainerDatabaseCompartmentResponse> handler)
Move the Autonomous Container Database and its dependent resources to the specified compartment.Future<ChangeAutonomousContainerDatabaseCompartmentResponse>
DatabaseAsyncClient. changeAutonomousContainerDatabaseCompartment(ChangeAutonomousContainerDatabaseCompartmentRequest request, AsyncHandler<ChangeAutonomousContainerDatabaseCompartmentRequest,ChangeAutonomousContainerDatabaseCompartmentResponse> handler)
-
Uses of ChangeAutonomousContainerDatabaseCompartmentRequest in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ChangeAutonomousContainerDatabaseCompartmentRequest Modifier and Type Method Description ChangeAutonomousContainerDatabaseCompartmentRequest
ChangeAutonomousContainerDatabaseCompartmentRequest.Builder. build()
Build the instance of ChangeAutonomousContainerDatabaseCompartmentRequest as configured by this builderChangeAutonomousContainerDatabaseCompartmentRequest
ChangeAutonomousContainerDatabaseCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeAutonomousContainerDatabaseCompartmentRequest as configured by this builderMethods in com.oracle.bmc.database.requests with parameters of type ChangeAutonomousContainerDatabaseCompartmentRequest Modifier and Type Method Description ChangeAutonomousContainerDatabaseCompartmentRequest.Builder
ChangeAutonomousContainerDatabaseCompartmentRequest.Builder. copy(ChangeAutonomousContainerDatabaseCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-