TableKeysAndAttributes |
TableKeysAndAttributes.addHashAndRangePrimaryKey(String hashKeyName,
Object hashKeyValue,
String rangeKeyName,
Object rangeKeyValue) |
Adds a primary key (that consists of a hash-key and a range-key) to be
included in the batch get-item operation.
|
TableKeysAndAttributes |
TableKeysAndAttributes.addHashAndRangePrimaryKeys(String hashKeyName,
String rangeKeyName,
Object... alternatingHashRangeKeyValues) |
Adds multiple hash-and-range primary keys to be included in the batch
get-item operation.
|
TableKeysAndAttributes |
TableKeysAndAttributes.addHashOnlyPrimaryKey(String hashKeyName,
Object hashKeyValue) |
Adds a hash-only primary key to be included in the batch get-item
operation.
|
TableKeysAndAttributes |
TableKeysAndAttributes.addHashOnlyPrimaryKeys(String hashKeyName,
Object... hashKeyValues) |
Adds multiple hash-only primary keys to be included in the batch get-item
operation.
|
TableKeysAndAttributes |
TableKeysAndAttributes.addPrimaryKey(PrimaryKey primaryKey) |
Adds a primary key to be included in the batch get-item operation.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withAttrbuteNames(String... attributeNames) |
Deprecated.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withAttrbuteNames(List<String> attributeNames) |
Deprecated.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withAttributeNames(String... attributeNames) |
Used to specify the attributes to be retrieved in each item returned
from the batch get-item operation.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withAttributeNames(List<String> attributeNames) |
|
TableKeysAndAttributes |
TableKeysAndAttributes.withConsistentRead(boolean consistentRead) |
|
TableKeysAndAttributes |
TableKeysAndAttributes.withHashAndRangeKeys(String hashKeyName,
String rangeKeyName,
Object... alternatingHashAndRangeKeyValues) |
Used to specify multiple hash-and-range primary keys.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withHashOnlyKeys(String hashKeyName,
Object... hashKeyValues) |
Used to specify multiple hash-only primary keys.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withNameMap(Map<String,String> nameMap) |
|
TableKeysAndAttributes |
TableKeysAndAttributes.withPrimaryKeys(PrimaryKey... primaryKeys) |
Used to specify multiple primary keys.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withProjectionExpression(String projectionExpression) |
|