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.psql
Methods in com.oracle.bmc.psql that return ChangeBackupCompartmentResponse Modifier and Type Method Description ChangeBackupCompartmentResponse
Postgresql. changeBackupCompartment(ChangeBackupCompartmentRequest request)
Moves a backup from one compartment to another.ChangeBackupCompartmentResponse
PostgresqlClient. 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.responses
Methods in com.oracle.bmc.psql.responses that return ChangeBackupCompartmentResponse Modifier and Type Method Description ChangeBackupCompartmentResponse
ChangeBackupCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.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.
-