Uses of Class
com.oracle.bmc.vault.model.SecretVersion.Stages
-
Packages that use SecretVersion.Stages Package Description com.oracle.bmc.vault.model -
-
Uses of SecretVersion.Stages in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return SecretVersion.Stages Modifier and Type Method Description static SecretVersion.Stages
SecretVersion.Stages. create(String key)
static SecretVersion.Stages
SecretVersion.Stages. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecretVersion.Stages[]
SecretVersion.Stages. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vault.model that return types with arguments of type SecretVersion.Stages Modifier and Type Method Description List<SecretVersion.Stages>
SecretVersion. getStages()
A list of possible rotation states for the secret version.Method parameters in com.oracle.bmc.vault.model with type arguments of type SecretVersion.Stages Modifier and Type Method Description SecretVersion.Builder
SecretVersion.Builder. stages(List<SecretVersion.Stages> stages)
A list of possible rotation states for the secret version.Constructor parameters in com.oracle.bmc.vault.model with type arguments of type SecretVersion.Stages Constructor Description SecretVersion(SecretVersion.ContentType contentType, String name, String secretId, List<SecretVersion.Stages> stages, Date timeCreated, Date timeOfDeletion, Date timeOfCurrentVersionExpiry, Long versionNumber, Boolean isContentAutoGenerated)
Deprecated.
-