Uses of Class
com.oracle.bmc.database.responses.ChangeAutonomousDatabaseSoftwareImageCompartmentResponse
-
Packages that use ChangeAutonomousDatabaseSoftwareImageCompartmentResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of ChangeAutonomousDatabaseSoftwareImageCompartmentResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return ChangeAutonomousDatabaseSoftwareImageCompartmentResponse Modifier and Type Method Description ChangeAutonomousDatabaseSoftwareImageCompartmentResponse
Database. changeAutonomousDatabaseSoftwareImageCompartment(ChangeAutonomousDatabaseSoftwareImageCompartmentRequest request)
Move the Autonomous Database Software Image and its dependent resources to the specified compartment.ChangeAutonomousDatabaseSoftwareImageCompartmentResponse
DatabaseClient. changeAutonomousDatabaseSoftwareImageCompartment(ChangeAutonomousDatabaseSoftwareImageCompartmentRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type ChangeAutonomousDatabaseSoftwareImageCompartmentResponse Modifier and Type Method Description Future<ChangeAutonomousDatabaseSoftwareImageCompartmentResponse>
DatabaseAsync. changeAutonomousDatabaseSoftwareImageCompartment(ChangeAutonomousDatabaseSoftwareImageCompartmentRequest request, AsyncHandler<ChangeAutonomousDatabaseSoftwareImageCompartmentRequest,ChangeAutonomousDatabaseSoftwareImageCompartmentResponse> handler)
Move the Autonomous Database Software Image and its dependent resources to the specified compartment.Future<ChangeAutonomousDatabaseSoftwareImageCompartmentResponse>
DatabaseAsyncClient. changeAutonomousDatabaseSoftwareImageCompartment(ChangeAutonomousDatabaseSoftwareImageCompartmentRequest request, AsyncHandler<ChangeAutonomousDatabaseSoftwareImageCompartmentRequest,ChangeAutonomousDatabaseSoftwareImageCompartmentResponse> handler)
-
Uses of ChangeAutonomousDatabaseSoftwareImageCompartmentResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return ChangeAutonomousDatabaseSoftwareImageCompartmentResponse Modifier and Type Method Description ChangeAutonomousDatabaseSoftwareImageCompartmentResponse
ChangeAutonomousDatabaseSoftwareImageCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type ChangeAutonomousDatabaseSoftwareImageCompartmentResponse Modifier and Type Method Description ChangeAutonomousDatabaseSoftwareImageCompartmentResponse.Builder
ChangeAutonomousDatabaseSoftwareImageCompartmentResponse.Builder. copy(ChangeAutonomousDatabaseSoftwareImageCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-