| Package | Description |
|---|---|
| software.amazon.awssdk.services.secretsmanager |
|
| Modifier and Type | Method and Description |
|---|---|
default CancelRotateSecretResponse |
SecretsManagerClient.cancelRotateSecret(CancelRotateSecretRequest cancelRotateSecretRequest)
Disables automatic scheduled rotation and cancels the rotation of a secret if currently in progress.
|
default CancelRotateSecretResponse |
SecretsManagerClient.cancelRotateSecret(Consumer<CancelRotateSecretRequest.Builder> cancelRotateSecretRequest)
Disables automatic scheduled rotation and cancels the rotation of a secret if currently in progress.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CancelRotateSecretResponse> |
SecretsManagerAsyncClient.cancelRotateSecret(CancelRotateSecretRequest cancelRotateSecretRequest)
Disables automatic scheduled rotation and cancels the rotation of a secret if currently in progress.
|
default CompletableFuture<CancelRotateSecretResponse> |
SecretsManagerAsyncClient.cancelRotateSecret(Consumer<CancelRotateSecretRequest.Builder> cancelRotateSecretRequest)
Disables automatic scheduled rotation and cancels the rotation of a secret if currently in progress.
|
Copyright © 2020. All rights reserved.