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 the 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 lifecycle 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)
The key’s current lifecycle state.
|
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.ProtectionMode protectionMode,
Key.LifecycleState lifecycleState,
Date timeCreated,
Date timeOfDeletion,
String vaultId,
String restoredFromKeyId,
KeyReplicaDetails replicaDetails,
Boolean isPrimary,
Boolean isAutoRotationEnabled,
AutoKeyRotationDetails autoKeyRotationDetails,
ExternalKeyReferenceDetails externalKeyReferenceDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.