Uses of Enum
software.amazon.lambda.powertools.idempotency.persistence.DataRecord.Status
Packages that use DataRecord.Status
-
Uses of DataRecord.Status in software.amazon.lambda.powertools.idempotency.persistence
Methods in software.amazon.lambda.powertools.idempotency.persistence that return DataRecord.StatusModifier and TypeMethodDescriptionDataRecord.getStatus()static DataRecord.StatusReturns the enum constant of this type with the specified name.static DataRecord.Status[]DataRecord.Status.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in software.amazon.lambda.powertools.idempotency.persistence with parameters of type DataRecord.StatusModifierConstructorDescriptionDataRecord(String idempotencyKey, DataRecord.Status status, long expiryTimestamp, String responseData, String payloadHash) DataRecord(String idempotencyKey, DataRecord.Status status, long expiryTimestamp, String responseData, String payloadHash, OptionalLong inProgressExpiryTimestamp)