| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteItemResult |
AmazonDynamoDBClient.deleteItem(String tableName,
Map<String,AttributeValue> key)
Deletes a single item in a table by primary key.
|
DeleteItemResult |
AmazonDynamoDB.deleteItem(String tableName,
Map<String,AttributeValue> key)
Deletes a single item in a table by primary key.
|
DeleteItemResult |
AmazonDynamoDBClient.deleteItem(String tableName,
Map<String,AttributeValue> key,
String returnValues)
Deletes a single item in a table by primary key.
|
DeleteItemResult |
AmazonDynamoDB.deleteItem(String tableName,
Map<String,AttributeValue> key,
String returnValues)
Deletes a single item in a table by primary key.
|
GetItemResult |
AmazonDynamoDBClient.getItem(String tableName,
Map<String,AttributeValue> key)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
GetItemResult |
AmazonDynamoDB.getItem(String tableName,
Map<String,AttributeValue> key)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
GetItemResult |
AmazonDynamoDBClient.getItem(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
GetItemResult |
AmazonDynamoDB.getItem(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead)
The GetItem operation returns a set of attributes for the item
with the given primary key.
|
PutItemResult |
AmazonDynamoDBClient.putItem(String tableName,
Map<String,AttributeValue> item)
Creates a new item, or replaces an old item with a new item.
|
PutItemResult |
AmazonDynamoDB.putItem(String tableName,
Map<String,AttributeValue> item)
Creates a new item, or replaces an old item with a new item.
|
PutItemResult |
AmazonDynamoDBClient.putItem(String tableName,
Map<String,AttributeValue> item,
String returnValues)
Creates a new item, or replaces an old item with a new item.
|
PutItemResult |
AmazonDynamoDB.putItem(String tableName,
Map<String,AttributeValue> item,
String returnValues)
Creates a new item, or replaces an old item with a new item.
|
UpdateItemResult |
AmazonDynamoDBClient.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Edits an existing item's attributes, or adds a new item to the table
if it does not already exist.
|
UpdateItemResult |
AmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Edits an existing item's attributes, or adds a new item to the table
if it does not already exist.
|
UpdateItemResult |
AmazonDynamoDBClient.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Edits an existing item's attributes, or adds a new item to the table
if it does not already exist.
|
UpdateItemResult |
AmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Edits an existing item's attributes, or adds a new item to the table
if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
AttributeValue.addMEntry(String key,
AttributeValue value)
A Map of attribute values.
|
AttributeValue |
AttributeValue.clearMEntries()
Removes all the entries added into M.
|
AttributeValue |
ExpectedAttributeValue.getValue()
Represents the data for an attribute.
|
AttributeValue |
AttributeValueUpdate.getValue()
Represents the data for an attribute.
|
AttributeValue |
AttributeValue.withB(ByteBuffer b)
A Binary data type.
|
AttributeValue |
AttributeValue.withBOOL(Boolean bOOL)
A Boolean data type.
|
AttributeValue |
AttributeValue.withBS(ByteBuffer... bS)
A Binary Set data type.
|
AttributeValue |
AttributeValue.withBS(Collection<ByteBuffer> bS)
A Binary Set data type.
|
AttributeValue |
AttributeValue.withL(AttributeValue... l)
A List of attribute values.
|
AttributeValue |
AttributeValue.withL(Collection<AttributeValue> l)
A List of attribute values.
|
AttributeValue |
AttributeValue.withM(Map<String,AttributeValue> m)
A Map of attribute values.
|
AttributeValue |
AttributeValue.withN(String n)
A Number data type.
|
AttributeValue |
AttributeValue.withNS(Collection<String> nS)
A Number Set data type.
|
AttributeValue |
AttributeValue.withNS(String... nS)
A Number Set data type.
|
AttributeValue |
AttributeValue.withNULL(Boolean nULL)
A Null data type.
|
AttributeValue |
AttributeValue.withS(String s)
A String data type.
|
AttributeValue |
AttributeValue.withSS(Collection<String> sS)
A String Set data type.
|
AttributeValue |
AttributeValue.withSS(String... sS)
A String Set data type.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeValue> |
UpdateItemResult.getAttributes()
A map of attribute values as they appeared before the
UpdateItem operation.
|
Map<String,AttributeValue> |
DeleteItemResult.getAttributes()
A map of attribute names to AttributeValue objects,
representing the item as it appeared before the DeleteItem
operation.
|
Map<String,AttributeValue> |
PutItemResult.getAttributes()
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request. |
List<AttributeValue> |
ExpectedAttributeValue.getAttributeValueList()
One or more values to evaluate against the supplied attribute.
|
List<AttributeValue> |
Condition.getAttributeValueList()
One or more values to evaluate against the supplied attribute.
|
Map<String,AttributeValue> |
ScanRequest.getExclusiveStartKey()
The primary key of the first item that this operation will evaluate.
|
Map<String,AttributeValue> |
QueryRequest.getExclusiveStartKey()
The primary key of the first item that this operation will evaluate.
|
Map<String,AttributeValue> |
UpdateItemRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
PutItemRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
ScanRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
DeleteItemRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
QueryRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
PutItemRequest.getItem()
A map of attribute name/value pairs, one for each attribute.
|
Map<String,AttributeValue> |
GetItemResult.getItem()
A map of attribute names to AttributeValue objects, as
specified by AttributesToGet.
|
Map<String,AttributeValue> |
PutRequest.getItem()
A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem.
|
Map<String,AttributeValue> |
ItemCollectionMetrics.getItemCollectionKey()
The partition key value of the item collection.
|
List<Map<String,AttributeValue>> |
QueryResult.getItems()
An array of item attributes that match the query criteria.
|
List<Map<String,AttributeValue>> |
ScanResult.getItems()
An array of item attributes that match the scan criteria.
|
Map<String,AttributeValue> |
UpdateItemRequest.getKey()
The primary key of the item to be updated.
|
Map<String,AttributeValue> |
GetItemRequest.getKey()
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
Map<String,AttributeValue> |
DeleteRequest.getKey()
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
Map<String,AttributeValue> |
DeleteItemRequest.getKey()
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
List<Map<String,AttributeValue>> |
KeysAndAttributes.getKeys()
The primary key attribute values that define the items and the
attributes associated with the items.
|
List<AttributeValue> |
AttributeValue.getL()
A List of attribute values.
|
Map<String,AttributeValue> |
QueryResult.getLastEvaluatedKey()
The primary key of the item where the operation stopped, inclusive of
the previous result set.
|
Map<String,AttributeValue> |
ScanResult.getLastEvaluatedKey()
The primary key of the item where the operation stopped, inclusive of
the previous result set.
|
Map<String,AttributeValue> |
AttributeValue.getM()
A Map of attribute values.
|
Map<String,List<Map<String,AttributeValue>>> |
BatchGetItemResult.getResponses()
A map of table name to a list of items.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateItemResult |
UpdateItemResult.addAttributesEntry(String key,
AttributeValue value)
A map of attribute values as they appeared before the
UpdateItem operation.
|
DeleteItemResult |
DeleteItemResult.addAttributesEntry(String key,
AttributeValue value)
A map of attribute names to AttributeValue objects,
representing the item as it appeared before the DeleteItem
operation.
|
PutItemResult |
PutItemResult.addAttributesEntry(String key,
AttributeValue value)
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request. |
ScanRequest |
ScanRequest.addExclusiveStartKeyEntry(String key,
AttributeValue value)
The primary key of the first item that this operation will evaluate.
|
QueryRequest |
QueryRequest.addExclusiveStartKeyEntry(String key,
AttributeValue value)
The primary key of the first item that this operation will evaluate.
|
UpdateItemRequest |
UpdateItemRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
PutItemRequest |
PutItemRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
ScanRequest |
ScanRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
DeleteItemRequest |
DeleteItemRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
QueryRequest |
QueryRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
ItemCollectionMetrics |
ItemCollectionMetrics.addItemCollectionKeyEntry(String key,
AttributeValue value)
The partition key value of the item collection.
|
PutItemRequest |
PutItemRequest.addItemEntry(String key,
AttributeValue value)
A map of attribute name/value pairs, one for each attribute.
|
GetItemResult |
GetItemResult.addItemEntry(String key,
AttributeValue value)
A map of attribute names to AttributeValue objects, as
specified by AttributesToGet.
|
PutRequest |
PutRequest.addItemEntry(String key,
AttributeValue value)
A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem.
|
UpdateItemRequest |
UpdateItemRequest.addKeyEntry(String key,
AttributeValue value)
The primary key of the item to be updated.
|
GetItemRequest |
GetItemRequest.addKeyEntry(String key,
AttributeValue value)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
DeleteRequest |
DeleteRequest.addKeyEntry(String key,
AttributeValue value)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
DeleteItemRequest |
DeleteItemRequest.addKeyEntry(String key,
AttributeValue value)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
QueryResult |
QueryResult.addLastEvaluatedKeyEntry(String key,
AttributeValue value)
The primary key of the item where the operation stopped, inclusive of
the previous result set.
|
ScanResult |
ScanResult.addLastEvaluatedKeyEntry(String key,
AttributeValue value)
The primary key of the item where the operation stopped, inclusive of
the previous result set.
|
AttributeValue |
AttributeValue.addMEntry(String key,
AttributeValue value)
A Map of attribute values.
|
void |
ExpectedAttributeValue.setValue(AttributeValue value)
Represents the data for an attribute.
|
void |
AttributeValueUpdate.setValue(AttributeValue value)
Represents the data for an attribute.
|
ExpectedAttributeValue |
ExpectedAttributeValue.withAttributeValueList(AttributeValue... attributeValueList)
One or more values to evaluate against the supplied attribute.
|
Condition |
Condition.withAttributeValueList(AttributeValue... attributeValueList)
One or more values to evaluate against the supplied attribute.
|
AttributeValue |
AttributeValue.withL(AttributeValue... l)
A List of attribute values.
|
ExpectedAttributeValue |
ExpectedAttributeValue.withValue(AttributeValue value)
Represents the data for an attribute.
|
AttributeValueUpdate |
AttributeValueUpdate.withValue(AttributeValue value)
Represents the data for an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetItemResult |
BatchGetItemResult.addResponsesEntry(String key,
List<Map<String,AttributeValue>> value)
A map of table name to a list of items.
|
void |
UpdateItemResult.setAttributes(Map<String,AttributeValue> attributes)
A map of attribute values as they appeared before the
UpdateItem operation.
|
void |
DeleteItemResult.setAttributes(Map<String,AttributeValue> attributes)
A map of attribute names to AttributeValue objects,
representing the item as it appeared before the DeleteItem
operation.
|
void |
PutItemResult.setAttributes(Map<String,AttributeValue> attributes)
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request. |
void |
ExpectedAttributeValue.setAttributeValueList(Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
void |
Condition.setAttributeValueList(Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
void |
ScanRequest.setExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the first item that this operation will evaluate.
|
void |
ScanRequest.setExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the first item that this operation will evaluate.
|
void |
QueryRequest.setExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the first item that this operation will evaluate.
|
void |
QueryRequest.setExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the first item that this operation will evaluate.
|
void |
ScanRequest.setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
void |
QueryRequest.setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
void |
UpdateItemRequest.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
PutItemRequest.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
ScanRequest.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
DeleteItemRequest.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
QueryRequest.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
PutItemRequest.setItem(Map<String,AttributeValue> item)
A map of attribute name/value pairs, one for each attribute.
|
void |
GetItemResult.setItem(Map<String,AttributeValue> item)
A map of attribute names to AttributeValue objects, as
specified by AttributesToGet.
|
void |
PutRequest.setItem(Map<String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem.
|
void |
ItemCollectionMetrics.setItemCollectionKey(Map<String,AttributeValue> itemCollectionKey)
The partition key value of the item collection.
|
void |
QueryResult.setItems(Collection<Map<String,AttributeValue>> items)
An array of item attributes that match the query criteria.
|
void |
ScanResult.setItems(Collection<Map<String,AttributeValue>> items)
An array of item attributes that match the scan criteria.
|
void |
UpdateItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the item to be updated.
|
void |
UpdateItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the item to be updated.
|
void |
GetItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
void |
GetItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
void |
DeleteRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
void |
DeleteRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
void |
DeleteItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
void |
DeleteItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
void |
UpdateItemRequest.setKey(Map<String,AttributeValue> key)
The primary key of the item to be updated.
|
void |
GetItemRequest.setKey(Map<String,AttributeValue> key)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
void |
DeleteRequest.setKey(Map<String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
void |
DeleteItemRequest.setKey(Map<String,AttributeValue> key)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
void |
KeysAndAttributes.setKeys(Collection<Map<String,AttributeValue>> keys)
The primary key attribute values that define the items and the
attributes associated with the items.
|
void |
AttributeValue.setL(Collection<AttributeValue> l)
A List of attribute values.
|
void |
QueryResult.setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of
the previous result set.
|
void |
ScanResult.setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of
the previous result set.
|
void |
AttributeValue.setM(Map<String,AttributeValue> m)
A Map of attribute values.
|
void |
BatchGetItemResult.setResponses(Map<String,List<Map<String,AttributeValue>>> responses)
A map of table name to a list of items.
|
UpdateItemResult |
UpdateItemResult.withAttributes(Map<String,AttributeValue> attributes)
A map of attribute values as they appeared before the
UpdateItem operation.
|
DeleteItemResult |
DeleteItemResult.withAttributes(Map<String,AttributeValue> attributes)
A map of attribute names to AttributeValue objects,
representing the item as it appeared before the DeleteItem
operation.
|
PutItemResult |
PutItemResult.withAttributes(Map<String,AttributeValue> attributes)
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request. |
ExpectedAttributeValue |
ExpectedAttributeValue.withAttributeValueList(Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
Condition |
Condition.withAttributeValueList(Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
ScanRequest |
ScanRequest.withExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the first item that this operation will evaluate.
|
ScanRequest |
ScanRequest.withExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the first item that this operation will evaluate.
|
QueryRequest |
QueryRequest.withExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the first item that this operation will evaluate.
|
QueryRequest |
QueryRequest.withExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the first item that this operation will evaluate.
|
ScanRequest |
ScanRequest.withExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
QueryRequest |
QueryRequest.withExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
UpdateItemRequest |
UpdateItemRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
PutItemRequest |
PutItemRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
ScanRequest |
ScanRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
DeleteItemRequest |
DeleteItemRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
QueryRequest |
QueryRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
PutItemRequest |
PutItemRequest.withItem(Map<String,AttributeValue> item)
A map of attribute name/value pairs, one for each attribute.
|
GetItemResult |
GetItemResult.withItem(Map<String,AttributeValue> item)
A map of attribute names to AttributeValue objects, as
specified by AttributesToGet.
|
PutRequest |
PutRequest.withItem(Map<String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary
key of an item to be processed by PutItem.
|
ItemCollectionMetrics |
ItemCollectionMetrics.withItemCollectionKey(Map<String,AttributeValue> itemCollectionKey)
The partition key value of the item collection.
|
QueryResult |
QueryResult.withItems(Collection<Map<String,AttributeValue>> items)
An array of item attributes that match the query criteria.
|
ScanResult |
ScanResult.withItems(Collection<Map<String,AttributeValue>> items)
An array of item attributes that match the scan criteria.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the item to be updated.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key of the item to be updated.
|
GetItemRequest |
GetItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
GetItemRequest |
GetItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
DeleteRequest |
DeleteRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
DeleteRequest |
DeleteRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
DeleteItemRequest |
DeleteItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
DeleteItemRequest |
DeleteItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Map<String,AttributeValue> key)
The primary key of the item to be updated.
|
GetItemRequest |
GetItemRequest.withKey(Map<String,AttributeValue> key)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
DeleteRequest |
DeleteRequest.withKey(Map<String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
DeleteItemRequest |
DeleteItemRequest.withKey(Map<String,AttributeValue> key)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(Collection<Map<String,AttributeValue>> keys)
The primary key attribute values that define the items and the
attributes associated with the items.
|
AttributeValue |
AttributeValue.withL(Collection<AttributeValue> l)
A List of attribute values.
|
QueryResult |
QueryResult.withLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of
the previous result set.
|
ScanResult |
ScanResult.withLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of
the previous result set.
|
AttributeValue |
AttributeValue.withM(Map<String,AttributeValue> m)
A Map of attribute values.
|
BatchGetItemResult |
BatchGetItemResult.withResponses(Map<String,List<Map<String,AttributeValue>>> responses)
A map of table name to a list of items.
|
| Constructor and Description |
|---|
AttributeValueUpdate(AttributeValue value,
AttributeAction action)
Constructs a new AttributeValueUpdate object.
|
AttributeValueUpdate(AttributeValue value,
String action)
Constructs a new AttributeValueUpdate object.
|
ExpectedAttributeValue(AttributeValue value)
Constructs a new ExpectedAttributeValue object.
|
| Constructor and Description |
|---|
DeleteItemRequest(String tableName,
Map<String,AttributeValue> key)
Constructs a new DeleteItemRequest object.
|
DeleteItemRequest(String tableName,
Map<String,AttributeValue> key,
ReturnValue returnValues)
Constructs a new DeleteItemRequest object.
|
DeleteItemRequest(String tableName,
Map<String,AttributeValue> key,
String returnValues)
Constructs a new DeleteItemRequest object.
|
DeleteRequest(Map<String,AttributeValue> key)
Constructs a new DeleteRequest object.
|
GetItemRequest(String tableName,
Map<String,AttributeValue> key)
Constructs a new GetItemRequest object.
|
GetItemRequest(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead)
Constructs a new GetItemRequest object.
|
PutItemRequest(String tableName,
Map<String,AttributeValue> item)
Constructs a new PutItemRequest object.
|
PutItemRequest(String tableName,
Map<String,AttributeValue> item,
ReturnValue returnValues)
Constructs a new PutItemRequest object.
|
PutItemRequest(String tableName,
Map<String,AttributeValue> item,
String returnValues)
Constructs a new PutItemRequest object.
|
PutRequest(Map<String,AttributeValue> item)
Constructs a new PutRequest object.
|
UpdateItemRequest(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Constructs a new UpdateItemRequest object.
|
UpdateItemRequest(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
ReturnValue returnValues)
Constructs a new UpdateItemRequest object.
|
UpdateItemRequest(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Constructs a new UpdateItemRequest object.
|
Copyright © 2016. All rights reserved.