Uses of Class
com.oracle.bmc.psql.requests.StartDbSystemRequest
-
Packages that use StartDbSystemRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of StartDbSystemRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type StartDbSystemRequest Modifier and Type Method Description StartDbSystemResponsePostgresql. startDbSystem(StartDbSystemRequest request)Start the DB System.Future<StartDbSystemResponse>PostgresqlAsync. startDbSystem(StartDbSystemRequest request, AsyncHandler<StartDbSystemRequest,StartDbSystemResponse> handler)Start the DB System.Future<StartDbSystemResponse>PostgresqlAsyncClient. startDbSystem(StartDbSystemRequest request, AsyncHandler<StartDbSystemRequest,StartDbSystemResponse> handler)StartDbSystemResponsePostgresqlClient. startDbSystem(StartDbSystemRequest request)Method parameters in com.oracle.bmc.psql with type arguments of type StartDbSystemRequest Modifier and Type Method Description Future<StartDbSystemResponse>PostgresqlAsync. startDbSystem(StartDbSystemRequest request, AsyncHandler<StartDbSystemRequest,StartDbSystemResponse> handler)Start the DB System.Future<StartDbSystemResponse>PostgresqlAsyncClient. startDbSystem(StartDbSystemRequest request, AsyncHandler<StartDbSystemRequest,StartDbSystemResponse> handler) -
Uses of StartDbSystemRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return StartDbSystemRequest Modifier and Type Method Description StartDbSystemRequestStartDbSystemRequest.Builder. build()Build the instance of StartDbSystemRequest as configured by this builderStartDbSystemRequestStartDbSystemRequest.Builder. buildWithoutInvocationCallback()Build the instance of StartDbSystemRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type StartDbSystemRequest Modifier and Type Method Description StartDbSystemRequest.BuilderStartDbSystemRequest.Builder. copy(StartDbSystemRequest o)Copy method to populate the builder with values from the given instance.
-