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