| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| Modifier and Type | Method and Description |
|---|---|
default PutSecretValueResponse |
SecretsManagerClient.putSecretValue(Consumer<PutSecretValueRequest.Builder> putSecretValueRequest)
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
default PutSecretValueResponse |
SecretsManagerClient.putSecretValue(PutSecretValueRequest putSecretValueRequest)
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutSecretValueResponse> |
SecretsManagerAsyncClient.putSecretValue(Consumer<PutSecretValueRequest.Builder> putSecretValueRequest)
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
default CompletableFuture<PutSecretValueResponse> |
SecretsManagerAsyncClient.putSecretValue(PutSecretValueRequest putSecretValueRequest)
Creates a new version with a new encrypted secret value and attaches it to the secret.
|
Copyright © 2023. All rights reserved.