Uses of Class
com.oracle.bmc.psql.responses.ChangeBackupCompartmentResponse
- 
Packages that use ChangeBackupCompartmentResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses 
- 
- 
Uses of ChangeBackupCompartmentResponse in com.oracle.bmc.psqlMethods in com.oracle.bmc.psql that return ChangeBackupCompartmentResponse Modifier and Type Method Description ChangeBackupCompartmentResponsePostgresql. changeBackupCompartment(ChangeBackupCompartmentRequest request)Moves a backup from one compartment to another.ChangeBackupCompartmentResponsePostgresqlClient. changeBackupCompartment(ChangeBackupCompartmentRequest request)Methods in com.oracle.bmc.psql that return types with arguments of type ChangeBackupCompartmentResponse Modifier and Type Method Description Future<ChangeBackupCompartmentResponse>PostgresqlAsync. changeBackupCompartment(ChangeBackupCompartmentRequest request, AsyncHandler<ChangeBackupCompartmentRequest,ChangeBackupCompartmentResponse> handler)Moves a backup from one compartment to another.Future<ChangeBackupCompartmentResponse>PostgresqlAsyncClient. changeBackupCompartment(ChangeBackupCompartmentRequest request, AsyncHandler<ChangeBackupCompartmentRequest,ChangeBackupCompartmentResponse> handler)Method parameters in com.oracle.bmc.psql with type arguments of type ChangeBackupCompartmentResponse Modifier and Type Method Description Future<ChangeBackupCompartmentResponse>PostgresqlAsync. changeBackupCompartment(ChangeBackupCompartmentRequest request, AsyncHandler<ChangeBackupCompartmentRequest,ChangeBackupCompartmentResponse> handler)Moves a backup from one compartment to another.Future<ChangeBackupCompartmentResponse>PostgresqlAsyncClient. changeBackupCompartment(ChangeBackupCompartmentRequest request, AsyncHandler<ChangeBackupCompartmentRequest,ChangeBackupCompartmentResponse> handler)
- 
Uses of ChangeBackupCompartmentResponse in com.oracle.bmc.psql.responsesMethods in com.oracle.bmc.psql.responses that return ChangeBackupCompartmentResponse Modifier and Type Method Description ChangeBackupCompartmentResponseChangeBackupCompartmentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type ChangeBackupCompartmentResponse Modifier and Type Method Description ChangeBackupCompartmentResponse.BuilderChangeBackupCompartmentResponse.Builder. copy(ChangeBackupCompartmentResponse o)Copy method to populate the builder with values from the given instance.
 
-