Uses of Class
com.oracle.bmc.keymanagement.model.WrappingKey.LifecycleState
-
Packages that use WrappingKey.LifecycleState Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.model -
-
Uses of WrappingKey.LifecycleState in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type WrappingKey.LifecycleState Modifier and Type Method Description Waiter<GetWrappingKeyRequest,GetWrappingKeyResponse>
KmsManagementWaiters. forWrappingKey(GetWrappingKeyRequest request, WrappingKey.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetWrappingKeyRequest,GetWrappingKeyResponse>
KmsManagementWaiters. forWrappingKey(GetWrappingKeyRequest request, WrappingKey.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetWrappingKeyRequest,GetWrappingKeyResponse>
KmsManagementWaiters. forWrappingKey(GetWrappingKeyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, WrappingKey.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of WrappingKey.LifecycleState in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return WrappingKey.LifecycleState Modifier and Type Method Description static WrappingKey.LifecycleState
WrappingKey.LifecycleState. create(String key)
WrappingKey.LifecycleState
WrappingKey. getLifecycleState()
The key’s current lifecycle state.static WrappingKey.LifecycleState
WrappingKey.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static WrappingKey.LifecycleState[]
WrappingKey.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 WrappingKey.LifecycleState Modifier and Type Method Description WrappingKey.Builder
WrappingKey.Builder. lifecycleState(WrappingKey.LifecycleState lifecycleState)
The key’s current lifecycle state.Constructors in com.oracle.bmc.keymanagement.model with parameters of type WrappingKey.LifecycleState Constructor Description WrappingKey(String compartmentId, String id, WrappingKey.LifecycleState lifecycleState, String publicKey, Date timeCreated, String vaultId)
Deprecated.
-