Uses of Class
com.oracle.bmc.psql.requests.RestartDbInstanceInDbSystemRequest
-
Packages that use RestartDbInstanceInDbSystemRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of RestartDbInstanceInDbSystemRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type RestartDbInstanceInDbSystemRequest Modifier and Type Method Description RestartDbInstanceInDbSystemResponse
Postgresql. restartDbInstanceInDbSystem(RestartDbInstanceInDbSystemRequest request)
Restarts the running database instance node.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)
RestartDbInstanceInDbSystemResponse
PostgresqlClient. restartDbInstanceInDbSystem(RestartDbInstanceInDbSystemRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type RestartDbInstanceInDbSystemRequest 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 RestartDbInstanceInDbSystemRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return RestartDbInstanceInDbSystemRequest Modifier and Type Method Description RestartDbInstanceInDbSystemRequest
RestartDbInstanceInDbSystemRequest.Builder. build()
Build the instance of RestartDbInstanceInDbSystemRequest as configured by this builderRestartDbInstanceInDbSystemRequest
RestartDbInstanceInDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RestartDbInstanceInDbSystemRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type RestartDbInstanceInDbSystemRequest Modifier and Type Method Description RestartDbInstanceInDbSystemRequest.Builder
RestartDbInstanceInDbSystemRequest.Builder. copy(RestartDbInstanceInDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-