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