Uses of Class
com.oracle.bmc.identity.model.CustomerSecretKey.LifecycleState
-
Packages that use CustomerSecretKey.LifecycleState Package Description com.oracle.bmc.identity.model -
-
Uses of CustomerSecretKey.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return CustomerSecretKey.LifecycleState Modifier and Type Method Description static CustomerSecretKey.LifecycleState
CustomerSecretKey.LifecycleState. create(String key)
CustomerSecretKey.LifecycleState
CustomerSecretKey. getLifecycleState()
The secret key’s current state.static CustomerSecretKey.LifecycleState
CustomerSecretKey.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CustomerSecretKey.LifecycleState[]
CustomerSecretKey.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.model with parameters of type CustomerSecretKey.LifecycleState Modifier and Type Method Description CustomerSecretKey.Builder
CustomerSecretKey.Builder. lifecycleState(CustomerSecretKey.LifecycleState lifecycleState)
The secret key’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type CustomerSecretKey.LifecycleState Constructor Description CustomerSecretKey(String key, String id, String userId, String displayName, Date timeCreated, Date timeExpires, CustomerSecretKey.LifecycleState lifecycleState, Long inactiveStatus)
Deprecated.
-