| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| Modifier and Type | Method and Description |
|---|---|
default RotateSecretResponse |
SecretsManagerClient.rotateSecret(Consumer<RotateSecretRequest.Builder> rotateSecretRequest)
Configures and starts the asynchronous process of rotating the secret.
|
default RotateSecretResponse |
SecretsManagerClient.rotateSecret(RotateSecretRequest rotateSecretRequest)
Configures and starts the asynchronous process of rotating the secret.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RotateSecretResponse> |
SecretsManagerAsyncClient.rotateSecret(Consumer<RotateSecretRequest.Builder> rotateSecretRequest)
Configures and starts the asynchronous process of rotating the secret.
|
default CompletableFuture<RotateSecretResponse> |
SecretsManagerAsyncClient.rotateSecret(RotateSecretRequest rotateSecretRequest)
Configures and starts the asynchronous process of rotating the secret.
|
Copyright © 2022. All rights reserved.