| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
PutSecretValueResult |
AWSSecretsManagerClient.putSecretValue(PutSecretValueRequest request)
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
PutSecretValueResult |
AWSSecretsManager.putSecretValue(PutSecretValueRequest putSecretValueRequest)
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
PutSecretValueResult |
AbstractAWSSecretsManager.putSecretValue(PutSecretValueRequest request) |
Future<PutSecretValueResult> |
AbstractAWSSecretsManagerAsync.putSecretValueAsync(PutSecretValueRequest request) |
Future<PutSecretValueResult> |
AWSSecretsManagerAsyncClient.putSecretValueAsync(PutSecretValueRequest request) |
Future<PutSecretValueResult> |
AWSSecretsManagerAsync.putSecretValueAsync(PutSecretValueRequest putSecretValueRequest)
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
Future<PutSecretValueResult> |
AbstractAWSSecretsManagerAsync.putSecretValueAsync(PutSecretValueRequest request,
AsyncHandler<PutSecretValueRequest,PutSecretValueResult> asyncHandler) |
Future<PutSecretValueResult> |
AWSSecretsManagerAsyncClient.putSecretValueAsync(PutSecretValueRequest request,
AsyncHandler<PutSecretValueRequest,PutSecretValueResult> asyncHandler) |
Future<PutSecretValueResult> |
AWSSecretsManagerAsync.putSecretValueAsync(PutSecretValueRequest putSecretValueRequest,
AsyncHandler<PutSecretValueRequest,PutSecretValueResult> asyncHandler)
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutSecretValueResult> |
AbstractAWSSecretsManagerAsync.putSecretValueAsync(PutSecretValueRequest request,
AsyncHandler<PutSecretValueRequest,PutSecretValueResult> asyncHandler) |
Future<PutSecretValueResult> |
AWSSecretsManagerAsyncClient.putSecretValueAsync(PutSecretValueRequest request,
AsyncHandler<PutSecretValueRequest,PutSecretValueResult> asyncHandler) |
Future<PutSecretValueResult> |
AWSSecretsManagerAsync.putSecretValueAsync(PutSecretValueRequest putSecretValueRequest,
AsyncHandler<PutSecretValueRequest,PutSecretValueResult> asyncHandler)
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
| Modifier and Type | Method and Description |
|---|---|
PutSecretValueRequest |
PutSecretValueRequest.clone() |
PutSecretValueRequest |
PutSecretValueRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the new version of the secret.
|
PutSecretValueRequest |
PutSecretValueRequest.withSecretBinary(ByteBuffer secretBinary)
The binary data to encrypt and store in the new version of the secret.
|
PutSecretValueRequest |
PutSecretValueRequest.withSecretId(String secretId)
The ARN or name of the secret to add a new version to.
|
PutSecretValueRequest |
PutSecretValueRequest.withSecretString(String secretString)
The text to encrypt and store in the new version of the secret.
|
PutSecretValueRequest |
PutSecretValueRequest.withVersionStages(Collection<String> versionStages)
A list of staging labels to attach to this version of the secret.
|
PutSecretValueRequest |
PutSecretValueRequest.withVersionStages(String... versionStages)
A list of staging labels to attach to this version of the secret.
|
Copyright © 2024. All rights reserved.