Modifier and Type | Method and Description |
---|---|
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(List<String> attributeNames)
Deprecated.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withAttrbuteNames(String... attributeNames)
Deprecated.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withAttributeNames(List<String> attributeNames) |
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.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) |
Modifier and Type | Method and Description |
---|---|
BatchGetItemOutcome |
DynamoDB.batchGetItem(ReturnConsumedCapacity returnConsumedCapacity,
TableKeysAndAttributes... tableKeysAndAttributes) |
BatchGetItemOutcome |
DynamoDB.batchGetItem(TableKeysAndAttributes... tableKeysAndAttributes) |
Modifier and Type | Method and Description |
---|---|
BatchGetItemOutcome |
BatchGetItemApi.batchGetItem(ReturnConsumedCapacity returnConsumedCapacity,
TableKeysAndAttributes... tableKeyAndAttributes)
Used to perform a batch get-item operation from DynamoDB.
|
BatchGetItemOutcome |
BatchGetItemApi.batchGetItem(TableKeysAndAttributes... tableKeyAndAttributes)
Used to perform a batch get-item operation from DynamoDB.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemOutcome |
BatchGetItemImpl.batchGetItem(ReturnConsumedCapacity returnConsumedCapacity,
TableKeysAndAttributes... tableKeysAndAttributes) |
BatchGetItemOutcome |
BatchGetItemImpl.batchGetItem(TableKeysAndAttributes... tableKeysAndAttributes) |
Modifier and Type | Method and Description |
---|---|
Collection<TableKeysAndAttributes> |
BatchGetItemSpec.getTableKeysAndAttributes() |
Modifier and Type | Method and Description |
---|---|
BatchGetItemSpec |
BatchGetItemSpec.withTableKeyAndAttributes(TableKeysAndAttributes... tableKeyAndAttributes) |
Copyright © 2020. All rights reserved.