Package | Description |
---|---|
com.oracle.bmc.vault | |
com.oracle.bmc.vault.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSecretRequest,GetSecretResponse> |
VaultsWaiters.forSecret(GetSecretRequest request,
Secret.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSecretRequest,GetSecretResponse> |
VaultsWaiters.forSecret(GetSecretRequest request,
Secret.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSecretRequest,GetSecretResponse> |
VaultsWaiters.forSecret(GetSecretRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Secret.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Secret.LifecycleState |
Secret.LifecycleState.create(String key) |
Secret.LifecycleState |
Secret.getLifecycleState()
The current lifecycle state of the secret.
|
static Secret.LifecycleState |
Secret.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Secret.LifecycleState[] |
Secret.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Secret.Builder |
Secret.Builder.lifecycleState(Secret.LifecycleState lifecycleState)
The current lifecycle state of the secret.
|
Constructor and Description |
---|
Secret(String compartmentId,
Long currentVersionNumber,
Map<String,Map<String,Object>> definedTags,
String description,
Map<String,String> freeformTags,
String id,
String keyId,
String lifecycleDetails,
Secret.LifecycleState lifecycleState,
Map<String,Object> metadata,
RotationConfig rotationConfig,
Secret.RotationStatus rotationStatus,
Date lastRotationTime,
Date nextRotationTime,
String secretName,
List<SecretRule> secretRules,
Date timeCreated,
Date timeOfCurrentVersionExpiry,
Date timeOfDeletion,
String vaultId,
SecretGenerationContext secretGenerationContext,
Boolean isAutoGenerationEnabled)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.