Uses of Class
software.amazon.awssdk.services.secretsmanager.model.CancelRotateSecretResponse
-
Packages that use CancelRotateSecretResponse Package Description software.amazon.awssdk.services.secretsmanager Amazon Web Services Secrets Manager -
-
Uses of CancelRotateSecretResponse in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that return CancelRotateSecretResponse Modifier and Type Method Description default CancelRotateSecretResponseSecretsManagerClient. cancelRotateSecret(Consumer<CancelRotateSecretRequest.Builder> cancelRotateSecretRequest)Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.default CancelRotateSecretResponseSecretsManagerClient. cancelRotateSecret(CancelRotateSecretRequest cancelRotateSecretRequest)Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.Methods in software.amazon.awssdk.services.secretsmanager that return types with arguments of type CancelRotateSecretResponse Modifier and Type Method Description default CompletableFuture<CancelRotateSecretResponse>SecretsManagerAsyncClient. cancelRotateSecret(Consumer<CancelRotateSecretRequest.Builder> cancelRotateSecretRequest)Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.default CompletableFuture<CancelRotateSecretResponse>SecretsManagerAsyncClient. cancelRotateSecret(CancelRotateSecretRequest cancelRotateSecretRequest)Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.
-