| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSecretResult |
AWSSecretsManagerClient.updateSecret(UpdateSecretRequest request)
Modifies many of the details of the specified secret.
|
UpdateSecretResult |
AbstractAWSSecretsManager.updateSecret(UpdateSecretRequest request) |
UpdateSecretResult |
AWSSecretsManager.updateSecret(UpdateSecretRequest updateSecretRequest)
Modifies many of the details of the specified secret.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSecretResult> |
AWSSecretsManagerAsyncClient.updateSecretAsync(UpdateSecretRequest request,
AsyncHandler<UpdateSecretRequest,UpdateSecretResult> asyncHandler) |
Future<UpdateSecretResult> |
AbstractAWSSecretsManagerAsync.updateSecretAsync(UpdateSecretRequest request,
AsyncHandler<UpdateSecretRequest,UpdateSecretResult> asyncHandler) |
Future<UpdateSecretResult> |
AWSSecretsManagerAsync.updateSecretAsync(UpdateSecretRequest updateSecretRequest,
AsyncHandler<UpdateSecretRequest,UpdateSecretResult> asyncHandler)
Modifies many of the details of the specified secret.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSecretResult |
UpdateSecretResult.clone() |
UpdateSecretResult |
UpdateSecretResult.withARN(String aRN)
The ARN of the secret that was updated.
|
UpdateSecretResult |
UpdateSecretResult.withName(String name)
The friendly name of the secret that was updated.
|
UpdateSecretResult |
UpdateSecretResult.withVersionId(String versionId)
If a new version of the secret was created by this operation, then
VersionId contains the unique
identifier of the new version. |
Copyright © 2020. All rights reserved.