Uses of Class
com.oracle.bmc.psql.requests.RestoreDbSystemRequest
-
Packages that use RestoreDbSystemRequest Package Description com.oracle.bmc.psql com.oracle.bmc.psql.requests -
-
Uses of RestoreDbSystemRequest in com.oracle.bmc.psql
Methods in com.oracle.bmc.psql with parameters of type RestoreDbSystemRequest Modifier and Type Method Description RestoreDbSystemResponse
Postgresql. restoreDbSystem(RestoreDbSystemRequest request)
Restore the database system.Future<RestoreDbSystemResponse>
PostgresqlAsync. restoreDbSystem(RestoreDbSystemRequest request, AsyncHandler<RestoreDbSystemRequest,RestoreDbSystemResponse> handler)
Restore the database system.Future<RestoreDbSystemResponse>
PostgresqlAsyncClient. restoreDbSystem(RestoreDbSystemRequest request, AsyncHandler<RestoreDbSystemRequest,RestoreDbSystemResponse> handler)
RestoreDbSystemResponse
PostgresqlClient. restoreDbSystem(RestoreDbSystemRequest request)
Method parameters in com.oracle.bmc.psql with type arguments of type RestoreDbSystemRequest 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 RestoreDbSystemRequest in com.oracle.bmc.psql.requests
Methods in com.oracle.bmc.psql.requests that return RestoreDbSystemRequest Modifier and Type Method Description RestoreDbSystemRequest
RestoreDbSystemRequest.Builder. build()
Build the instance of RestoreDbSystemRequest as configured by this builderRestoreDbSystemRequest
RestoreDbSystemRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RestoreDbSystemRequest as configured by this builderMethods in com.oracle.bmc.psql.requests with parameters of type RestoreDbSystemRequest Modifier and Type Method Description RestoreDbSystemRequest.Builder
RestoreDbSystemRequest.Builder. copy(RestoreDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
-