Waiter<GetDbConnectionBundleRequest,GetDbConnectionBundleResponse> |
DatabaseWaiters.forDbConnectionBundle(GetDbConnectionBundleRequest request,
DbConnectionBundle.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetDbConnectionBundleRequest,GetDbConnectionBundleResponse> |
DatabaseWaiters.forDbConnectionBundle(GetDbConnectionBundleRequest request,
DbConnectionBundle.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetDbConnectionBundleRequest,GetDbConnectionBundleResponse> |
DatabaseWaiters.forDbConnectionBundle(GetDbConnectionBundleRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DbConnectionBundle.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetDbConnectionBundleResponse |
Database.getDbConnectionBundle(GetDbConnectionBundleRequest request) |
Gets information about the specified database connection bundle.
|
Future<GetDbConnectionBundleResponse> |
DatabaseAsync.getDbConnectionBundle(GetDbConnectionBundleRequest request,
AsyncHandler<GetDbConnectionBundleRequest,GetDbConnectionBundleResponse> handler) |
Gets information about the specified database connection bundle.
|
Future<GetDbConnectionBundleResponse> |
DatabaseAsyncClient.getDbConnectionBundle(GetDbConnectionBundleRequest request,
AsyncHandler<GetDbConnectionBundleRequest,GetDbConnectionBundleResponse> handler) |
|
GetDbConnectionBundleResponse |
DatabaseClient.getDbConnectionBundle(GetDbConnectionBundleRequest request) |
|