Uses of Class
com.oracle.bmc.vault.model.Secret.LifecycleState
-
Packages that use Secret.LifecycleState Package Description com.oracle.bmc.vault com.oracle.bmc.vault.model -
-
Uses of Secret.LifecycleState in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault with parameters of type Secret.LifecycleState Modifier and Type Method Description Waiter<GetSecretRequest,GetSecretResponse>
VaultsWaiters. forSecret(GetSecretRequest request, Secret.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSecretRequest,GetSecretResponse>
VaultsWaiters. forSecret(GetSecretRequest request, Secret.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSecretRequest,GetSecretResponse>
VaultsWaiters. forSecret(GetSecretRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Secret.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Secret.LifecycleState in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return Secret.LifecycleState Modifier and Type Method Description static Secret.LifecycleState
Secret.LifecycleState. create(String key)
Secret.LifecycleState
Secret. getLifecycleState()
The current lifecycle state of the secret.static Secret.LifecycleState
Secret.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Secret.LifecycleState[]
Secret.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vault.model with parameters of type Secret.LifecycleState Modifier and Type Method Description Secret.Builder
Secret.Builder. lifecycleState(Secret.LifecycleState lifecycleState)
The current lifecycle state of the secret.Constructors in com.oracle.bmc.vault.model with parameters of type Secret.LifecycleState Constructor Description Secret(String compartmentId, Long currentVersionNumber, Map<String,Map<String,Object>> definedTags, String description, Map<String,String> freeformTags, String id, String keyId, String lifecycleDetails, Secret.LifecycleState lifecycleState, Map<String,Object> metadata, RotationConfig rotationConfig, Secret.RotationStatus rotationStatus, Date lastRotationTime, Date nextRotationTime, String secretName, List<SecretRule> secretRules, Date timeCreated, Date timeOfCurrentVersionExpiry, Date timeOfDeletion, String vaultId, SecretGenerationContext secretGenerationContext, Boolean isAutoGenerationEnabled)
Deprecated.
-