Package | Description |
---|---|
com.amazonaws.services.dynamodbv2 | |
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.datamodeling.marshallers |
Standard implementations of
ArgumentMarshaller . |
com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers |
Standard implementations of
ArgumentUnmarshaller . |
com.amazonaws.services.dynamodbv2.document.internal | |
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Method and Description |
---|---|
DeleteItemResult |
AmazonDynamoDBClient.deleteItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key) |
DeleteItemResult |
AmazonDynamoDB.deleteItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.
|
DeleteItemResult |
AbstractAmazonDynamoDB.deleteItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key) |
DeleteItemResult |
AmazonDynamoDBClient.deleteItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.String returnValues) |
DeleteItemResult |
AmazonDynamoDB.deleteItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.String returnValues)
Simplified method form for invoking the DeleteItem operation.
|
DeleteItemResult |
AbstractAmazonDynamoDB.deleteItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.String returnValues) |
java.util.concurrent.Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.
|
java.util.concurrent.Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.
|
java.util.concurrent.Future<DeleteItemResult> |
AbstractAmazonDynamoDBAsync.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.
|
java.util.concurrent.Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<DeleteItemResult> |
AbstractAmazonDynamoDBAsync.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.String returnValues)
Simplified method form for invoking the DeleteItem operation.
|
java.util.concurrent.Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.String returnValues)
Simplified method form for invoking the DeleteItem operation.
|
java.util.concurrent.Future<DeleteItemResult> |
AbstractAmazonDynamoDBAsync.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.String returnValues)
Simplified method form for invoking the DeleteItem operation.
|
java.util.concurrent.Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.String returnValues,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.String returnValues,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<DeleteItemResult> |
AbstractAmazonDynamoDBAsync.deleteItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.String returnValues,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an
AsyncHandler.
|
GetItemResult |
AmazonDynamoDBClient.getItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key) |
GetItemResult |
AmazonDynamoDB.getItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key)
Simplified method form for invoking the GetItem operation.
|
GetItemResult |
AbstractAmazonDynamoDB.getItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key) |
GetItemResult |
AmazonDynamoDBClient.getItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.Boolean consistentRead) |
GetItemResult |
AmazonDynamoDB.getItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.Boolean consistentRead)
Simplified method form for invoking the GetItem operation.
|
GetItemResult |
AbstractAmazonDynamoDB.getItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.Boolean consistentRead) |
java.util.concurrent.Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key)
Simplified method form for invoking the GetItem operation.
|
java.util.concurrent.Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key)
Simplified method form for invoking the GetItem operation.
|
java.util.concurrent.Future<GetItemResult> |
AbstractAmazonDynamoDBAsync.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key)
Simplified method form for invoking the GetItem operation.
|
java.util.concurrent.Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<GetItemResult> |
AbstractAmazonDynamoDBAsync.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.Boolean consistentRead)
Simplified method form for invoking the GetItem operation.
|
java.util.concurrent.Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.Boolean consistentRead)
Simplified method form for invoking the GetItem operation.
|
java.util.concurrent.Future<GetItemResult> |
AbstractAmazonDynamoDBAsync.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.Boolean consistentRead)
Simplified method form for invoking the GetItem operation.
|
java.util.concurrent.Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.Boolean consistentRead,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.Boolean consistentRead,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<GetItemResult> |
AbstractAmazonDynamoDBAsync.getItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.Boolean consistentRead,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an
AsyncHandler.
|
PutItemResult |
AmazonDynamoDBClient.putItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item) |
PutItemResult |
AmazonDynamoDB.putItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item)
Simplified method form for invoking the PutItem operation.
|
PutItemResult |
AbstractAmazonDynamoDB.putItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item) |
PutItemResult |
AmazonDynamoDBClient.putItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
java.lang.String returnValues) |
PutItemResult |
AmazonDynamoDB.putItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
java.lang.String returnValues)
Simplified method form for invoking the PutItem operation.
|
PutItemResult |
AbstractAmazonDynamoDB.putItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
java.lang.String returnValues) |
java.util.concurrent.Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item)
Simplified method form for invoking the PutItem operation.
|
java.util.concurrent.Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item)
Simplified method form for invoking the PutItem operation.
|
java.util.concurrent.Future<PutItemResult> |
AbstractAmazonDynamoDBAsync.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item)
Simplified method form for invoking the PutItem operation.
|
java.util.concurrent.Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<PutItemResult> |
AbstractAmazonDynamoDBAsync.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
java.lang.String returnValues)
Simplified method form for invoking the PutItem operation.
|
java.util.concurrent.Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
java.lang.String returnValues)
Simplified method form for invoking the PutItem operation.
|
java.util.concurrent.Future<PutItemResult> |
AbstractAmazonDynamoDBAsync.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
java.lang.String returnValues)
Simplified method form for invoking the PutItem operation.
|
java.util.concurrent.Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
java.lang.String returnValues,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
java.lang.String returnValues,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<PutItemResult> |
AbstractAmazonDynamoDBAsync.putItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
java.lang.String returnValues,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an
AsyncHandler.
|
UpdateItemResult |
AmazonDynamoDBClient.updateItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates) |
UpdateItemResult |
AmazonDynamoDB.updateItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
UpdateItemResult |
AbstractAmazonDynamoDB.updateItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates) |
UpdateItemResult |
AmazonDynamoDBClient.updateItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
java.lang.String returnValues) |
UpdateItemResult |
AmazonDynamoDB.updateItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
java.lang.String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
UpdateItemResult |
AbstractAmazonDynamoDB.updateItem(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
java.lang.String returnValues) |
java.util.concurrent.Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
java.util.concurrent.Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
java.util.concurrent.Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
java.util.concurrent.Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
java.lang.String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
java.util.concurrent.Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
java.lang.String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
java.util.concurrent.Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
java.lang.String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
java.util.concurrent.Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
java.lang.String returnValues,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
java.lang.String returnValues,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an
AsyncHandler.
|
java.util.concurrent.Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
java.lang.String returnValues,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an
AsyncHandler.
|
Modifier and Type | Field and Description |
---|---|
private AttributeValue |
DynamoDBMapper.ValueUpdate.newValue |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,AttributeValue> |
DynamoDBMapper.TransformerParameters.attributeValues |
private java.util.Map<java.lang.String,AttributeValue> |
DynamoDBScanExpression.exclusiveStartKey
The exclusive start key for this scan.
|
private java.util.Map<java.lang.String,AttributeValue> |
DynamoDBQueryExpression.exclusiveStartKey |
private java.util.Map<java.lang.String,AttributeValue> |
DynamoDBScanExpression.expressionAttributeValues
One or more values that can be substituted in an expression.
|
private java.util.Map<java.lang.String,AttributeValue> |
DynamoDBQueryExpression.expressionAttributeValues
One or more values that can be substituted in an expression.
|
private java.util.Map<java.lang.String,AttributeValue> |
DynamoDBDeleteExpression.expressionAttributeValues
One or more values that can be substituted in an expression.
|
private java.util.Map<java.lang.String,AttributeValue> |
ScanResultPage.lastEvaluatedKey |
private java.util.Map<java.lang.String,AttributeValue> |
QueryResultPage.lastEvaluatedKey |
private java.util.Map<java.lang.String,AttributeValue> |
DynamoDBMapper.SaveObjectHandler.primaryKeys |
private java.util.Map<java.lang.String,AttributeValue> |
AttributeTransformerChain.ProxyParameters.values |
Modifier and Type | Method and Description |
---|---|
AttributeValue |
ItemConverter.convert(java.lang.reflect.Method getter,
java.lang.Object value)
Converts a Java object into a DynamoDB AttributeValue.
|
AttributeValue |
ConversionSchemas.StandardItemConverter.convert(java.lang.reflect.Method getter,
java.lang.Object object) |
AttributeValue |
ArgumentMarshaller.marshall(java.lang.Object obj)
Marshalls the object given into an AttributeValue.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AttributeValue> |
ItemConverter.convert(java.lang.Object value)
Converts an appropriately-annotated POJO into a Map of AttributeValues.
|
java.util.Map<java.lang.String,AttributeValue> |
ConversionSchemas.StandardItemConverter.convert(java.lang.Object object) |
private java.util.Map<java.lang.String,AttributeValue> |
DynamoDBMapper.convertToItem(java.util.Map<java.lang.String,AttributeValueUpdate> putValues)
Converts the
AttributeValueUpdate map given to an equivalent
AttributeValue map. |
java.util.Map<java.lang.String,AttributeValue> |
DynamoDBMapper.TransformerParameters.getAttributeValues() |
java.util.Map<java.lang.String,AttributeValue> |
AttributeTransformerChain.ProxyParameters.getAttributeValues() |
java.util.Map<java.lang.String,AttributeValue> |
AttributeTransformer.Parameters.getAttributeValues()
Returns the raw attribute values to be transformed or untransformed.
|
java.util.Map<java.lang.String,AttributeValue> |
DynamoDBScanExpression.getExclusiveStartKey()
Returns the exclusive start key for this scan.
|
java.util.Map<java.lang.String,AttributeValue> |
DynamoDBQueryExpression.getExclusiveStartKey()
Returns the exclusive start key for this query.
|
java.util.Map<java.lang.String,AttributeValue> |
DynamoDBScanExpression.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
java.util.Map<java.lang.String,AttributeValue> |
DynamoDBQueryExpression.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
java.util.Map<java.lang.String,AttributeValue> |
DynamoDBDeleteExpression.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
private <T> java.util.Map<java.lang.String,AttributeValue> |
DynamoDBMapper.getKey(ItemConverter converter,
T keyObject)
Returns a key map for the key object given.
|
private <T> java.util.Map<java.lang.String,AttributeValue> |
DynamoDBMapper.getKey(ItemConverter converter,
T keyObject,
java.lang.Class<T> clazz) |
java.util.Map<java.lang.String,AttributeValue> |
ScanResultPage.getLastEvaluatedKey()
Returns the last evaluated key, which can be used as the
exclusiveStartKey to fetch the next page of results.
|
java.util.Map<java.lang.String,AttributeValue> |
QueryResultPage.getLastEvaluatedKey()
Returns the last evaluated key, which can be used as the
exclusiveStartKey to fetch the next page of results.
|
protected java.util.Map<java.lang.String,AttributeValue> |
DynamoDBMapper.SaveObjectHandler.getPrimaryKeyAttributeValues()
Get the map of all the specified primamry keys of the saved object.
|
java.util.Map<java.lang.String,AttributeValue> |
AttributeTransformerChain.transform(AttributeTransformer.Parameters<?> parameters) |
java.util.Map<java.lang.String,AttributeValue> |
AttributeTransformer.transform(AttributeTransformer.Parameters<?> parameters)
Transforms the input set of attribute values derived from the model
object before writing them into DynamoDB.
|
private java.util.Map<java.lang.String,AttributeValue> |
DynamoDBMapper.transformAttributes(AttributeTransformer.Parameters<?> parameters) |
java.util.Map<java.lang.String,AttributeValue> |
AttributeTransformerChain.untransform(AttributeTransformer.Parameters<?> parameters) |
java.util.Map<java.lang.String,AttributeValue> |
AttributeTransformer.untransform(AttributeTransformer.Parameters<?> parameters)
Untransform the input set of attribute values read from DynamoDB before
creating a model object from them.
|
private java.util.Map<java.lang.String,AttributeValue> |
DynamoDBMapper.untransformAttributes(AttributeTransformer.Parameters<?> parameters) |
Modifier and Type | Method and Description |
---|---|
DynamoDBScanExpression |
DynamoDBScanExpression.addExpressionAttributeValuesEntry(java.lang.String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
DynamoDBQueryExpression<T> |
DynamoDBQueryExpression.addExpressionAttributeValuesEntry(java.lang.String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.addExpressionAttributeValuesEntry(java.lang.String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
protected void |
DynamoDBMapper.SaveObjectHandler.onNonKeyAttribute(java.lang.String attributeName,
AttributeValue currentValue)
Implement this method for necessary operations when a non-key
attribute is set a non-null value in the object.
|
protected abstract void |
DynamoDBMapper.SaveObjectHandler.onPrimaryKeyAttributeValue(java.lang.String attributeName,
AttributeValue keyAttributeValue)
Implement this method to do the necessary operations when a primary key
attribute is set with some value.
|
void |
ArgumentUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter)
Asserts that the value given can be processed using the setter given.
|
java.lang.Object |
ItemConverter.unconvert(java.lang.reflect.Method getter,
java.lang.reflect.Method setter,
AttributeValue value)
Reverses the
ItemConverter.convert(Method, Object) method, turning a
DynamoDB AttributeValue back into a Java object suitable for passing
to the given setter. |
java.lang.Object |
ConversionSchemas.StandardItemConverter.unconvert(java.lang.reflect.Method getter,
java.lang.reflect.Method setter,
AttributeValue value) |
private static java.lang.Object |
ConversionSchemas.StandardItemConverter.unmarshall(ArgumentUnmarshaller unmarshaller,
java.lang.reflect.Method setter,
AttributeValue value) |
java.lang.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 |
IDynamoDBMapper.marshallIntoObject(java.lang.Class<T> clazz,
java.util.Map<java.lang.String,AttributeValue> itemAttributes)
Creates and fills in the attributes on an instance of the class given with the attributes
given.
|
<T> T |
DynamoDBMapper.marshallIntoObject(java.lang.Class<T> clazz,
java.util.Map<java.lang.String,AttributeValue> itemAttributes) |
<T> T |
AbstractDynamoDBMapper.marshallIntoObject(java.lang.Class<T> clazz,
java.util.Map<java.lang.String,AttributeValue> itemAttributes) |
<T> java.util.List<T> |
IDynamoDBMapper.marshallIntoObjects(java.lang.Class<T> clazz,
java.util.List<java.util.Map<java.lang.String,AttributeValue>> itemAttributes)
Unmarshalls the list of item attributes into objects of type clazz.
|
<T> java.util.List<T> |
DynamoDBMapper.marshallIntoObjects(java.lang.Class<T> clazz,
java.util.List<java.util.Map<java.lang.String,AttributeValue>> itemAttributes) |
<T> java.util.List<T> |
AbstractDynamoDBMapper.marshallIntoObjects(java.lang.Class<T> clazz,
java.util.List<java.util.Map<java.lang.String,AttributeValue>> itemAttributes) |
void |
AttributeTransformerChain.ProxyParameters.setAttributeValues(java.util.Map<java.lang.String,AttributeValue> values)
Changes the attribute values for this instance.
|
void |
DynamoDBScanExpression.setExclusiveStartKey(java.util.Map<java.lang.String,AttributeValue> exclusiveStartKey)
Sets the exclusive start key for this scan.
|
void |
DynamoDBQueryExpression.setExclusiveStartKey(java.util.Map<java.lang.String,AttributeValue> exclusiveStartKey)
Sets the exclusive start key for this query.
|
void |
DynamoDBScanExpression.setExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
DynamoDBQueryExpression.setExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
DynamoDBDeleteExpression.setExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
ScanResultPage.setLastEvaluatedKey(java.util.Map<java.lang.String,AttributeValue> lastEvaluatedKey) |
void |
QueryResultPage.setLastEvaluatedKey(java.util.Map<java.lang.String,AttributeValue> lastEvaluatedKey) |
(package private) <T> java.util.List<AttributeTransformer.Parameters<T>> |
DynamoDBMapper.toParameters(java.util.List<java.util.Map<java.lang.String,AttributeValue>> attributeValues,
java.lang.Class<T> modelClass,
java.lang.String tableName,
DynamoDBMapperConfig mapperConfig) |
private <T> AttributeTransformer.Parameters<T> |
DynamoDBMapper.toParameters(java.util.Map<java.lang.String,AttributeValue> attributeValues,
boolean partialUpdate,
java.lang.Class<T> modelClass,
java.lang.String tableName,
DynamoDBMapperConfig mapperConfig) |
private <T> AttributeTransformer.Parameters<T> |
DynamoDBMapper.toParameters(java.util.Map<java.lang.String,AttributeValue> attributeValues,
java.lang.Class<T> modelClass,
java.lang.String tableName,
DynamoDBMapperConfig mapperConfig) |
private java.util.Map<java.lang.String,AttributeValueUpdate> |
DynamoDBMapper.transformAttributeUpdates(java.lang.Class<?> clazz,
java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> keys,
java.util.Map<java.lang.String,AttributeValueUpdate> updateValues,
DynamoDBMapperConfig config) |
<T> T |
ItemConverter.unconvert(java.lang.Class<T> clazz,
java.util.Map<java.lang.String,AttributeValue> values)
Reverses the
ItemConverter.convert(Object) method, turning a map of attribute
values back into a POJO of the given class. |
<T> T |
ConversionSchemas.StandardItemConverter.unconvert(java.lang.Class<T> clazz,
java.util.Map<java.lang.String,AttributeValue> value) |
DynamoDBScanExpression |
DynamoDBScanExpression.withExclusiveStartKey(java.util.Map<java.lang.String,AttributeValue> exclusiveStartKey)
Sets the exclusive start key for this scan and returns a pointer to this
object for method-chaining.
|
DynamoDBQueryExpression<T> |
DynamoDBQueryExpression.withExclusiveStartKey(java.util.Map<java.lang.String,AttributeValue> exclusiveStartKey)
Sets the exclusive start key for this query and returns a pointer to this
object for method-chaining.
|
DynamoDBScanExpression |
DynamoDBScanExpression.withExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
DynamoDBQueryExpression<T> |
DynamoDBQueryExpression.withExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.withExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
Constructor and Description |
---|
ValueUpdate(java.lang.reflect.Method method,
AttributeValue newValue,
java.lang.Object target,
ItemConverter converter) |
Constructor and Description |
---|
TransformerParameters(DynamoDBMappingsRegistry registry,
java.util.Map<java.lang.String,AttributeValue> attributeValues,
boolean partialUpdate,
java.lang.Class<T> modelClass,
DynamoDBMapperConfig mapperConfig,
java.lang.String tableName) |
Modifier and Type | Method and Description |
---|---|
AttributeValue |
UUIDSetToStringSetMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
StringToStringMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
StringSetToStringSetMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
S3LinkToStringMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
ObjectToStringMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
ObjectToMapMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
ObjectSetToStringSetMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
NumberToNumberMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
NumberSetToNumberSetMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
MapToMapMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
DateToStringMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
DateSetToStringSetMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
CustomMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
CollectionToListMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
CalendarToStringMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
CalendarSetToStringSetMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
ByteBufferToBinaryMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
ByteBufferSetToBinarySetMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
ByteArrayToBinaryMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
ByteArraySetToBinarySetMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
BooleanToNumberMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
BooleanToBooleanMarshaller.marshall(java.lang.Object obj) |
AttributeValue |
BooleanSetToNumberSetMarshaller.marshall(java.lang.Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
SUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter) |
void |
SSUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter) |
void |
NullableUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter) |
void |
NUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter) |
void |
NSUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter) |
void |
MUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter) |
void |
LUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter) |
void |
BooleanUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter) |
void |
BooleanSetUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter) |
void |
BUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter) |
void |
BSUnmarshaller.typeCheck(AttributeValue value,
java.lang.reflect.Method setter) |
java.util.UUID |
UUIDUnmarshaller.unmarshall(AttributeValue value) |
java.util.Set<java.util.UUID> |
UUIDSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
StringUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
StringSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
ShortUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
ShortSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
S3LinkUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
ObjectUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
ObjectSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
NullableUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
MapUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
LongUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
LongSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
ListUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
IntegerUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
IntegerSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
FloatUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
FloatSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
DoubleUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
DoubleSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
DateUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
DateSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
CustomUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
CalendarUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
CalendarSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
ByteUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
ByteSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
ByteBufferUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
ByteBufferSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
ByteArrayUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
ByteArraySetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
BooleanUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
BooleanSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
BigIntegerUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
BigIntegerSetUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
BigDecimalUnmarshaller.unmarshall(AttributeValue value) |
java.lang.Object |
BigDecimalSetUnmarshaller.unmarshall(AttributeValue value) |
Modifier and Type | Method and Description |
---|---|
private java.util.Set<java.lang.Boolean> |
BooleanSetUnmarshaller.unmarshallList(java.util.List<AttributeValue> values) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,AttributeValue> |
ScanPage.lastEvaluatedKey |
private java.util.Map<java.lang.String,AttributeValue> |
QueryPage.lastEvaluatedKey |
private java.util.Map<java.lang.String,AttributeValue> |
ScanCollection.startKey |
private java.util.Map<java.lang.String,AttributeValue> |
QueryCollection.startKey |
Modifier and Type | Method and Description |
---|---|
static AttributeValue |
InternalUtils.toAttributeValue(java.lang.Object value)
Converts a simple value into the low-level
|
static AttributeValue[] |
InternalUtils.toAttributeValues(java.lang.Object[] values)
Converts the input array of values into an array of low level
representation of those values.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,AttributeValue> |
InternalUtils.fromSimpleMap(java.util.Map<java.lang.String,java.lang.Object> map)
Converts a map of string to simple objects into the low-level
representation; or null if the input is null.
|
static java.util.Map<java.lang.String,AttributeValue> |
InternalUtils.toAttributeValueMap(java.util.Collection<KeyAttribute> primaryKey)
Converts the specified primary key into the low-level representation.
|
static java.util.Map<java.lang.String,AttributeValue> |
InternalUtils.toAttributeValueMap(KeyAttribute... primaryKey)
Converts the specified primary key into the low-level representation.
|
static java.util.Map<java.lang.String,AttributeValue> |
InternalUtils.toAttributeValueMap(PrimaryKey primaryKey)
Converts the specified primary key into the low-level representation.
|
static java.util.Map<java.lang.String,AttributeValue> |
InternalUtils.toAttributeValues(Item item)
Converts an
Item into the low-level representation;
or null if the input is null. |
Modifier and Type | Method and Description |
---|---|
(package private) static <T> T |
InternalUtils.toSimpleValue(AttributeValue value)
Converts a low-level
AttributeValue into a simple value,
which can be one of the followings:
String
Set<String>
Number (including any subtypes and primitive types)
Set<Number>
byte[]
Set<byte[]>
ByteBuffer
Set<ByteBuffer>
Boolean or boolean
null
Map<String,T>, where T can be any type on this list but must not
induce any circular reference
List<T>, where T can be any type on this list but must not induce
any circular reference
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Item> |
InternalUtils.toItemList(java.util.List<java.util.Map<java.lang.String,AttributeValue>> items)
Returns a non-null list of
Item 's given the low level
list of item information. |
static java.util.List<java.lang.Object> |
InternalUtils.toSimpleList(java.util.List<AttributeValue> attrValues)
Converts a list of low-level
AttributeValue into a list of
simple values. |
static <T> java.util.List<T> |
InternalUtils.toSimpleListValue(java.util.List<AttributeValue> values)
Convenient method to convert a list of low-level
AttributeValue into a list of values of the same type T. |
static <T> java.util.Map<java.lang.String,T> |
InternalUtils.toSimpleMapValue(java.util.Map<java.lang.String,AttributeValue> values) |
Modifier and Type | Field and Description |
---|---|
private AttributeValue |
ExpectedAttributeValue.value |
private AttributeValue |
AttributeValueUpdate.value |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,AttributeValue> |
UpdateItemResult.attributes
A map of attribute values as they appeared before the UpdateItem
operation.
|
private java.util.Map<java.lang.String,AttributeValue> |
PutItemResult.attributes
The attribute values as they appeared before the PutItem
operation, but only if ReturnValues is specified as
ALL_OLD in the request. |
private java.util.Map<java.lang.String,AttributeValue> |
DeleteItemResult.attributes
A map of attribute names to AttributeValue objects, representing
the item as it appeared before the DeleteItem operation.
|
private java.util.List<AttributeValue> |
ExpectedAttributeValue.attributeValueList
One or more values to evaluate against the supplied attribute.
|
private java.util.List<AttributeValue> |
Condition.attributeValueList
One or more values to evaluate against the supplied attribute.
|
private java.util.Map<java.lang.String,AttributeValue> |
ScanRequest.exclusiveStartKey
The primary key of the first item that this operation will evaluate.
|
private java.util.Map<java.lang.String,AttributeValue> |
QueryRequest.exclusiveStartKey
The primary key of the first item that this operation will evaluate.
|
private java.util.Map<java.lang.String,AttributeValue> |
UpdateItemRequest.expressionAttributeValues
One or more values that can be substituted in an expression.
|
private java.util.Map<java.lang.String,AttributeValue> |
ScanRequest.expressionAttributeValues
One or more values that can be substituted in an expression.
|
private java.util.Map<java.lang.String,AttributeValue> |
QueryRequest.expressionAttributeValues
One or more values that can be substituted in an expression.
|
private java.util.Map<java.lang.String,AttributeValue> |
PutItemRequest.expressionAttributeValues
One or more values that can be substituted in an expression.
|
private java.util.Map<java.lang.String,AttributeValue> |
DeleteItemRequest.expressionAttributeValues
One or more values that can be substituted in an expression.
|
private java.util.Map<java.lang.String,AttributeValue> |
PutRequest.item
A map of attribute name to attribute values, representing the primary key
of an item to be processed by PutItem.
|
private java.util.Map<java.lang.String,AttributeValue> |
PutItemRequest.item
A map of attribute name/value pairs, one for each attribute.
|
private java.util.Map<java.lang.String,AttributeValue> |
GetItemResult.item
A map of attribute names to AttributeValue objects, as specified
by AttributesToGet.
|
private java.util.Map<java.lang.String,AttributeValue> |
ItemCollectionMetrics.itemCollectionKey
The partition key value of the item collection.
|
private java.util.List<java.util.Map<java.lang.String,AttributeValue>> |
ScanResult.items
An array of item attributes that match the scan criteria.
|
private java.util.List<java.util.Map<java.lang.String,AttributeValue>> |
QueryResult.items
An array of item attributes that match the query criteria.
|
private java.util.Map<java.lang.String,AttributeValue> |
UpdateItemRequest.key
The primary key of the item to be updated.
|
private java.util.Map<java.lang.String,AttributeValue> |
GetItemRequest.key
A map of attribute names to AttributeValue objects, representing
the primary key of the item to retrieve.
|
private java.util.Map<java.lang.String,AttributeValue> |
DeleteRequest.key
A map of attribute name to attribute values, representing the primary key
of the item to delete.
|
private java.util.Map<java.lang.String,AttributeValue> |
DeleteItemRequest.key
A map of attribute names to AttributeValue objects, representing
the primary key of the item to delete.
|
private java.util.Map<java.lang.String,AttributeValue> |
StreamRecord.keys
The primary key attribute(s) for the DynamoDB item that was modified.
|
private java.util.List<java.util.Map<java.lang.String,AttributeValue>> |
KeysAndAttributes.keys
The primary key attribute values that define the items and the attributes
associated with the items.
|
private java.util.List<AttributeValue> |
AttributeValue.l
A List of attribute values.
|
private java.util.Map<java.lang.String,AttributeValue> |
ScanResult.lastEvaluatedKey
The primary key of the item where the operation stopped, inclusive of the
previous result set.
|
private java.util.Map<java.lang.String,AttributeValue> |
QueryResult.lastEvaluatedKey
The primary key of the item where the operation stopped, inclusive of the
previous result set.
|
private java.util.Map<java.lang.String,AttributeValue> |
AttributeValue.m
A Map of attribute values.
|
private java.util.Map<java.lang.String,AttributeValue> |
StreamRecord.newImage
The item in the DynamoDB table as it appeared after it was modified.
|
private java.util.Map<java.lang.String,AttributeValue> |
StreamRecord.oldImage
The item in the DynamoDB table as it appeared before it was modified.
|
private java.util.Map<java.lang.String,java.util.List<java.util.Map<java.lang.String,AttributeValue>>> |
BatchGetItemResult.responses
A map of table name to a list of items.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
AttributeValue.addMEntry(java.lang.String key,
AttributeValue value) |
AttributeValue |
AttributeValue.clearMEntries()
Removes all the entries added into M.
|
AttributeValue |
AttributeValue.clone() |
AttributeValue |
ExpectedAttributeValue.getValue() |
AttributeValue |
AttributeValueUpdate.getValue() |
AttributeValue |
AttributeValue.withB(java.nio.ByteBuffer b)
A Binary data type.
|
AttributeValue |
AttributeValue.withBOOL(java.lang.Boolean bOOL)
A Boolean data type.
|
AttributeValue |
AttributeValue.withBS(java.nio.ByteBuffer... bS)
A Binary Set data type.
|
AttributeValue |
AttributeValue.withBS(java.util.Collection<java.nio.ByteBuffer> bS)
A Binary Set data type.
|
AttributeValue |
AttributeValue.withL(AttributeValue... l)
A List of attribute values.
|
AttributeValue |
AttributeValue.withL(java.util.Collection<AttributeValue> l)
A List of attribute values.
|
AttributeValue |
AttributeValue.withM(java.util.Map<java.lang.String,AttributeValue> m)
A Map of attribute values.
|
AttributeValue |
AttributeValue.withN(java.lang.String n)
A Number data type.
|
AttributeValue |
AttributeValue.withNS(java.util.Collection<java.lang.String> nS)
A Number Set data type.
|
AttributeValue |
AttributeValue.withNS(java.lang.String... nS)
A Number Set data type.
|
AttributeValue |
AttributeValue.withNULL(java.lang.Boolean nULLValue)
A Null data type.
|
AttributeValue |
AttributeValue.withS(java.lang.String s)
A String data type.
|
AttributeValue |
AttributeValue.withSS(java.util.Collection<java.lang.String> sS)
A String Set data type.
|
AttributeValue |
AttributeValue.withSS(java.lang.String... sS)
A String Set data type.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AttributeValue> |
UpdateItemResult.getAttributes()
A map of attribute values as they appeared before the UpdateItem
operation.
|
java.util.Map<java.lang.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. |
java.util.Map<java.lang.String,AttributeValue> |
DeleteItemResult.getAttributes()
A map of attribute names to AttributeValue objects, representing
the item as it appeared before the DeleteItem operation.
|
java.util.List<AttributeValue> |
ExpectedAttributeValue.getAttributeValueList()
One or more values to evaluate against the supplied attribute.
|
java.util.List<AttributeValue> |
Condition.getAttributeValueList()
One or more values to evaluate against the supplied attribute.
|
java.util.Map<java.lang.String,AttributeValue> |
ScanRequest.getExclusiveStartKey()
The primary key of the first item that this operation will evaluate.
|
java.util.Map<java.lang.String,AttributeValue> |
QueryRequest.getExclusiveStartKey()
The primary key of the first item that this operation will evaluate.
|
java.util.Map<java.lang.String,AttributeValue> |
UpdateItemRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
java.util.Map<java.lang.String,AttributeValue> |
ScanRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
java.util.Map<java.lang.String,AttributeValue> |
QueryRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
java.util.Map<java.lang.String,AttributeValue> |
PutItemRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
java.util.Map<java.lang.String,AttributeValue> |
DeleteItemRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
java.util.Map<java.lang.String,AttributeValue> |
PutRequest.getItem()
A map of attribute name to attribute values, representing the primary key
of an item to be processed by PutItem.
|
java.util.Map<java.lang.String,AttributeValue> |
PutItemRequest.getItem()
A map of attribute name/value pairs, one for each attribute.
|
java.util.Map<java.lang.String,AttributeValue> |
GetItemResult.getItem()
A map of attribute names to AttributeValue objects, as specified
by AttributesToGet.
|
java.util.Map<java.lang.String,AttributeValue> |
ItemCollectionMetrics.getItemCollectionKey()
The partition key value of the item collection.
|
java.util.List<java.util.Map<java.lang.String,AttributeValue>> |
ScanResult.getItems()
An array of item attributes that match the scan criteria.
|
java.util.List<java.util.Map<java.lang.String,AttributeValue>> |
QueryResult.getItems()
An array of item attributes that match the query criteria.
|
java.util.Map<java.lang.String,AttributeValue> |
UpdateItemRequest.getKey()
The primary key of the item to be updated.
|
java.util.Map<java.lang.String,AttributeValue> |
GetItemRequest.getKey()
A map of attribute names to AttributeValue objects, representing
the primary key of the item to retrieve.
|
java.util.Map<java.lang.String,AttributeValue> |
DeleteRequest.getKey()
A map of attribute name to attribute values, representing the primary key
of the item to delete.
|
java.util.Map<java.lang.String,AttributeValue> |
DeleteItemRequest.getKey()
A map of attribute names to AttributeValue objects, representing
the primary key of the item to delete.
|
java.util.Map<java.lang.String,AttributeValue> |
StreamRecord.getKeys()
The primary key attribute(s) for the DynamoDB item that was modified.
|
java.util.List<java.util.Map<java.lang.String,AttributeValue>> |
KeysAndAttributes.getKeys()
The primary key attribute values that define the items and the attributes
associated with the items.
|
java.util.List<AttributeValue> |
AttributeValue.getL()
A List of attribute values.
|
java.util.Map<java.lang.String,AttributeValue> |
ScanResult.getLastEvaluatedKey()
The primary key of the item where the operation stopped, inclusive of the
previous result set.
|
java.util.Map<java.lang.String,AttributeValue> |
QueryResult.getLastEvaluatedKey()
The primary key of the item where the operation stopped, inclusive of the
previous result set.
|
java.util.Map<java.lang.String,AttributeValue> |
AttributeValue.getM()
A Map of attribute values.
|
java.util.Map<java.lang.String,AttributeValue> |
StreamRecord.getNewImage()
The item in the DynamoDB table as it appeared after it was modified.
|
java.util.Map<java.lang.String,AttributeValue> |
StreamRecord.getOldImage()
The item in the DynamoDB table as it appeared before it was modified.
|
java.util.Map<java.lang.String,java.util.List<java.util.Map<java.lang.String,AttributeValue>>> |
BatchGetItemResult.getResponses()
A map of table name to a list of items.
|
Modifier and Type | Method and Description |
---|---|
UpdateItemResult |
UpdateItemResult.addAttributesEntry(java.lang.String key,
AttributeValue value) |
PutItemResult |
PutItemResult.addAttributesEntry(java.lang.String key,
AttributeValue value) |
DeleteItemResult |
DeleteItemResult.addAttributesEntry(java.lang.String key,
AttributeValue value) |
ScanRequest |
ScanRequest.addExclusiveStartKeyEntry(java.lang.String key,
AttributeValue value) |
QueryRequest |
QueryRequest.addExclusiveStartKeyEntry(java.lang.String key,
AttributeValue value) |
UpdateItemRequest |
UpdateItemRequest.addExpressionAttributeValuesEntry(java.lang.String key,
AttributeValue value) |
ScanRequest |
ScanRequest.addExpressionAttributeValuesEntry(java.lang.String key,
AttributeValue value) |
QueryRequest |
QueryRequest.addExpressionAttributeValuesEntry(java.lang.String key,
AttributeValue value) |
PutItemRequest |
PutItemRequest.addExpressionAttributeValuesEntry(java.lang.String key,
AttributeValue value) |
DeleteItemRequest |
DeleteItemRequest.addExpressionAttributeValuesEntry(java.lang.String key,
AttributeValue value) |
ItemCollectionMetrics |
ItemCollectionMetrics.addItemCollectionKeyEntry(java.lang.String key,
AttributeValue value) |
PutRequest |
PutRequest.addItemEntry(java.lang.String key,
AttributeValue value) |
PutItemRequest |
PutItemRequest.addItemEntry(java.lang.String key,
AttributeValue value) |
GetItemResult |
GetItemResult.addItemEntry(java.lang.String key,
AttributeValue value) |
UpdateItemRequest |
UpdateItemRequest.addKeyEntry(java.lang.String key,
AttributeValue value) |
GetItemRequest |
GetItemRequest.addKeyEntry(java.lang.String key,
AttributeValue value) |
DeleteRequest |
DeleteRequest.addKeyEntry(java.lang.String key,
AttributeValue value) |
DeleteItemRequest |
DeleteItemRequest.addKeyEntry(java.lang.String key,
AttributeValue value) |
StreamRecord |
StreamRecord.addKeysEntry(java.lang.String key,
AttributeValue value) |
ScanResult |
ScanResult.addLastEvaluatedKeyEntry(java.lang.String key,
AttributeValue value) |
QueryResult |
QueryResult.addLastEvaluatedKeyEntry(java.lang.String key,
AttributeValue value) |
AttributeValue |
AttributeValue.addMEntry(java.lang.String key,
AttributeValue value) |
StreamRecord |
StreamRecord.addNewImageEntry(java.lang.String key,
AttributeValue value) |
StreamRecord |
StreamRecord.addOldImageEntry(java.lang.String key,
AttributeValue value) |
void |
ExpectedAttributeValue.setValue(AttributeValue value) |
void |
AttributeValueUpdate.setValue(AttributeValue value) |
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) |
AttributeValueUpdate |
AttributeValueUpdate.withValue(AttributeValue value) |
Modifier and Type | Method and Description |
---|---|
BatchGetItemResult |
BatchGetItemResult.addResponsesEntry(java.lang.String key,
java.util.List<java.util.Map<java.lang.String,AttributeValue>> value) |
void |
UpdateItemResult.setAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
A map of attribute values as they appeared before the UpdateItem
operation.
|
void |
PutItemResult.setAttributes(java.util.Map<java.lang.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 |
DeleteItemResult.setAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
A map of attribute names to AttributeValue objects, representing
the item as it appeared before the DeleteItem operation.
|
void |
ExpectedAttributeValue.setAttributeValueList(java.util.Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
void |
Condition.setAttributeValueList(java.util.Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
void |
ScanRequest.setExclusiveStartKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation
will evaluate.
|
void |
ScanRequest.setExclusiveStartKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation
will evaluate.
|
void |
QueryRequest.setExclusiveStartKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation
will evaluate.
|
void |
QueryRequest.setExclusiveStartKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation
will evaluate.
|
void |
ScanRequest.setExclusiveStartKey(java.util.Map<java.lang.String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
void |
QueryRequest.setExclusiveStartKey(java.util.Map<java.lang.String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
void |
UpdateItemRequest.setExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
ScanRequest.setExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
QueryRequest.setExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
PutItemRequest.setExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
DeleteItemRequest.setExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
PutRequest.setItem(java.util.Map<java.lang.String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary key
of an item to be processed by PutItem.
|
void |
PutItemRequest.setItem(java.util.Map<java.lang.String,AttributeValue> item)
A map of attribute name/value pairs, one for each attribute.
|
void |
GetItemResult.setItem(java.util.Map<java.lang.String,AttributeValue> item)
A map of attribute names to AttributeValue objects, as specified
by AttributesToGet.
|
void |
ItemCollectionMetrics.setItemCollectionKey(java.util.Map<java.lang.String,AttributeValue> itemCollectionKey)
The partition key value of the item collection.
|
void |
ScanResult.setItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
An array of item attributes that match the scan criteria.
|
void |
QueryResult.setItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
An array of item attributes that match the query criteria.
|
void |
UpdateItemRequest.setKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
UpdateItemRequest.setKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
GetItemRequest.setKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
GetItemRequest.setKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
DeleteRequest.setKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
DeleteRequest.setKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
DeleteItemRequest.setKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
DeleteItemRequest.setKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
UpdateItemRequest.setKey(java.util.Map<java.lang.String,AttributeValue> key)
The primary key of the item to be updated.
|
void |
GetItemRequest.setKey(java.util.Map<java.lang.String,AttributeValue> key)
A map of attribute names to AttributeValue objects, representing
the primary key of the item to retrieve.
|
void |
DeleteRequest.setKey(java.util.Map<java.lang.String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary key
of the item to delete.
|
void |
DeleteItemRequest.setKey(java.util.Map<java.lang.String,AttributeValue> key)
A map of attribute names to AttributeValue objects, representing
the primary key of the item to delete.
|
void |
KeysAndAttributes.setKeys(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> keys)
The primary key attribute values that define the items and the attributes
associated with the items.
|
void |
StreamRecord.setKeys(java.util.Map<java.lang.String,AttributeValue> keys)
The primary key attribute(s) for the DynamoDB item that was modified.
|
void |
AttributeValue.setL(java.util.Collection<AttributeValue> l)
A List of attribute values.
|
void |
ScanResult.setLastEvaluatedKey(java.util.Map<java.lang.String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the
previous result set.
|
void |
QueryResult.setLastEvaluatedKey(java.util.Map<java.lang.String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the
previous result set.
|
void |
AttributeValue.setM(java.util.Map<java.lang.String,AttributeValue> m)
A Map of attribute values.
|
void |
StreamRecord.setNewImage(java.util.Map<java.lang.String,AttributeValue> newImage)
The item in the DynamoDB table as it appeared after it was modified.
|
void |
StreamRecord.setOldImage(java.util.Map<java.lang.String,AttributeValue> oldImage)
The item in the DynamoDB table as it appeared before it was modified.
|
void |
BatchGetItemResult.setResponses(java.util.Map<java.lang.String,java.util.List<java.util.Map<java.lang.String,AttributeValue>>> responses)
A map of table name to a list of items.
|
UpdateItemResult |
UpdateItemResult.withAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
A map of attribute values as they appeared before the UpdateItem
operation.
|
PutItemResult |
PutItemResult.withAttributes(java.util.Map<java.lang.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. |
DeleteItemResult |
DeleteItemResult.withAttributes(java.util.Map<java.lang.String,AttributeValue> attributes)
A map of attribute names to AttributeValue objects, representing
the item as it appeared before the DeleteItem operation.
|
ExpectedAttributeValue |
ExpectedAttributeValue.withAttributeValueList(java.util.Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
Condition |
Condition.withAttributeValueList(java.util.Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.
|
ScanRequest |
ScanRequest.withExclusiveStartKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation
will evaluate.
|
ScanRequest |
ScanRequest.withExclusiveStartKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation
will evaluate.
|
QueryRequest |
QueryRequest.withExclusiveStartKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation
will evaluate.
|
QueryRequest |
QueryRequest.withExclusiveStartKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation
will evaluate.
|
ScanRequest |
ScanRequest.withExclusiveStartKey(java.util.Map<java.lang.String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
QueryRequest |
QueryRequest.withExclusiveStartKey(java.util.Map<java.lang.String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
UpdateItemRequest |
UpdateItemRequest.withExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
ScanRequest |
ScanRequest.withExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
QueryRequest |
QueryRequest.withExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
PutItemRequest |
PutItemRequest.withExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
DeleteItemRequest |
DeleteItemRequest.withExpressionAttributeValues(java.util.Map<java.lang.String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
PutRequest |
PutRequest.withItem(java.util.Map<java.lang.String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary key
of an item to be processed by PutItem.
|
PutItemRequest |
PutItemRequest.withItem(java.util.Map<java.lang.String,AttributeValue> item)
A map of attribute name/value pairs, one for each attribute.
|
GetItemResult |
GetItemResult.withItem(java.util.Map<java.lang.String,AttributeValue> item)
A map of attribute names to AttributeValue objects, as specified
by AttributesToGet.
|
ItemCollectionMetrics |
ItemCollectionMetrics.withItemCollectionKey(java.util.Map<java.lang.String,AttributeValue> itemCollectionKey)
The partition key value of the item collection.
|
ScanResult |
ScanResult.withItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
An array of item attributes that match the scan criteria.
|
QueryResult |
QueryResult.withItems(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> items)
An array of item attributes that match the query criteria.
|
UpdateItemRequest |
UpdateItemRequest.withKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
UpdateItemRequest |
UpdateItemRequest.withKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
GetItemRequest |
GetItemRequest.withKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
GetItemRequest |
GetItemRequest.withKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
DeleteRequest |
DeleteRequest.withKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
DeleteRequest |
DeleteRequest.withKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
DeleteItemRequest |
DeleteItemRequest.withKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
DeleteItemRequest |
DeleteItemRequest.withKey(java.util.Map.Entry<java.lang.String,AttributeValue> hashKey,
java.util.Map.Entry<java.lang.String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
UpdateItemRequest |
UpdateItemRequest.withKey(java.util.Map<java.lang.String,AttributeValue> key)
The primary key of the item to be updated.
|
GetItemRequest |
GetItemRequest.withKey(java.util.Map<java.lang.String,AttributeValue> key)
A map of attribute names to AttributeValue objects, representing
the primary key of the item to retrieve.
|
DeleteRequest |
DeleteRequest.withKey(java.util.Map<java.lang.String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary key
of the item to delete.
|
DeleteItemRequest |
DeleteItemRequest.withKey(java.util.Map<java.lang.String,AttributeValue> key)
A map of attribute names to AttributeValue objects, representing
the primary key of the item to delete.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(java.util.Collection<java.util.Map<java.lang.String,AttributeValue>> keys)
The primary key attribute values that define the items and the attributes
associated with the items.
|
StreamRecord |
StreamRecord.withKeys(java.util.Map<java.lang.String,AttributeValue> keys)
The primary key attribute(s) for the DynamoDB item that was modified.
|
AttributeValue |
AttributeValue.withL(java.util.Collection<AttributeValue> l)
A List of attribute values.
|
ScanResult |
ScanResult.withLastEvaluatedKey(java.util.Map<java.lang.String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the
previous result set.
|
QueryResult |
QueryResult.withLastEvaluatedKey(java.util.Map<java.lang.String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the
previous result set.
|
AttributeValue |
AttributeValue.withM(java.util.Map<java.lang.String,AttributeValue> m)
A Map of attribute values.
|
StreamRecord |
StreamRecord.withNewImage(java.util.Map<java.lang.String,AttributeValue> newImage)
The item in the DynamoDB table as it appeared after it was modified.
|
StreamRecord |
StreamRecord.withOldImage(java.util.Map<java.lang.String,AttributeValue> oldImage)
The item in the DynamoDB table as it appeared before it was modified.
|
BatchGetItemResult |
BatchGetItemResult.withResponses(java.util.Map<java.lang.String,java.util.List<java.util.Map<java.lang.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,
java.lang.String action)
Constructs a new AttributeValueUpdate object.
|
ExpectedAttributeValue(AttributeValue value)
Constructs a new ExpectedAttributeValue object.
|
Constructor and Description |
---|
DeleteItemRequest(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key)
Constructs a new DeleteItemRequest object.
|
DeleteItemRequest(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
ReturnValue returnValues)
Constructs a new DeleteItemRequest object.
|
DeleteItemRequest(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.String returnValues)
Constructs a new DeleteItemRequest object.
|
DeleteRequest(java.util.Map<java.lang.String,AttributeValue> key)
Constructs a new DeleteRequest object.
|
GetItemRequest(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key)
Constructs a new GetItemRequest object.
|
GetItemRequest(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.lang.Boolean consistentRead)
Constructs a new GetItemRequest object.
|
PutItemRequest(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item)
Constructs a new PutItemRequest object.
|
PutItemRequest(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
ReturnValue returnValues)
Constructs a new PutItemRequest object.
|
PutItemRequest(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> item,
java.lang.String returnValues)
Constructs a new PutItemRequest object.
|
PutRequest(java.util.Map<java.lang.String,AttributeValue> item)
Constructs a new PutRequest object.
|
UpdateItemRequest(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates)
Constructs a new UpdateItemRequest object.
|
UpdateItemRequest(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
ReturnValue returnValues)
Constructs a new UpdateItemRequest object.
|
UpdateItemRequest(java.lang.String tableName,
java.util.Map<java.lang.String,AttributeValue> key,
java.util.Map<java.lang.String,AttributeValueUpdate> attributeUpdates,
java.lang.String returnValues)
Constructs a new UpdateItemRequest object.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
AttributeValueJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AttributeValueJsonMarshaller.marshall(AttributeValue attributeValue,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|