Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
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)
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.
|
DeleteItemResult |
AmazonDynamoDBClient.deleteItem(String tableName,
Map<String,AttributeValue> key,
String returnValues)
Deletes a single item in a table by 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)
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.
|
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.
|
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)
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.
|
PutItemResult |
AmazonDynamoDBClient.putItem(String tableName,
Map<String,AttributeValue> item,
String returnValues)
Creates a new item, or replaces an old item with a new item.
|
UpdateItemResult |
AmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Edits an existing item's attributes, or inserts a new item if it does
not already exist.
|
UpdateItemResult |
AmazonDynamoDBClient.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Edits an existing item's attributes, or inserts a new item 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 inserts a new item 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 inserts a new item if it does
not already exist.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeValue> |
AttributeTransformer.Parameters.getAttributeValues()
Returns the raw attribute values to be transformed or untransformed.
|
Map<String,AttributeValue> |
DynamoDBQueryExpression.getExclusiveStartKey()
Returns the exclusive start key for this query.
|
Map<String,AttributeValue> |
DynamoDBScanExpression.getExclusiveStartKey()
Returns the exclusive start key for this scan.
|
protected Map<String,AttributeValue> |
DynamoDBMapper.SaveObjectHandler.getKeyAttributeValues()
Get the map of all the specified key of the saved object.
|
Map<String,AttributeValue> |
QueryResultPage.getLastEvaluatedKey()
Returns the last evaluated key, which can be used as the
exclusiveStartKey to fetch the next page of results.
|
Map<String,AttributeValue> |
ScanResultPage.getLastEvaluatedKey()
Returns the last evaluated key, which can be used as the
exclusiveStartKey to fetch the next page of results.
|
Map<String,AttributeValue> |
AttributeTransformer.transform(AttributeTransformer.Parameters<?> parameters)
Transforms the input set of attribute values derived from the model
object before writing them into DynamoDB.
|
Map<String,AttributeValue> |
AttributeTransformerChain.transform(AttributeTransformer.Parameters<?> parameters) |
protected Map<String,AttributeValue> |
DynamoDBMapper.transformAttributes(Class<?> clazz,
Map<String,AttributeValue> attributeValues)
Deprecated.
in favor of
AttributeTransformer |
protected Map<String,AttributeValue> |
DynamoDBMapper.transformAttributes(String hashKey,
String rangeKey,
Map<String,AttributeValue> attributeValues)
Deprecated.
in favor of
AttributeTransformer |
Map<String,AttributeValue> |
AttributeTransformer.untransform(AttributeTransformer.Parameters<?> parameters)
Untransform the input set of attribute values read from DynamoDB before
creating a model object from them.
|
Map<String,AttributeValue> |
AttributeTransformerChain.untransform(AttributeTransformer.Parameters<?> parameters) |
protected Map<String,AttributeValue> |
DynamoDBMapper.untransformAttributes(Class<?> clazz,
Map<String,AttributeValue> attributeValues)
Deprecated.
in favor of
AttributeTransformer |
protected Map<String,AttributeValue> |
DynamoDBMapper.untransformAttributes(String hashKey,
String rangeKey,
Map<String,AttributeValue> attributeValues)
Deprecated.
in favor of
AttributeTransformer |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
DynamoDBMapper.SaveObjectHandler.onKeyAttributeValue(String attributeName,
AttributeValue keyAttributeValue)
Implement this method to do the necessary operations when a key
attribute is set with some value.
|
protected void |
DynamoDBMapper.SaveObjectHandler.onNonKeyAttribute(String attributeName,
AttributeValue currentValue)
Implement this method for necessary operations when a non-key
attribute is set a non-null value in the object.
|
void |
ArgumentUnmarshaller.typeCheck(AttributeValue value,
Method setter)
Asserts that the value given can be processed using the setter given.
|
Object |
ArgumentUnmarshaller.unmarshall(AttributeValue value)
Unmarshalls the
AttributeValue given into an instance of the
appropriate type, as determined by DynamoDBReflector and
DynamoDBMapper |
Modifier and Type | Method and Description |
---|---|
<T> T |
DynamoDBMapper.marshallIntoObject(Class<T> clazz,
Map<String,AttributeValue> itemAttributes)
Deprecated.
as an extension point for adding custom unmarshalling
|
<T> List<T> |
DynamoDBMapper.marshallIntoObjects(Class<T> clazz,
List<Map<String,AttributeValue>> itemAttributes)
Deprecated.
as an extension point for adding custom unmarshalling
|
void |
DynamoDBQueryExpression.setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
Sets the exclusive start key for this query.
|
void |
DynamoDBScanExpression.setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
Sets the exclusive start key for this scan.
|
void |
QueryResultPage.setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey) |
void |
ScanResultPage.setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey) |
protected Map<String,AttributeValue> |
DynamoDBMapper.transformAttributes(Class<?> clazz,
Map<String,AttributeValue> attributeValues)
Deprecated.
in favor of
AttributeTransformer |
protected Map<String,AttributeValue> |
DynamoDBMapper.transformAttributes(String hashKey,
String rangeKey,
Map<String,AttributeValue> attributeValues)
Deprecated.
in favor of
AttributeTransformer |
protected Map<String,AttributeValue> |
DynamoDBMapper.untransformAttributes(Class<?> clazz,
Map<String,AttributeValue> attributeValues)
Deprecated.
in favor of
AttributeTransformer |
protected Map<String,AttributeValue> |
DynamoDBMapper.untransformAttributes(String hashKey,
String rangeKey,
Map<String,AttributeValue> attributeValues)
Deprecated.
in favor of
AttributeTransformer |
DynamoDBQueryExpression<T> |
DynamoDBQueryExpression.withExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
Sets the exclusive start key for this query and returns a pointer to this
object for method-chaining.
|
DynamoDBScanExpression |
DynamoDBScanExpression.withExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
Sets the exclusive start key for this scan and returns a pointer to this
object for method-chaining.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
AttributeValueUpdate.getValue()
Represents the data for an attribute.
|
AttributeValue |
ExpectedAttributeValue.getValue()
Represents the data for an attribute.
|
AttributeValue |
AttributeValue.withB(ByteBuffer b)
A Binary 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.withN(String n)
A Number data type
|
AttributeValue |
AttributeValue.withNS(Collection<String> nS)
Number set data type
|
AttributeValue |
AttributeValue.withNS(String... nS)
Number set 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> |
PutItemResult.getAttributes()
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request. |
Map<String,AttributeValue> |
UpdateItemResult.getAttributes()
A map of attribute values as they appeared before the
UpdateItem operation, but only if ReturnValues was
specified as something other than
NONE in the request. |
Map<String,AttributeValue> |
DeleteItemResult.getAttributes()
A map of attribute names to AttributeValue objects,
representing the item as it appeared before the DeleteItem
operation.
|
List<AttributeValue> |
Condition.getAttributeValueList()
One or more values to evaluate against the supplied attribute.
|
List<AttributeValue> |
ExpectedAttributeValue.getAttributeValueList()
One or more values to evaluate against the supplied attribute.
|
Map<String,AttributeValue> |
QueryRequest.getExclusiveStartKey()
The primary key of the first item that this operation will evaluate.
|
Map<String,AttributeValue> |
ScanRequest.getExclusiveStartKey()
The primary key of the first item that this operation will evaluate.
|
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 hash 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> |
DeleteItemRequest.getKey()
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
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> |
UpdateItemRequest.getKey()
The primary key that defines the item.
|
Map<String,AttributeValue> |
GetItemRequest.getKey()
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
List<Map<String,AttributeValue>> |
KeysAndAttributes.getKeys()
The primary key attribute values that define the items and the
attributes associated with the items.
|
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,List<Map<String,AttributeValue>>> |
BatchGetItemResult.getResponses()
A map of table name to a list of items.
|
Modifier and Type | Method and Description |
---|---|
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. |
UpdateItemResult |
UpdateItemResult.addAttributesEntry(String key,
AttributeValue value)
A map of attribute values as they appeared before the
UpdateItem operation, but only if ReturnValues was
specified as something other than
NONE in the request. |
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.
|
QueryRequest |
QueryRequest.addExclusiveStartKeyEntry(String key,
AttributeValue value)
The primary key of the first item that this operation will evaluate.
|
ScanRequest |
ScanRequest.addExclusiveStartKeyEntry(String key,
AttributeValue value)
The primary key of the first item that this operation will evaluate.
|
ItemCollectionMetrics |
ItemCollectionMetrics.addItemCollectionKeyEntry(String key,
AttributeValue value)
The hash 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.
|
DeleteItemRequest |
DeleteItemRequest.addKeyEntry(String key,
AttributeValue value)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
DeleteRequest |
DeleteRequest.addKeyEntry(String key,
AttributeValue value)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
UpdateItemRequest |
UpdateItemRequest.addKeyEntry(String key,
AttributeValue value)
The primary key that defines the item.
|
GetItemRequest |
GetItemRequest.addKeyEntry(String key,
AttributeValue value)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
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.
|
void |
AttributeValueUpdate.setValue(AttributeValue value)
Represents the data for an attribute.
|
void |
ExpectedAttributeValue.setValue(AttributeValue value)
Represents the data for an attribute.
|
Condition |
Condition.withAttributeValueList(AttributeValue... attributeValueList)
One or more values to evaluate against the supplied attribute.
|
ExpectedAttributeValue |
ExpectedAttributeValue.withAttributeValueList(AttributeValue... attributeValueList)
One or more values to evaluate against the supplied attribute.
|
AttributeValueUpdate |
AttributeValueUpdate.withValue(AttributeValue value)
Represents the data for an attribute.
|
ExpectedAttributeValue |
ExpectedAttributeValue.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 |
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 |
UpdateItemResult.setAttributes(Map<String,AttributeValue> attributes)
A map of attribute values as they appeared before the
UpdateItem operation, but only if ReturnValues was
specified as something other than
NONE in the request. |
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 |
Condition.setAttributeValueList(Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
void |
ExpectedAttributeValue.setAttributeValueList(Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
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.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<String,AttributeValue> exclusiveStartKey)
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 |
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 hash 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 |
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 |
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 |
UpdateItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key that defines the item.
|
void |
UpdateItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key that defines the item.
|
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 |
DeleteItemRequest.setKey(Map<String,AttributeValue> key)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
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 |
UpdateItemRequest.setKey(Map<String,AttributeValue> key)
The primary key that defines the item.
|
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 |
KeysAndAttributes.setKeys(Collection<Map<String,AttributeValue>> keys)
The primary key attribute values that define the items and the
attributes associated with the items.
|
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 |
BatchGetItemResult.setResponses(Map<String,List<Map<String,AttributeValue>>> responses)
A map of table name to a list of items.
|
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. |
UpdateItemResult |
UpdateItemResult.withAttributes(Map<String,AttributeValue> attributes)
A map of attribute values as they appeared before the
UpdateItem operation, but only if ReturnValues was
specified as something other than
NONE in the request. |
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.
|
Condition |
Condition.withAttributeValueList(Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
ExpectedAttributeValue |
ExpectedAttributeValue.withAttributeValueList(Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
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.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<String,AttributeValue> exclusiveStartKey)
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.
|
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 hash 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.
|
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.
|
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.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key that defines the item.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary key that defines the item.
|
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.
|
DeleteItemRequest |
DeleteItemRequest.withKey(Map<String,AttributeValue> key)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to delete.
|
DeleteRequest |
DeleteRequest.withKey(Map<String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary
key of the item to delete.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Map<String,AttributeValue> key)
The primary key that defines the item.
|
GetItemRequest |
GetItemRequest.withKey(Map<String,AttributeValue> key)
A map of attribute names to AttributeValue objects,
representing the primary key of the item to retrieve.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(Collection<Map<String,AttributeValue>> keys)
The primary key attribute values that define the items and the
attributes associated with the items.
|
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.
|
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 © 2014. All rights reserved.