Uses of Class
com.oracle.bmc.keymanagement.model.KeyVersion.LifecycleState
-
Packages that use KeyVersion.LifecycleState Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.model -
-
Uses of KeyVersion.LifecycleState in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type KeyVersion.LifecycleState Modifier and Type Method Description Waiter<GetKeyVersionRequest,GetKeyVersionResponse>
KmsManagementWaiters. forKeyVersion(GetKeyVersionRequest request, KeyVersion.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetKeyVersionRequest,GetKeyVersionResponse>
KmsManagementWaiters. forKeyVersion(GetKeyVersionRequest request, KeyVersion.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetKeyVersionRequest,GetKeyVersionResponse>
KmsManagementWaiters. forKeyVersion(GetKeyVersionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, KeyVersion.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of KeyVersion.LifecycleState in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return KeyVersion.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.keymanagement.model with parameters of type KeyVersion.LifecycleState Modifier and Type Method Description KeyVersion.Builder
KeyVersion.Builder. lifecycleState(KeyVersion.LifecycleState lifecycleState)
The key version’s current lifecycle state.Constructors in com.oracle.bmc.keymanagement.model with parameters of type KeyVersion.LifecycleState Constructor 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.
-