Uses of Class
com.oracle.bmc.vault.model.SecretContentDetails.Stage
-
Packages that use SecretContentDetails.Stage Package Description com.oracle.bmc.vault.model -
-
Uses of SecretContentDetails.Stage in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return SecretContentDetails.Stage Modifier and Type Method Description static SecretContentDetails.StageSecretContentDetails.Stage. create(String key)SecretContentDetails.StageSecretContentDetails. getStage()The rotation state of the secret content.static SecretContentDetails.StageSecretContentDetails.Stage. valueOf(String name)Returns the enum constant of this type with the specified name.static SecretContentDetails.Stage[]SecretContentDetails.Stage. 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 SecretContentDetails.Stage Modifier and Type Method Description Base64SecretContentDetails.BuilderBase64SecretContentDetails.Builder. stage(SecretContentDetails.Stage stage)Constructors in com.oracle.bmc.vault.model with parameters of type SecretContentDetails.Stage Constructor Description Base64SecretContentDetails(String name, SecretContentDetails.Stage stage, String content)Deprecated.SecretContentDetails(String name, SecretContentDetails.Stage stage)Deprecated.
-