Uses of Class
com.oracle.bmc.psql.responses.StopDbSystemResponse
-
Packages that use StopDbSystemResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of StopDbSystemResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return StopDbSystemResponse Modifier and Type Method Description StopDbSystemResponsePostgresql. stopDbSystem(StopDbSystemRequest request)Stop the DB System.StopDbSystemResponsePostgresqlClient. stopDbSystem(StopDbSystemRequest request)Methods in com.oracle.bmc.psql that return types with arguments of type StopDbSystemResponse 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)Method parameters in com.oracle.bmc.psql with type arguments of type StopDbSystemResponse 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 StopDbSystemResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return StopDbSystemResponse Modifier and Type Method Description StopDbSystemResponseStopDbSystemResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type StopDbSystemResponse Modifier and Type Method Description StopDbSystemResponse.BuilderStopDbSystemResponse.Builder. copy(StopDbSystemResponse o)Copy method to populate the builder with values from the given instance.
-