| Modifier and Type | Method and Description |
|---|---|
Key |
BatchableReadOperation.getKey() |
Key |
MappedIndex.keyFrom(T item)
Creates a
Key object from a modelled item. |
Key |
MappedTable.keyFrom(T item)
Creates a
Key object from a modelled item. |
static Key |
Key.of(AttributeValue partitionKeyValue)
Construct a literal key with just a partition key value.
|
static Key |
Key.of(AttributeValue partitionKeyValue,
AttributeValue sortKeyValue)
Construct a literal key with both a partition key value and a sort key value.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Key |
Utils.createKeyFromItem(T item,
TableSchema<T> tableSchema,
String indexName) |
Key |
DynamoDbMappedTable.keyFrom(T item) |
Key |
DynamoDbMappedIndex.keyFrom(T item) |
| Modifier and Type | Method and Description |
|---|---|
Key |
ConditionCheck.getKey() |
Key |
DeleteItem.getKey() |
Key |
GetItem.getKey() |
| Modifier and Type | Method and Description |
|---|---|
static QueryConditional |
QueryConditional.beginsWith(Key key) |
static QueryConditional |
QueryConditional.between(Key key1,
Key key2) |
static QueryConditional |
QueryConditional.equalTo(Key key) |
static QueryConditional |
QueryConditional.greaterThan(Key key) |
static QueryConditional |
QueryConditional.greaterThanOrEqualTo(Key key) |
ConditionCheck.Builder |
ConditionCheck.Builder.key(Key key) |
DeleteItem.Builder |
DeleteItem.Builder.key(Key key) |
GetItem.Builder |
GetItem.Builder.key(Key key) |
static QueryConditional |
QueryConditional.lessThan(Key key) |
static QueryConditional |
QueryConditional.lessThanOrEqualTo(Key key) |
static <T> DeleteItem<T> |
DeleteItem.of(Key key) |
static <T> GetItem<T> |
GetItem.of(Key key) |
static <T> ConditionCheck<T> |
ConditionCheck.of(Key key,
Expression conditionExpression) |
Copyright © 2019. All rights reserved.