Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetKeyVersionRequest,GetKeyVersionResponse> |
KmsManagementWaiters.forKeyVersion(GetKeyVersionRequest request,
KeyVersion.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetKeyVersionRequest,GetKeyVersionResponse> |
KmsManagementWaiters.forKeyVersion(GetKeyVersionRequest request,
KeyVersion.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetKeyVersionRequest,GetKeyVersionResponse> |
KmsManagementWaiters.forKeyVersion(GetKeyVersionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
KeyVersion.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static KeyVersion.LifecycleState |
KeyVersion.LifecycleState.create(String key) |
KeyVersion.LifecycleState |
KeyVersion.getLifecycleState()
The key version’s current lifecycle state.
|
static KeyVersion.LifecycleState |
KeyVersion.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyVersion.LifecycleState[] |
KeyVersion.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KeyVersion.Builder |
KeyVersion.Builder.lifecycleState(KeyVersion.LifecycleState lifecycleState)
The key version’s current lifecycle state.
|
Constructor and Description |
---|
KeyVersion(String compartmentId,
String id,
String keyId,
String publicKey,
KeyVersion.LifecycleState lifecycleState,
KeyVersion.Origin origin,
Date timeCreated,
Date timeOfDeletion,
String vaultId,
String restoredFromKeyVersionId,
KeyVersionReplicaDetails replicaDetails,
Boolean isPrimary,
ExternalKeyReferenceDetails externalKeyReferenceDetails,
Boolean isAutoRotated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.