Uses of Class
com.oracle.bmc.vault.model.SecretVersionSummary.Stages
-
Packages that use SecretVersionSummary.Stages Package Description com.oracle.bmc.vault.model -
-
Uses of SecretVersionSummary.Stages in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return SecretVersionSummary.Stages Modifier and Type Method Description static SecretVersionSummary.Stages
SecretVersionSummary.Stages. create(String key)
static SecretVersionSummary.Stages
SecretVersionSummary.Stages. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecretVersionSummary.Stages[]
SecretVersionSummary.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 SecretVersionSummary.Stages Modifier and Type Method Description List<SecretVersionSummary.Stages>
SecretVersionSummary. getStages()
A list of possible rotation states for the secret version.Method parameters in com.oracle.bmc.vault.model with type arguments of type SecretVersionSummary.Stages Modifier and Type Method Description SecretVersionSummary.Builder
SecretVersionSummary.Builder. stages(List<SecretVersionSummary.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 SecretVersionSummary.Stages Constructor Description SecretVersionSummary(SecretVersionSummary.ContentType contentType, String name, String secretId, List<SecretVersionSummary.Stages> stages, Date timeCreated, Date timeOfDeletion, Date timeOfExpiry, Long versionNumber, Map<String,Map<String,Object>> systemTags, Boolean isContentAutoGenerated)
Deprecated.
-