Package | Description |
---|---|
com.amazonaws.services.dynamodb.model |
Classes modeling the various types represented by AmazonDynamoDB.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2014. All rights reserved.