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