|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeysAndAttributes | |
---|---|
com.amazonaws.services.dynamodb.model | Classes modeling the various types represented by AmazonDynamoDB. |
Uses of KeysAndAttributes in com.amazonaws.services.dynamodb.model |
---|
Methods in com.amazonaws.services.dynamodb.model that return KeysAndAttributes | |
---|---|
KeysAndAttributes |
KeysAndAttributes.withAttributesToGet(Collection<String> attributesToGet)
Deprecated. List of Attribute names. |
KeysAndAttributes |
KeysAndAttributes.withAttributesToGet(String... attributesToGet)
Deprecated. List of Attribute names. |
KeysAndAttributes |
KeysAndAttributes.withConsistentRead(Boolean consistentRead)
Deprecated. If set to true , then a consistent read is issued. |
KeysAndAttributes |
KeysAndAttributes.withKeys(Collection<Key> keys)
Deprecated. Sets the value of the Keys property for this object. |
KeysAndAttributes |
KeysAndAttributes.withKeys(Key... keys)
Deprecated. Sets the value of the Keys property for this object. |
Methods in com.amazonaws.services.dynamodb.model that return types with arguments of type KeysAndAttributes | |
---|---|
Map<String,KeysAndAttributes> |
BatchGetItemRequest.getRequestItems()
Deprecated. A map of the table name and corresponding items to get by primary key. |
Map<String,KeysAndAttributes> |
BatchGetItemResult.getUnprocessedKeys()
Deprecated. Contains a map of tables and their respective keys that were not processed with the current response, possibly due to reaching a limit on the response size. |
Method parameters in com.amazonaws.services.dynamodb.model with type arguments of type KeysAndAttributes | |
---|---|
void |
BatchGetItemRequest.setRequestItems(Map<String,KeysAndAttributes> requestItems)
Deprecated. A map of the table name and corresponding items to get by primary key. |
void |
BatchGetItemResult.setUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
Deprecated. Contains a map of tables and their respective keys that were not processed with the current response, possibly due to reaching a limit on the response size. |
BatchGetItemRequest |
BatchGetItemRequest.withRequestItems(Map<String,KeysAndAttributes> requestItems)
Deprecated. A map of the table name and corresponding items to get by primary key. |
BatchGetItemResult |
BatchGetItemResult.withUnprocessedKeys(Map<String,KeysAndAttributes> unprocessedKeys)
Deprecated. Contains a map of tables and their respective keys that were not processed with the current response, possibly due to reaching a limit on the response size. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |