Uses of Class
com.oracle.bmc.mysql.responses.ChangeBackupCompartmentResponse
-
Packages that use ChangeBackupCompartmentResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of ChangeBackupCompartmentResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return ChangeBackupCompartmentResponse Modifier and Type Method Description ChangeBackupCompartmentResponse
DbBackups. changeBackupCompartment(ChangeBackupCompartmentRequest request)
Moves a DB System Backup into a different compartment.ChangeBackupCompartmentResponse
DbBackupsClient. changeBackupCompartment(ChangeBackupCompartmentRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type ChangeBackupCompartmentResponse Modifier and Type Method Description Future<ChangeBackupCompartmentResponse>
DbBackupsAsync. changeBackupCompartment(ChangeBackupCompartmentRequest request, AsyncHandler<ChangeBackupCompartmentRequest,ChangeBackupCompartmentResponse> handler)
Moves a DB System Backup into a different compartment.Future<ChangeBackupCompartmentResponse>
DbBackupsAsyncClient. changeBackupCompartment(ChangeBackupCompartmentRequest request, AsyncHandler<ChangeBackupCompartmentRequest,ChangeBackupCompartmentResponse> handler)
Method parameters in com.oracle.bmc.mysql with type arguments of type ChangeBackupCompartmentResponse Modifier and Type Method Description Future<ChangeBackupCompartmentResponse>
DbBackupsAsync. changeBackupCompartment(ChangeBackupCompartmentRequest request, AsyncHandler<ChangeBackupCompartmentRequest,ChangeBackupCompartmentResponse> handler)
Moves a DB System Backup into a different compartment.Future<ChangeBackupCompartmentResponse>
DbBackupsAsyncClient. changeBackupCompartment(ChangeBackupCompartmentRequest request, AsyncHandler<ChangeBackupCompartmentRequest,ChangeBackupCompartmentResponse> handler)
-
Uses of ChangeBackupCompartmentResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return ChangeBackupCompartmentResponse Modifier and Type Method Description ChangeBackupCompartmentResponse
ChangeBackupCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type ChangeBackupCompartmentResponse Modifier and Type Method Description ChangeBackupCompartmentResponse.Builder
ChangeBackupCompartmentResponse.Builder. copy(ChangeBackupCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-