| Waiter<GetKeyStoreRequest,GetKeyStoreResponse> | DatabaseWaiters. forKeyStore(GetKeyStoreRequest request,
           KeyStore.LifecycleState... targetStates) | Creates a new  Waiter using the default configuration. | 
| Waiter<GetKeyStoreRequest,GetKeyStoreResponse> | DatabaseWaiters. forKeyStore(GetKeyStoreRequest request,
           KeyStore.LifecycleState targetState,
           TerminationStrategy terminationStrategy,
           DelayStrategy delayStrategy) | Creates a new  Waiter using the provided configuration. | 
| Waiter<GetKeyStoreRequest,GetKeyStoreResponse> | DatabaseWaiters. forKeyStore(GetKeyStoreRequest request,
           TerminationStrategy terminationStrategy,
           DelayStrategy delayStrategy,
           KeyStore.LifecycleState... targetStates) | Creates a new  Waiter using the provided configuration. | 
| GetKeyStoreResponse | Database. getKeyStore(GetKeyStoreRequest request) | Gets information about the specified key store. | 
| Future<GetKeyStoreResponse> | DatabaseAsync. getKeyStore(GetKeyStoreRequest request,
           AsyncHandler<GetKeyStoreRequest,GetKeyStoreResponse> handler) | Gets information about the specified key store. | 
| Future<GetKeyStoreResponse> | DatabaseAsyncClient. getKeyStore(GetKeyStoreRequest request,
           AsyncHandler<GetKeyStoreRequest,GetKeyStoreResponse> handler) |  | 
| GetKeyStoreResponse | DatabaseClient. getKeyStore(GetKeyStoreRequest request) |  |