Modifier and Type | Method and Description |
---|---|
TableKeysAndAttributes |
TableKeysAndAttributes.addHashAndRangePrimaryKey(java.lang.String hashKeyName,
java.lang.Object hashKeyValue,
java.lang.String rangeKeyName,
java.lang.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(java.lang.String hashKeyName,
java.lang.String rangeKeyName,
java.lang.Object... alternatingHashRangeKeyValues)
Adds multiple hash-and-range primary keys to be included in the batch
get-item operation.
|
TableKeysAndAttributes |
TableKeysAndAttributes.addHashOnlyPrimaryKey(java.lang.String hashKeyName,
java.lang.Object hashKeyValue)
Adds a hash-only primary key to be included in the batch get-item
operation.
|
TableKeysAndAttributes |
TableKeysAndAttributes.addHashOnlyPrimaryKeys(java.lang.String hashKeyName,
java.lang.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(java.util.List<java.lang.String> attributeNames)
Deprecated.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withAttrbuteNames(java.lang.String... attributeNames)
Deprecated.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withAttributeNames(java.util.List<java.lang.String> attributeNames) |
TableKeysAndAttributes |
TableKeysAndAttributes.withAttributeNames(java.lang.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(java.lang.String hashKeyName,
java.lang.String rangeKeyName,
java.lang.Object... alternatingHashAndRangeKeyValues)
Used to specify multiple hash-and-range primary keys.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withHashOnlyKeys(java.lang.String hashKeyName,
java.lang.Object... hashKeyValues)
Used to specify multiple hash-only primary keys.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withNameMap(java.util.Map<java.lang.String,java.lang.String> nameMap) |
TableKeysAndAttributes |
TableKeysAndAttributes.withPrimaryKeys(PrimaryKey... primaryKeys)
Used to specify multiple primary keys.
|
TableKeysAndAttributes |
TableKeysAndAttributes.withProjectionExpression(java.lang.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 | Field and Description |
---|---|
private java.util.Collection<TableKeysAndAttributes> |
BatchGetItemSpec.tableKeyAndAttributes |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<TableKeysAndAttributes> |
BatchGetItemSpec.getTableKeysAndAttributes() |
Modifier and Type | Method and Description |
---|---|
BatchGetItemSpec |
BatchGetItemSpec.withTableKeyAndAttributes(TableKeysAndAttributes... tableKeyAndAttributes) |