Modifier and Type | Method and Description |
---|---|
Key |
Key.Builder.build()
Construct a
Key from this builder. |
Key |
DynamoDbAsyncIndex.keyFrom(T item)
Creates a
Key object from a modelled item. |
Key |
DynamoDbIndex.keyFrom(T item)
Creates a
Key object from a modelled item. |
Key |
MappedTableResource.keyFrom(T item)
Creates a
Key object from a modelled item. |
Modifier and Type | Method and Description |
---|---|
static <T> Key |
EnhancedClientUtils.createKeyFromItem(T item,
TableSchema<T> tableSchema,
String indexName) |
Modifier and Type | Method and Description |
---|---|
Key |
DefaultDynamoDbAsyncIndex.keyFrom(T item) |
Key |
DefaultDynamoDbIndex.keyFrom(T item) |
Key |
DefaultDynamoDbAsyncTable.keyFrom(T item) |
Key |
DefaultDynamoDbTable.keyFrom(T item) |
Modifier and Type | Method and Description |
---|---|
Key |
GetItemOperation.key() |
Key |
BatchableReadOperation.key() |
Modifier and Type | Method and Description |
---|---|
Key |
ConditionCheck.key() |
Key |
DeleteItemEnhancedRequest.key() |
Key |
GetItemEnhancedRequest.key() |
Modifier and Type | Method and Description |
---|---|
static QueryConditional |
QueryConditional.beginsWith(Key key) |
static QueryConditional |
QueryConditional.between(Key keyFrom,
Key keyTo) |
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) |
DeleteItemEnhancedRequest.Builder |
DeleteItemEnhancedRequest.Builder.key(Key key) |
GetItemEnhancedRequest.Builder |
GetItemEnhancedRequest.Builder.key(Key key) |
static QueryConditional |
QueryConditional.lessThan(Key key) |
static QueryConditional |
QueryConditional.lessThanOrEqualTo(Key key) |
Copyright © 2020. All rights reserved.