Uses of Class
com.oracle.bmc.keymanagement.model.KeySummary.LifecycleState
-
Packages that use KeySummary.LifecycleState Package Description com.oracle.bmc.keymanagement.model -
-
Uses of KeySummary.LifecycleState in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return KeySummary.LifecycleState Modifier and Type Method Description static KeySummary.LifecycleState
KeySummary.LifecycleState. create(String key)
KeySummary.LifecycleState
KeySummary. getLifecycleState()
The key’s current lifecycle state.static KeySummary.LifecycleState
KeySummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeySummary.LifecycleState[]
KeySummary.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 KeySummary.LifecycleState Modifier and Type Method Description KeySummary.Builder
KeySummary.Builder. lifecycleState(KeySummary.LifecycleState lifecycleState)
The key’s current lifecycle state.Constructors in com.oracle.bmc.keymanagement.model with parameters of type KeySummary.LifecycleState Constructor Description KeySummary(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, KeySummary.LifecycleState lifecycleState, Date timeCreated, String vaultId, KeySummary.ProtectionMode protectionMode, KeySummary.Algorithm algorithm, ExternalKeyReferenceDetails externalKeyReferenceDetails, Boolean isAutoRotationEnabled)
Deprecated.
-