Uses of Class
com.oracle.bmc.identity.model.ApiKey.LifecycleState
-
Packages that use ApiKey.LifecycleState Package Description com.oracle.bmc.identity.model -
-
Uses of ApiKey.LifecycleState in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return ApiKey.LifecycleState Modifier and Type Method Description static ApiKey.LifecycleState
ApiKey.LifecycleState. create(String key)
ApiKey.LifecycleState
ApiKey. getLifecycleState()
The API key’s current state.static ApiKey.LifecycleState
ApiKey.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiKey.LifecycleState[]
ApiKey.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 ApiKey.LifecycleState Modifier and Type Method Description ApiKey.Builder
ApiKey.Builder. lifecycleState(ApiKey.LifecycleState lifecycleState)
The API key’s current state.Constructors in com.oracle.bmc.identity.model with parameters of type ApiKey.LifecycleState Constructor Description ApiKey(String keyId, String keyValue, String fingerprint, String userId, Date timeCreated, ApiKey.LifecycleState lifecycleState, Long inactiveStatus)
Deprecated.
-