Uses of Class
com.oracle.bmc.keymanagement.model.Vault.LifecycleState
-
Packages that use Vault.LifecycleState Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.model -
-
Uses of Vault.LifecycleState in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type Vault.LifecycleState Modifier and Type Method Description Waiter<GetVaultRequest,GetVaultResponse>
KmsVaultWaiters. forVault(GetVaultRequest request, Vault.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVaultRequest,GetVaultResponse>
KmsVaultWaiters. forVault(GetVaultRequest request, Vault.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVaultRequest,GetVaultResponse>
KmsVaultWaiters. forVault(GetVaultRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Vault.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Vault.LifecycleState in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return Vault.LifecycleState Modifier and Type Method Description static Vault.LifecycleState
Vault.LifecycleState. create(String key)
Vault.LifecycleState
Vault. getLifecycleState()
The vault’s current lifecycle state.static Vault.LifecycleState
Vault.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vault.LifecycleState[]
Vault.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 Vault.LifecycleState Modifier and Type Method Description Vault.Builder
Vault.Builder. lifecycleState(Vault.LifecycleState lifecycleState)
The vault’s current lifecycle state.Constructors in com.oracle.bmc.keymanagement.model with parameters of type Vault.LifecycleState Constructor Description Vault(String compartmentId, String cryptoEndpoint, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Vault.LifecycleState lifecycleState, String managementEndpoint, Date timeCreated, Date timeOfDeletion, Vault.VaultType vaultType, String restoredFromVaultId, String wrappingkeyId, VaultReplicaDetails replicaDetails, Boolean isPrimary, Boolean isVaultReplicable, ExternalKeyManagerMetadataSummary externalKeyManagerMetadataSummary)
Deprecated.
-