|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeysAndAttributes | |
---|---|
com.amazonaws.services.dynamodbv2 | Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2. |
com.amazonaws.services.dynamodbv2.model | Classes modeling the various types represented by AmazonDynamoDBv2. |
Uses of KeysAndAttributes in com.amazonaws.services.dynamodbv2 |
---|
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type KeysAndAttributes | |
---|---|
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. |
Uses of KeysAndAttributes in com.amazonaws.services.dynamodbv2.model |
---|
Methods in com.amazonaws.services.dynamodbv2.model that return KeysAndAttributes | |
---|---|
KeysAndAttributes |
KeysAndAttributes.withAttributesToGet(Collection<String> attributesToGet)
One or more attributes to retrieve from the table or index. |
KeysAndAttributes |
KeysAndAttributes.withAttributesToGet(String... attributesToGet)
One or more attributes to retrieve from the table or index. |
KeysAndAttributes |
KeysAndAttributes.withConsistentRead(Boolean consistentRead)
The consistency of a read operation. |
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. |
Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type KeysAndAttributes | |
---|---|
Map<String,KeysAndAttributes> |
BatchGetItemRequest.getRequestItems()
A map of one or more table names and, for each table, the corresponding primary keys for the items to retrieve. |
Map<String,KeysAndAttributes> |
BatchGetItemResult.getUnprocessedKeys()
A map of tables and their respective keys that were not processed with the current response. |
Methods in com.amazonaws.services.dynamodbv2.model with parameters of type KeysAndAttributes | |
---|---|
BatchGetItemRequest |
BatchGetItemRequest.addRequestItemsEntry(String key,
KeysAndAttributes value)
A map of one or more table names and, for each table, the corresponding primary keys for the items to retrieve. |
BatchGetItemResult |
BatchGetItemResult.addUnprocessedKeysEntry(String key,
KeysAndAttributes value)
A map of tables and their respective keys that were not processed with the current response. |
Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeysAndAttributes | |
---|---|
void |
BatchGetItemRequest.setRequestItems(Map<String,KeysAndAttributes> requestItems)
A map of one or more table names and, for each table, the corresponding primary keys for the items to retrieve. |
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, the corresponding primary keys for the items to retrieve. |
BatchGetItemResult |
BatchGetItemResult.withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
A map of tables and their respective keys that were not processed with the current response. |
Constructor parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeysAndAttributes | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |