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.Stage
SecretContentDetails.Stage. create(String key)
SecretContentDetails.Stage
SecretContentDetails. getStage()
The rotation state of the secret content.static SecretContentDetails.Stage
SecretContentDetails.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.Builder
Base64SecretContentDetails.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.
-