Uses of Class
com.oracle.bmc.database.responses.ChangeAutonomousContainerDatabaseCompartmentResponse
-
Packages that use ChangeAutonomousContainerDatabaseCompartmentResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ChangeAutonomousContainerDatabaseCompartmentResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ChangeAutonomousContainerDatabaseCompartmentResponse Modifier and Type Method Description ChangeAutonomousContainerDatabaseCompartmentResponse
Database. changeAutonomousContainerDatabaseCompartment(ChangeAutonomousContainerDatabaseCompartmentRequest request)
Move the Autonomous Container Database and its dependent resources to the specified compartment.ChangeAutonomousContainerDatabaseCompartmentResponse
DatabaseClient. changeAutonomousContainerDatabaseCompartment(ChangeAutonomousContainerDatabaseCompartmentRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ChangeAutonomousContainerDatabaseCompartmentResponse 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 ChangeAutonomousContainerDatabaseCompartmentResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ChangeAutonomousContainerDatabaseCompartmentResponse Modifier and Type Method Description ChangeAutonomousContainerDatabaseCompartmentResponse
ChangeAutonomousContainerDatabaseCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ChangeAutonomousContainerDatabaseCompartmentResponse Modifier and Type Method Description ChangeAutonomousContainerDatabaseCompartmentResponse.Builder
ChangeAutonomousContainerDatabaseCompartmentResponse.Builder. copy(ChangeAutonomousContainerDatabaseCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-