Uses of Class
software.amazon.awssdk.services.secretsmanager.model.RotateSecretResponse
-
Packages that use RotateSecretResponse Package Description software.amazon.awssdk.services.secretsmanager Amazon Web Services Secrets Manager -
-
Uses of RotateSecretResponse in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that return RotateSecretResponse Modifier and Type Method Description default 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 RotateSecretResponse Modifier and Type Method Description default 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.
-