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