Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
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 |
---|---|
static KeyStore.LifecycleState |
KeyStore.LifecycleState.create(String key) |
KeyStore.LifecycleState |
KeyStore.getLifecycleState()
The current state of the key store.
|
static KeyStore.LifecycleState |
KeyStore.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyStore.LifecycleState[] |
KeyStore.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KeyStore.Builder |
KeyStore.Builder.lifecycleState(KeyStore.LifecycleState lifecycleState)
The current state of the key store.
|
Constructor and Description |
---|
KeyStore(String id,
String compartmentId,
String displayName,
Date timeCreated,
KeyStore.LifecycleState lifecycleState,
String lifecycleDetails,
KeyStoreTypeDetails typeDetails,
List<KeyStoreAssociatedDatabaseDetails> associatedDatabases,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.