Uses of Class
com.oracle.bmc.psql.responses.ChangeDbSystemCompartmentResponse
-
Packages that use ChangeDbSystemCompartmentResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of ChangeDbSystemCompartmentResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return ChangeDbSystemCompartmentResponse Modifier and Type Method Description ChangeDbSystemCompartmentResponse
Postgresql. changeDbSystemCompartment(ChangeDbSystemCompartmentRequest request)
Moves a database system from one compartment to another.ChangeDbSystemCompartmentResponse
PostgresqlClient. changeDbSystemCompartment(ChangeDbSystemCompartmentRequest request)
Methods in com.oracle.bmc.psql that return types with arguments of type ChangeDbSystemCompartmentResponse Modifier and Type Method Description Future<ChangeDbSystemCompartmentResponse>
PostgresqlAsync. changeDbSystemCompartment(ChangeDbSystemCompartmentRequest request, AsyncHandler<ChangeDbSystemCompartmentRequest,ChangeDbSystemCompartmentResponse> handler)
Moves a database system from one compartment to another.Future<ChangeDbSystemCompartmentResponse>
PostgresqlAsyncClient. changeDbSystemCompartment(ChangeDbSystemCompartmentRequest request, AsyncHandler<ChangeDbSystemCompartmentRequest,ChangeDbSystemCompartmentResponse> handler)
Method parameters in com.oracle.bmc.psql with type arguments of type ChangeDbSystemCompartmentResponse Modifier and Type Method Description Future<ChangeDbSystemCompartmentResponse>
PostgresqlAsync. changeDbSystemCompartment(ChangeDbSystemCompartmentRequest request, AsyncHandler<ChangeDbSystemCompartmentRequest,ChangeDbSystemCompartmentResponse> handler)
Moves a database system from one compartment to another.Future<ChangeDbSystemCompartmentResponse>
PostgresqlAsyncClient. changeDbSystemCompartment(ChangeDbSystemCompartmentRequest request, AsyncHandler<ChangeDbSystemCompartmentRequest,ChangeDbSystemCompartmentResponse> handler)
-
Uses of ChangeDbSystemCompartmentResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return ChangeDbSystemCompartmentResponse Modifier and Type Method Description ChangeDbSystemCompartmentResponse
ChangeDbSystemCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type ChangeDbSystemCompartmentResponse Modifier and Type Method Description ChangeDbSystemCompartmentResponse.Builder
ChangeDbSystemCompartmentResponse.Builder. copy(ChangeDbSystemCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-