| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2 |
|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDB
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetItemResult |
AmazonDynamoDBClient.batchGetItem(Map<String,KeysAndAttributes> requestItems)
The
BatchGetItem operation returns the attributes of one or
more items from one or more tables. |
BatchGetItemResult |
AmazonDynamoDB.batchGetItem(Map<String,KeysAndAttributes> requestItems)
The
BatchGetItem operation returns the attributes of one or
more items from one or more tables. |
BatchGetItemResult |
AmazonDynamoDBClient.batchGetItem(Map<String,KeysAndAttributes> requestItems,
String returnConsumedCapacity)
The
BatchGetItem operation returns the attributes of one or
more items from one or more tables. |
BatchGetItemResult |
AmazonDynamoDB.batchGetItem(Map<String,KeysAndAttributes> requestItems,
String returnConsumedCapacity)
The
BatchGetItem operation returns the attributes of one or
more items from one or more tables. |
| Modifier and Type | Method and Description |
|---|---|
KeysAndAttributes |
KeysAndAttributes.addExpressionAttributeNamesEntry(String key,
String value)
One or more substitution tokens for attribute names in an expression.
|
KeysAndAttributes |
KeysAndAttributes.clearExpressionAttributeNamesEntries()
Removes all the entries added into ExpressionAttributeNames.
|
KeysAndAttributes |
KeysAndAttributes.withAttributesToGet(Collection<String> attributesToGet)
This is a legacy parameter.
|
KeysAndAttributes |
KeysAndAttributes.withAttributesToGet(String... attributesToGet)
This is a legacy parameter.
|
KeysAndAttributes |
KeysAndAttributes.withConsistentRead(Boolean consistentRead)
The consistency of a read operation.
|
KeysAndAttributes |
KeysAndAttributes.withExpressionAttributeNames(Map<String,String> expressionAttributeNames)
One or more substitution tokens for attribute names in an expression.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(Collection<Map<String,AttributeValue>> keys)
The primary key attribute values that define the items and the attributes
associated with the items.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(Map<String,AttributeValue>... keys)
The primary key attribute values that define the items and the attributes
associated with the items.
|
KeysAndAttributes |
KeysAndAttributes.withProjectionExpression(String projectionExpression)
A string that identifies one or more attributes to retrieve from the
table.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,KeysAndAttributes> |
BatchGetItemRequest.getRequestItems()
A map of one or more table names and, for each table, a map that
describes one or more items to retrieve from that table.
|
Map<String,KeysAndAttributes> |
BatchGetItemResult.getUnprocessedKeys()
A map of tables and their respective keys that were not processed with
the current response.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetItemRequest |
BatchGetItemRequest.addRequestItemsEntry(String key,
KeysAndAttributes value)
A map of one or more table names and, for each table, a map that
describes one or more items to retrieve from that table.
|
BatchGetItemResult |
BatchGetItemResult.addUnprocessedKeysEntry(String key,
KeysAndAttributes value)
A map of tables and their respective keys that were not processed with
the current response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetItemRequest.setRequestItems(Map<String,KeysAndAttributes> requestItems)
A map of one or more table names and, for each table, a map that
describes one or more items to retrieve from that table.
|
void |
BatchGetItemResult.setUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
A map of tables and their respective keys that were not processed with
the current response.
|
BatchGetItemRequest |
BatchGetItemRequest.withRequestItems(Map<String,KeysAndAttributes> requestItems)
A map of one or more table names and, for each table, a map that
describes one or more items to retrieve from that table.
|
BatchGetItemResult |
BatchGetItemResult.withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
A map of tables and their respective keys that were not processed with
the current response.
|
| Constructor and Description |
|---|
BatchGetItemRequest(Map<String,KeysAndAttributes> requestItems)
Constructs a new BatchGetItemRequest object.
|
BatchGetItemRequest(Map<String,KeysAndAttributes> requestItems,
ReturnConsumedCapacity returnConsumedCapacity)
Constructs a new BatchGetItemRequest object.
|
BatchGetItemRequest(Map<String,KeysAndAttributes> requestItems,
String returnConsumedCapacity)
Constructs a new BatchGetItemRequest object.
|
Copyright © 2019. All rights reserved.