Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
Future<GetKeyStoreResponse> |
DatabaseAsyncClient.getKeyStore(GetKeyStoreRequest request,
AsyncHandler<GetKeyStoreRequest,GetKeyStoreResponse> handler) |
Future<GetKeyStoreResponse> |
DatabaseAsync.getKeyStore(GetKeyStoreRequest request,
AsyncHandler<GetKeyStoreRequest,GetKeyStoreResponse> handler)
Gets information about the specified key store.
|
Modifier and Type | Method and Description |
---|---|
GetKeyStoreRequest |
GetKeyStoreRequest.Builder.build()
Build the instance of GetKeyStoreRequest as configured by this builder
|
GetKeyStoreRequest |
GetKeyStoreRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetKeyStoreRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetKeyStoreRequest.Builder |
GetKeyStoreRequest.Builder.copy(GetKeyStoreRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.