| Package | Description |
|---|---|
| com.amazonaws.services.secretsmanager |
|
| com.amazonaws.services.secretsmanager.model |
| Modifier and Type | Method and Description |
|---|---|
PutSecretValueResult |
AWSSecretsManager.putSecretValue(PutSecretValueRequest putSecretValueRequest)
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
PutSecretValueResult |
AWSSecretsManagerClient.putSecretValue(PutSecretValueRequest request)
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
PutSecretValueResult |
AbstractAWSSecretsManager.putSecretValue(PutSecretValueRequest request) |
| 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 |
|---|---|
PutSecretValueResult |
PutSecretValueResult.clone() |
PutSecretValueResult |
PutSecretValueResult.withARN(String aRN)
The ARN of the secret.
|
PutSecretValueResult |
PutSecretValueResult.withName(String name)
The name of the secret.
|
PutSecretValueResult |
PutSecretValueResult.withVersionId(String versionId)
The unique identifier of the version of the secret.
|
PutSecretValueResult |
PutSecretValueResult.withVersionStages(Collection<String> versionStages)
The list of staging labels that are currently attached to this version of the secret.
|
PutSecretValueResult |
PutSecretValueResult.withVersionStages(String... versionStages)
The list of staging labels that are currently attached to this version of the secret.
|
Copyright © 2022. All rights reserved.