| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| 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 a 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 a user-provided description of the secret.
|
UpdateSecretRequest |
UpdateSecretRequest.withKmsKeyId(String kmsKeyId)
(Optional) Specifies the ARN or alias of the KMS customer master key (CMK) to be used to encrypt the protected
text in the versions of this secret.
|
UpdateSecretRequest |
UpdateSecretRequest.withSecretBinary(ByteBuffer secretBinary)
(Optional) Specifies 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 update or to which you want to add a new version.
|
UpdateSecretRequest |
UpdateSecretRequest.withSecretString(String secretString)
(Optional) Specifies text data that you want to encrypt and store in this new version of the secret.
|
Copyright © 2018. All rights reserved.