Waiter<GetDistributedDatabaseRequest,GetDistributedDatabaseResponse> |
DistributedDbServiceWaiters.forDistributedDatabase(GetDistributedDatabaseRequest request,
DistributedDatabase.LifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetDistributedDatabaseRequest,GetDistributedDatabaseResponse> |
DistributedDbServiceWaiters.forDistributedDatabase(GetDistributedDatabaseRequest request,
DistributedDatabase.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetDistributedDatabaseRequest,GetDistributedDatabaseResponse> |
DistributedDbServiceWaiters.forDistributedDatabase(GetDistributedDatabaseRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DistributedDatabase.LifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetDistributedDatabaseResponse |
DistributedDbService.getDistributedDatabase(GetDistributedDatabaseRequest request) |
Gets the details of the Globally distributed database identified by given id.
|
Future<GetDistributedDatabaseResponse> |
DistributedDbServiceAsync.getDistributedDatabase(GetDistributedDatabaseRequest request,
AsyncHandler<GetDistributedDatabaseRequest,GetDistributedDatabaseResponse> handler) |
Gets the details of the Globally distributed database identified by given id.
|
Future<GetDistributedDatabaseResponse> |
DistributedDbServiceAsyncClient.getDistributedDatabase(GetDistributedDatabaseRequest request,
AsyncHandler<GetDistributedDatabaseRequest,GetDistributedDatabaseResponse> handler) |
|
GetDistributedDatabaseResponse |
DistributedDbServiceClient.getDistributedDatabase(GetDistributedDatabaseRequest request) |
|