Uses of Class
software.amazon.awssdk.services.secretsmanager.model.PreconditionNotMetException
Packages that use PreconditionNotMetException
Package
Description
-
Uses of PreconditionNotMetException in software.amazon.awssdk.services.secretsmanager
Methods in software.amazon.awssdk.services.secretsmanager that throw PreconditionNotMetExceptionModifier and TypeMethodDescriptiondefault CreateSecretResponseSecretsManagerClient.createSecret(Consumer<CreateSecretRequest.Builder> createSecretRequest) Creates a new secret.default CreateSecretResponseSecretsManagerClient.createSecret(CreateSecretRequest createSecretRequest) Creates a new secret.default 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.