Uses of Class
com.oracle.bmc.psql.requests.ChangeConfigurationCompartmentRequest
-
Packages that use ChangeConfigurationCompartmentRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of ChangeConfigurationCompartmentRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type ChangeConfigurationCompartmentRequest Modifier and Type Method Description ChangeConfigurationCompartmentResponse
Postgresql. changeConfigurationCompartment(ChangeConfigurationCompartmentRequest request)
Moves a configuration from one compartment to another.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)
ChangeConfigurationCompartmentResponse
PostgresqlClient. changeConfigurationCompartment(ChangeConfigurationCompartmentRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type ChangeConfigurationCompartmentRequest 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 ChangeConfigurationCompartmentRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return ChangeConfigurationCompartmentRequest Modifier and Type Method Description ChangeConfigurationCompartmentRequest
ChangeConfigurationCompartmentRequest.Builder. build()
Build the instance of ChangeConfigurationCompartmentRequest as configured by this builderChangeConfigurationCompartmentRequest
ChangeConfigurationCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeConfigurationCompartmentRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type ChangeConfigurationCompartmentRequest Modifier and Type Method Description ChangeConfigurationCompartmentRequest.Builder
ChangeConfigurationCompartmentRequest.Builder. copy(ChangeConfigurationCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-