Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetKeyRequest,GetKeyResponse> |
KmsManagementWaiters.forKey(GetKeyRequest request,
Key.LifecycleState... targetStates)
Creates a new
Waiter using default configuration. |
Waiter<GetKeyRequest,GetKeyResponse> |
KmsManagementWaiters.forKey(GetKeyRequest request,
Key.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetKeyRequest,GetKeyResponse> |
KmsManagementWaiters.forKey(GetKeyRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Key.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Key.LifecycleState |
Key.LifecycleState.create(String key) |
Key.LifecycleState |
Key.getLifecycleState()
The key’s current state.
|
static Key.LifecycleState |
Key.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Key.LifecycleState[] |
Key.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Key.Builder |
Key.Builder.lifecycleState(Key.LifecycleState lifecycleState) |
Constructor and Description |
---|
Key(String compartmentId,
String currentKeyVersion,
Map<String,Map<String,Object>> definedTags,
String displayName,
Map<String,String> freeformTags,
String id,
KeyShape keyShape,
Key.LifecycleState lifecycleState,
Date timeCreated,
String vaultId)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.