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