Uses of Class
software.amazon.awssdk.services.secretsmanager.model.RotateSecretResponse
Packages that use RotateSecretResponse
Package
Description
-
Uses of RotateSecretResponse in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that return RotateSecretResponseModifier and TypeMethodDescriptiondefault RotateSecretResponseSecretsManagerClient.rotateSecret(Consumer<RotateSecretRequest.Builder> rotateSecretRequest) Configures and starts the asynchronous process of rotating the secret.default RotateSecretResponseSecretsManagerClient.rotateSecret(RotateSecretRequest rotateSecretRequest) Configures and starts the asynchronous process of rotating the secret.Methods in software.amazon.awssdk.services.secretsmanager that return types with arguments of type RotateSecretResponseModifier and TypeMethodDescriptiondefault 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.