Waiter<GetDbnodeSnapshotRequest,GetDbnodeSnapshotResponse> |
DatabaseWaiters.forDbnodeSnapshot(GetDbnodeSnapshotRequest request,
DbnodeSnapshot.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetDbnodeSnapshotRequest,GetDbnodeSnapshotResponse> |
DatabaseWaiters.forDbnodeSnapshot(GetDbnodeSnapshotRequest request,
DbnodeSnapshot.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetDbnodeSnapshotRequest,GetDbnodeSnapshotResponse> |
DatabaseWaiters.forDbnodeSnapshot(GetDbnodeSnapshotRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DbnodeSnapshot.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetDbnodeSnapshotResponse |
Database.getDbnodeSnapshot(GetDbnodeSnapshotRequest request) |
Gets information about the specified Exadata Database Node Snapshot in the specified
compartment.
|
Future<GetDbnodeSnapshotResponse> |
DatabaseAsync.getDbnodeSnapshot(GetDbnodeSnapshotRequest request,
AsyncHandler<GetDbnodeSnapshotRequest,GetDbnodeSnapshotResponse> handler) |
Gets information about the specified Exadata Database Node Snapshot in the specified
compartment.
|
Future<GetDbnodeSnapshotResponse> |
DatabaseAsyncClient.getDbnodeSnapshot(GetDbnodeSnapshotRequest request,
AsyncHandler<GetDbnodeSnapshotRequest,GetDbnodeSnapshotResponse> handler) |
|
GetDbnodeSnapshotResponse |
DatabaseClient.getDbnodeSnapshot(GetDbnodeSnapshotRequest request) |
|