Uses of Class
com.oracle.bmc.psql.requests.StopDbSystemRequest
-
Packages that use StopDbSystemRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of StopDbSystemRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type StopDbSystemRequest Modifier and Type Method Description StopDbSystemResponsePostgresql. stopDbSystem(StopDbSystemRequest request)Stop the DB System.Future<StopDbSystemResponse>PostgresqlAsync. stopDbSystem(StopDbSystemRequest request, AsyncHandler<StopDbSystemRequest,StopDbSystemResponse> handler)Stop the DB System.Future<StopDbSystemResponse>PostgresqlAsyncClient. stopDbSystem(StopDbSystemRequest request, AsyncHandler<StopDbSystemRequest,StopDbSystemResponse> handler)StopDbSystemResponsePostgresqlClient. stopDbSystem(StopDbSystemRequest request)Method parameters in com.oracle.bmc.psql with type arguments of type StopDbSystemRequest Modifier and Type Method Description Future<StopDbSystemResponse>PostgresqlAsync. stopDbSystem(StopDbSystemRequest request, AsyncHandler<StopDbSystemRequest,StopDbSystemResponse> handler)Stop the DB System.Future<StopDbSystemResponse>PostgresqlAsyncClient. stopDbSystem(StopDbSystemRequest request, AsyncHandler<StopDbSystemRequest,StopDbSystemResponse> handler) -
Uses of StopDbSystemRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return StopDbSystemRequest Modifier and Type Method Description StopDbSystemRequestStopDbSystemRequest.Builder. build()Build the instance of StopDbSystemRequest as configured by this builderStopDbSystemRequestStopDbSystemRequest.Builder. buildWithoutInvocationCallback()Build the instance of StopDbSystemRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type StopDbSystemRequest Modifier and Type Method Description StopDbSystemRequest.BuilderStopDbSystemRequest.Builder. copy(StopDbSystemRequest o)Copy method to populate the builder with values from the given instance.
-