Uses of Class
software.amazon.lambda.powertools.idempotency.exceptions.IdempotencyItemAlreadyExistsException
Packages that use IdempotencyItemAlreadyExistsException
-
Uses of IdempotencyItemAlreadyExistsException in software.amazon.lambda.powertools.idempotency.persistence
Methods in software.amazon.lambda.powertools.idempotency.persistence that throw IdempotencyItemAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidPersistenceStore.putRecord(DataRecord record, Instant now) Add a DataRecord to persistence store if it does not already exist with that keyvoidBasePersistenceStore.saveInProgress(com.fasterxml.jackson.databind.JsonNode data, Instant now, OptionalInt remainingTimeInMs) Save record of function's execution being in progress