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