Uses of Class
com.oracle.bmc.mysql.requests.ChangeBackupCompartmentRequest
-
Packages that use ChangeBackupCompartmentRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of ChangeBackupCompartmentRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type ChangeBackupCompartmentRequest Modifier and Type Method Description ChangeBackupCompartmentResponse
DbBackups. changeBackupCompartment(ChangeBackupCompartmentRequest request)
Moves a DB System Backup into a different compartment.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)
ChangeBackupCompartmentResponse
DbBackupsClient. changeBackupCompartment(ChangeBackupCompartmentRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type ChangeBackupCompartmentRequest 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 ChangeBackupCompartmentRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return ChangeBackupCompartmentRequest Modifier and Type Method Description ChangeBackupCompartmentRequest
ChangeBackupCompartmentRequest.Builder. build()
Build the instance of ChangeBackupCompartmentRequest as configured by this builderChangeBackupCompartmentRequest
ChangeBackupCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeBackupCompartmentRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type ChangeBackupCompartmentRequest Modifier and Type Method Description ChangeBackupCompartmentRequest.Builder
ChangeBackupCompartmentRequest.Builder. copy(ChangeBackupCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-