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