| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSecretResult |
AWSSecretsManager.updateSecret(UpdateSecretRequest updateSecretRequest)
Modifies many of the details of the specified secret.
|
UpdateSecretResult |
AWSSecretsManagerClient.updateSecret(UpdateSecretRequest request)
Modifies many of the details of the specified secret.
|
UpdateSecretResult |
AbstractAWSSecretsManager.updateSecret(UpdateSecretRequest request) |
Future<UpdateSecretResult> |
AbstractAWSSecretsManagerAsync.updateSecretAsync(UpdateSecretRequest request) |
Future<UpdateSecretResult> |
AWSSecretsManagerAsyncClient.updateSecretAsync(UpdateSecretRequest request) |
Future<UpdateSecretResult> |
AWSSecretsManagerAsync.updateSecretAsync(UpdateSecretRequest updateSecretRequest)
Modifies many of the details of the specified secret.
|
Future<UpdateSecretResult> |
AbstractAWSSecretsManagerAsync.updateSecretAsync(UpdateSecretRequest request,
AsyncHandler<UpdateSecretRequest,UpdateSecretResult> asyncHandler) |
Future<UpdateSecretResult> |
AWSSecretsManagerAsyncClient.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 |
|---|---|
Future<UpdateSecretResult> |
AbstractAWSSecretsManagerAsync.updateSecretAsync(UpdateSecretRequest request,
AsyncHandler<UpdateSecretRequest,UpdateSecretResult> asyncHandler) |
Future<UpdateSecretResult> |
AWSSecretsManagerAsyncClient.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 |
|---|---|
UpdateSecretRequest |
UpdateSecretRequest.clone() |
UpdateSecretRequest |
UpdateSecretRequest.withClientRequestToken(String clientRequestToken)
(Optional) If you want to add a new version to the secret, this parameter specifies a unique identifier for the
new version that helps ensure idempotency.
|
UpdateSecretRequest |
UpdateSecretRequest.withDescription(String description)
(Optional) Specifies an updated user-provided description of the secret.
|
UpdateSecretRequest |
UpdateSecretRequest.withKmsKeyId(String kmsKeyId)
(Optional) Specifies an updated ARN or alias of the Amazon Web Services KMS customer master key (CMK) that
Secrets Manager uses to encrypt the protected text in new versions of this secret as well as any existing
versions of this secret that have the staging labels AWSCURRENT, AWSPENDING, or AWSPREVIOUS.
|
UpdateSecretRequest |
UpdateSecretRequest.withSecretBinary(ByteBuffer secretBinary)
(Optional) Specifies updated binary data that you want to encrypt and store in the new version of the secret.
|
UpdateSecretRequest |
UpdateSecretRequest.withSecretId(String secretId)
Specifies the secret that you want to modify or to which you want to add a new version.
|
UpdateSecretRequest |
UpdateSecretRequest.withSecretString(String secretString)
(Optional) Specifies updated text data that you want to encrypt and store in this new version of the secret.
|
Copyright © 2021. All rights reserved.