| Package | Description |
|---|---|
| software.amazon.lambda.powertools.idempotency.persistence |
| Modifier and Type | Method and Description |
|---|---|
DataRecord.Status |
DataRecord.getStatus() |
static DataRecord.Status |
DataRecord.Status.valueOf(java.lang.String name)
Returns 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.
|
| Constructor and Description |
|---|
DataRecord(java.lang.String idempotencyKey,
DataRecord.Status status,
long expiryTimestamp,
java.lang.String responseData,
java.lang.String payloadHash) |
DataRecord(java.lang.String idempotencyKey,
DataRecord.Status status,
long expiryTimestamp,
java.lang.String responseData,
java.lang.String payloadHash,
java.util.OptionalLong inProgressExpiryTimestamp) |
Copyright © 2023. All rights reserved.