Uses of Class
software.amazon.awssdk.services.secretsmanager.model.CancelRotateSecretResponse
Packages that use CancelRotateSecretResponse
Package
Description
-
Uses of CancelRotateSecretResponse in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that return CancelRotateSecretResponseModifier and TypeMethodDescriptiondefault 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 CancelRotateSecretResponseModifier and TypeMethodDescriptionSecretsManagerAsyncClient.cancelRotateSecret(Consumer<CancelRotateSecretRequest.Builder> cancelRotateSecretRequest) Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.SecretsManagerAsyncClient.cancelRotateSecret(CancelRotateSecretRequest cancelRotateSecretRequest) Turns off automatic rotation, and if a rotation is currently in progress, cancels the rotation.