| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutSecretValueResult> |
AWSSecretsManagerAsyncClient.putSecretValueAsync(PutSecretValueRequest request,
AsyncHandler<PutSecretValueRequest,PutSecretValueResult> asyncHandler) |
Future<PutSecretValueResult> |
AbstractAWSSecretsManagerAsync.putSecretValueAsync(PutSecretValueRequest request,
AsyncHandler<PutSecretValueRequest,PutSecretValueResult> asyncHandler) |
Future<PutSecretValueResult> |
AWSSecretsManagerAsync.putSecretValueAsync(PutSecretValueRequest putSecretValueRequest,
AsyncHandler<PutSecretValueRequest,PutSecretValueResult> asyncHandler)
Stores a new encrypted secret value in the specified secret.
|
| Modifier and Type | Method and Description |
|---|---|
PutSecretValueRequest |
PutSecretValueRequest.clone() |
PutSecretValueRequest |
PutSecretValueRequest.withClientRequestToken(String clientRequestToken)
(Optional) Specifies a unique identifier for the new version of the secret.
|
PutSecretValueRequest |
PutSecretValueRequest.withSecretBinary(ByteBuffer secretBinary)
(Optional) Specifies binary data that you want to encrypt and store in the new version of the secret.
|
PutSecretValueRequest |
PutSecretValueRequest.withSecretId(String secretId)
Specifies the secret to which you want to add a new version.
|
PutSecretValueRequest |
PutSecretValueRequest.withSecretString(String secretString)
(Optional) Specifies text data that you want to encrypt and store in this new version of the secret.
|
PutSecretValueRequest |
PutSecretValueRequest.withVersionStages(Collection<String> versionStages)
(Optional) Specifies a list of staging labels that are attached to this version of the secret.
|
PutSecretValueRequest |
PutSecretValueRequest.withVersionStages(String... versionStages)
(Optional) Specifies a list of staging labels that are attached to this version of the secret.
|
Copyright © 2020. All rights reserved.