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