| Package | Description |
|---|---|
| software.amazon.kinesis.leases | |
| software.amazon.kinesis.leases.dynamodb |
| Modifier and Type | Method and Description |
|---|---|
static UpdateField |
UpdateField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateField[] |
UpdateField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate> |
LeaseSerializer.getDynamoUpdateLeaseUpdate(Lease lease,
UpdateField updateField) |
default void |
LeaseRefresher.updateLeaseWithMetaInfo(Lease lease,
UpdateField updateField)
Update application-specific fields of the given lease in DynamoDB.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate> |
DynamoDBLeaseSerializer.getDynamoUpdateLeaseUpdate(Lease lease,
UpdateField updateField) |
void |
DynamoDBLeaseRefresher.updateLeaseWithMetaInfo(Lease lease,
UpdateField updateField) |
Copyright © 2023. All rights reserved.