Uses of Class
software.amazon.awssdk.services.secretsmanager.model.UpdateSecretResponse
Packages that use UpdateSecretResponse
Package
Description
-
Uses of UpdateSecretResponse in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that return UpdateSecretResponseModifier and TypeMethodDescriptiondefault UpdateSecretResponseSecretsManagerClient.updateSecret(Consumer<UpdateSecretRequest.Builder> updateSecretRequest) Modifies the details of a secret, including metadata and the secret value.default UpdateSecretResponseSecretsManagerClient.updateSecret(UpdateSecretRequest updateSecretRequest) Modifies the details of a secret, including metadata and the secret value.Methods in software.amazon.awssdk.services.secretsmanager that return types with arguments of type UpdateSecretResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateSecretResponse>SecretsManagerAsyncClient.updateSecret(Consumer<UpdateSecretRequest.Builder> updateSecretRequest) Modifies the details of a secret, including metadata and the secret value.default CompletableFuture<UpdateSecretResponse>SecretsManagerAsyncClient.updateSecret(UpdateSecretRequest updateSecretRequest) Modifies the details of a secret, including metadata and the secret value.