Package | Description |
---|---|
com.oracle.bmc.secrets.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<SecretBundle.Stages> |
SecretBundle.getStages()
A list of possible rotation states for the secret version.
|
Modifier and Type | Method and Description |
---|---|
SecretBundle.Builder |
SecretBundle.Builder.stages(List<SecretBundle.Stages> stages)
A list of possible rotation states for the secret version.
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.