| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.leases.impl | |
| com.amazonaws.services.kinesis.leases.interfaces |
| 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 |
|---|---|
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate> |
KinesisClientLeaseSerializer.getDynamoUpdateLeaseUpdate(KinesisClientLease lease,
UpdateField updateField) |
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate> |
LeaseSerializer.getDynamoUpdateLeaseUpdate(Lease lease,
UpdateField updateField) |
void |
LeaseManager.updateLeaseWithMetaInfo(T lease,
UpdateField updateField)
Update application-specific fields of the given lease in DynamoDB.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate> |
ILeaseSerializer.getDynamoUpdateLeaseUpdate(T lease,
UpdateField updateField) |
default void |
ILeaseManager.updateLeaseWithMetaInfo(T lease,
UpdateField updateField)
Update application-specific fields of the given lease in DynamoDB.
|
Copyright © 2023. All rights reserved.