Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<RestoreDatabaseRequest,RestoreDatabaseResponse> |
DatabaseWaiters.forRestoreDatabase(RestoreDatabaseRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<RestoreDatabaseRequest,RestoreDatabaseResponse> |
DatabaseWaiters.forRestoreDatabase(RestoreDatabaseRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<RestoreDatabaseResponse> |
DatabaseAsyncClient.restoreDatabase(RestoreDatabaseRequest request,
AsyncHandler<RestoreDatabaseRequest,RestoreDatabaseResponse> handler) |
Future<RestoreDatabaseResponse> |
DatabaseAsync.restoreDatabase(RestoreDatabaseRequest request,
AsyncHandler<RestoreDatabaseRequest,RestoreDatabaseResponse> handler)
Restore a Database based on the request parameters you provide.
|
Modifier and Type | Method and Description |
---|---|
RestoreDatabaseRequest |
RestoreDatabaseRequest.Builder.build()
Build the instance of RestoreDatabaseRequest as configured by this builder
|
RestoreDatabaseRequest |
RestoreDatabaseRequest.Builder.buildWithoutInvocationCallback()
Build the instance of RestoreDatabaseRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
RestoreDatabaseRequest.Builder |
RestoreDatabaseRequest.Builder.copy(RestoreDatabaseRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.