| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateSecretResponse |
SecretsManagerClient.updateSecret(Consumer<UpdateSecretRequest.Builder> updateSecretRequest)
Modifies many of the details of the specified secret.
|
default UpdateSecretResponse |
SecretsManagerClient.updateSecret(UpdateSecretRequest updateSecretRequest)
Modifies many of the details of the specified secret.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateSecretResponse> |
SecretsManagerAsyncClient.updateSecret(Consumer<UpdateSecretRequest.Builder> updateSecretRequest)
Modifies many of the details of the specified secret.
|
default CompletableFuture<UpdateSecretResponse> |
SecretsManagerAsyncClient.updateSecret(UpdateSecretRequest updateSecretRequest)
Modifies many of the details of the specified secret.
|
Copyright © 2019. All rights reserved.