Uses of Class
com.oracle.bmc.psql.responses.RestartDbInstanceInDbSystemResponse
-
Packages that use RestartDbInstanceInDbSystemResponse Package Description com.oracle.bmc.psql com.oracle.bmc.psql.responses -
-
Uses of RestartDbInstanceInDbSystemResponse in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql that return RestartDbInstanceInDbSystemResponse Modifier and Type Method Description RestartDbInstanceInDbSystemResponse
Postgresql. restartDbInstanceInDbSystem(RestartDbInstanceInDbSystemRequest request)
Restarts the running database instance node.RestartDbInstanceInDbSystemResponse
PostgresqlClient. restartDbInstanceInDbSystem(RestartDbInstanceInDbSystemRequest request)
Methods in com.oracle.bmc.psql that return types with arguments of type RestartDbInstanceInDbSystemResponse Modifier and Type Method Description Future<RestartDbInstanceInDbSystemResponse>
PostgresqlAsync. restartDbInstanceInDbSystem(RestartDbInstanceInDbSystemRequest request, AsyncHandler<RestartDbInstanceInDbSystemRequest,RestartDbInstanceInDbSystemResponse> handler)
Restarts the running database instance node.Future<RestartDbInstanceInDbSystemResponse>
PostgresqlAsyncClient. restartDbInstanceInDbSystem(RestartDbInstanceInDbSystemRequest request, AsyncHandler<RestartDbInstanceInDbSystemRequest,RestartDbInstanceInDbSystemResponse> handler)
Method parameters in com.oracle.bmc.psql with type arguments of type RestartDbInstanceInDbSystemResponse Modifier and Type Method Description Future<RestartDbInstanceInDbSystemResponse>
PostgresqlAsync. restartDbInstanceInDbSystem(RestartDbInstanceInDbSystemRequest request, AsyncHandler<RestartDbInstanceInDbSystemRequest,RestartDbInstanceInDbSystemResponse> handler)
Restarts the running database instance node.Future<RestartDbInstanceInDbSystemResponse>
PostgresqlAsyncClient. restartDbInstanceInDbSystem(RestartDbInstanceInDbSystemRequest request, AsyncHandler<RestartDbInstanceInDbSystemRequest,RestartDbInstanceInDbSystemResponse> handler)
-
Uses of RestartDbInstanceInDbSystemResponse in com.oracle.bmc.psql.responses
Methods in com.oracle.bmc.psql.responses that return RestartDbInstanceInDbSystemResponse Modifier and Type Method Description RestartDbInstanceInDbSystemResponse
RestartDbInstanceInDbSystemResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.psql.responses with parameters of type RestartDbInstanceInDbSystemResponse Modifier and Type Method Description RestartDbInstanceInDbSystemResponse.Builder
RestartDbInstanceInDbSystemResponse.Builder. copy(RestartDbInstanceInDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
-