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 | |
com.amazonaws.services.dynamodbv2.document.internal | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
DeleteItemResult |
AmazonDynamoDBClient.deleteItem(String tableName,
Map<String,AttributeValue> key) |
DeleteItemResult |
AbstractAmazonDynamoDB.deleteItem(String tableName,
Map<String,AttributeValue> key) |
DeleteItemResult |
AmazonDynamoDB.deleteItem(String tableName,
Map<String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.
|
DeleteItemResult |
AmazonDynamoDBClient.deleteItem(String tableName,
Map<String,AttributeValue> key,
String returnValues) |
DeleteItemResult |
AbstractAmazonDynamoDB.deleteItem(String tableName,
Map<String,AttributeValue> key,
String returnValues) |
DeleteItemResult |
AmazonDynamoDB.deleteItem(String tableName,
Map<String,AttributeValue> key,
String returnValues)
Simplified method form for invoking the DeleteItem operation.
|
Future<DeleteItemResult> |
AbstractAmazonDynamoDBAsync.deleteItemAsync(String tableName,
Map<String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.
|
Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(String tableName,
Map<String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.
|
Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(String tableName,
Map<String,AttributeValue> key)
Simplified method form for invoking the DeleteItem operation.
|
Future<DeleteItemResult> |
AbstractAmazonDynamoDBAsync.deleteItemAsync(String tableName,
Map<String,AttributeValue> key,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.
|
Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(String tableName,
Map<String,AttributeValue> key,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.
|
Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(String tableName,
Map<String,AttributeValue> key,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.
|
Future<DeleteItemResult> |
AbstractAmazonDynamoDBAsync.deleteItemAsync(String tableName,
Map<String,AttributeValue> key,
String returnValues)
Simplified method form for invoking the DeleteItem operation.
|
Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(String tableName,
Map<String,AttributeValue> key,
String returnValues)
Simplified method form for invoking the DeleteItem operation.
|
Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(String tableName,
Map<String,AttributeValue> key,
String returnValues)
Simplified method form for invoking the DeleteItem operation.
|
Future<DeleteItemResult> |
AbstractAmazonDynamoDBAsync.deleteItemAsync(String tableName,
Map<String,AttributeValue> key,
String returnValues,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.
|
Future<DeleteItemResult> |
AmazonDynamoDBAsyncClient.deleteItemAsync(String tableName,
Map<String,AttributeValue> key,
String returnValues,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.
|
Future<DeleteItemResult> |
AmazonDynamoDBAsync.deleteItemAsync(String tableName,
Map<String,AttributeValue> key,
String returnValues,
AsyncHandler<DeleteItemRequest,DeleteItemResult> asyncHandler)
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.
|
GetItemResult |
AmazonDynamoDBClient.getItem(String tableName,
Map<String,AttributeValue> key) |
GetItemResult |
AbstractAmazonDynamoDB.getItem(String tableName,
Map<String,AttributeValue> key) |
GetItemResult |
AmazonDynamoDB.getItem(String tableName,
Map<String,AttributeValue> key)
Simplified method form for invoking the GetItem operation.
|
GetItemResult |
AmazonDynamoDBClient.getItem(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead) |
GetItemResult |
AbstractAmazonDynamoDB.getItem(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead) |
GetItemResult |
AmazonDynamoDB.getItem(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead)
Simplified method form for invoking the GetItem operation.
|
Future<GetItemResult> |
AbstractAmazonDynamoDBAsync.getItemAsync(String tableName,
Map<String,AttributeValue> key)
Simplified method form for invoking the GetItem operation.
|
Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(String tableName,
Map<String,AttributeValue> key)
Simplified method form for invoking the GetItem operation.
|
Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(String tableName,
Map<String,AttributeValue> key)
Simplified method form for invoking the GetItem operation.
|
Future<GetItemResult> |
AbstractAmazonDynamoDBAsync.getItemAsync(String tableName,
Map<String,AttributeValue> key,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an AsyncHandler.
|
Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(String tableName,
Map<String,AttributeValue> key,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an AsyncHandler.
|
Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(String tableName,
Map<String,AttributeValue> key,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an AsyncHandler.
|
Future<GetItemResult> |
AbstractAmazonDynamoDBAsync.getItemAsync(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead)
Simplified method form for invoking the GetItem operation.
|
Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead)
Simplified method form for invoking the GetItem operation.
|
Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead)
Simplified method form for invoking the GetItem operation.
|
Future<GetItemResult> |
AbstractAmazonDynamoDBAsync.getItemAsync(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an AsyncHandler.
|
Future<GetItemResult> |
AmazonDynamoDBAsyncClient.getItemAsync(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an AsyncHandler.
|
Future<GetItemResult> |
AmazonDynamoDBAsync.getItemAsync(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead,
AsyncHandler<GetItemRequest,GetItemResult> asyncHandler)
Simplified method form for invoking the GetItem operation with an AsyncHandler.
|
PutItemResult |
AmazonDynamoDBClient.putItem(String tableName,
Map<String,AttributeValue> item) |
PutItemResult |
AbstractAmazonDynamoDB.putItem(String tableName,
Map<String,AttributeValue> item) |
PutItemResult |
AmazonDynamoDB.putItem(String tableName,
Map<String,AttributeValue> item)
Simplified method form for invoking the PutItem operation.
|
PutItemResult |
AmazonDynamoDBClient.putItem(String tableName,
Map<String,AttributeValue> item,
String returnValues) |
PutItemResult |
AbstractAmazonDynamoDB.putItem(String tableName,
Map<String,AttributeValue> item,
String returnValues) |
PutItemResult |
AmazonDynamoDB.putItem(String tableName,
Map<String,AttributeValue> item,
String returnValues)
Simplified method form for invoking the PutItem operation.
|
Future<PutItemResult> |
AbstractAmazonDynamoDBAsync.putItemAsync(String tableName,
Map<String,AttributeValue> item)
Simplified method form for invoking the PutItem operation.
|
Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(String tableName,
Map<String,AttributeValue> item)
Simplified method form for invoking the PutItem operation.
|
Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(String tableName,
Map<String,AttributeValue> item)
Simplified method form for invoking the PutItem operation.
|
Future<PutItemResult> |
AbstractAmazonDynamoDBAsync.putItemAsync(String tableName,
Map<String,AttributeValue> item,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an AsyncHandler.
|
Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(String tableName,
Map<String,AttributeValue> item,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an AsyncHandler.
|
Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(String tableName,
Map<String,AttributeValue> item,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an AsyncHandler.
|
Future<PutItemResult> |
AbstractAmazonDynamoDBAsync.putItemAsync(String tableName,
Map<String,AttributeValue> item,
String returnValues)
Simplified method form for invoking the PutItem operation.
|
Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(String tableName,
Map<String,AttributeValue> item,
String returnValues)
Simplified method form for invoking the PutItem operation.
|
Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(String tableName,
Map<String,AttributeValue> item,
String returnValues)
Simplified method form for invoking the PutItem operation.
|
Future<PutItemResult> |
AbstractAmazonDynamoDBAsync.putItemAsync(String tableName,
Map<String,AttributeValue> item,
String returnValues,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an AsyncHandler.
|
Future<PutItemResult> |
AmazonDynamoDBAsyncClient.putItemAsync(String tableName,
Map<String,AttributeValue> item,
String returnValues,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an AsyncHandler.
|
Future<PutItemResult> |
AmazonDynamoDBAsync.putItemAsync(String tableName,
Map<String,AttributeValue> item,
String returnValues,
AsyncHandler<PutItemRequest,PutItemResult> asyncHandler)
Simplified method form for invoking the PutItem operation with an AsyncHandler.
|
UpdateItemResult |
AmazonDynamoDBClient.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates) |
UpdateItemResult |
AbstractAmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates) |
UpdateItemResult |
AmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
UpdateItemResult |
AmazonDynamoDBClient.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues) |
UpdateItemResult |
AbstractAmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues) |
UpdateItemResult |
AmazonDynamoDB.updateItem(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
|
Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Simplified method form for invoking the UpdateItem operation.
|
Future<UpdateItemResult> |
AbstractAmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsyncClient.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
|
Future<UpdateItemResult> |
AmazonDynamoDBAsync.updateItemAsync(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues,
AsyncHandler<UpdateItemRequest,UpdateItemResult> asyncHandler)
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
ItemConverter.convert(Method getter,
Object value)
Converts a Java object into a DynamoDB AttributeValue.
|
AttributeValue |
DynamoDBMapperFieldModel.convert(V object)
Turns an object of type T into an object of type S.
|
AttributeValue |
DynamoDBMapperFieldModel.getAndConvert(T object)
Get the current value from the object and convert it.
|
AttributeValue |
ArgumentMarshaller.marshall(Object obj)
Marshalls the object given into an AttributeValue.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeValue> |
ItemConverter.convert(Object value)
Converts an appropriately-annotated POJO into a Map of AttributeValues.
|
Map<String,AttributeValue> |
DynamoDBMapperTableModel.convert(T object)
Turns an object of type T into an object of type S.
|
<H,R> Map<String,AttributeValue> |
DynamoDBMapperTableModel.convertKey(H hashKey,
R rangeKey)
Creates a new key map from the specified hash and range key.
|
<H,R> Map<String,AttributeValue> |
DynamoDBMapperTableModel.convertKey(T key)
Creates a new key map from the specified object.
|
Map<String,AttributeValue> |
AttributeTransformer.Parameters.getAttributeValues()
Returns the raw attribute values to be transformed or untransformed.
|
Map<String,AttributeValue> |
DynamoDBScanExpression.getExclusiveStartKey()
Returns the exclusive start key for this scan.
|
Map<String,AttributeValue> |
DynamoDBQueryExpression.getExclusiveStartKey()
Returns the exclusive start key for this query.
|
Map<String,AttributeValue> |
DynamoDBTransactionWriteExpression.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
DynamoDBDeleteExpression.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
DynamoDBScanExpression.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
DynamoDBQueryExpression.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
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.
|
protected Map<String,AttributeValue> |
DynamoDBMapper.SaveObjectHandler.getPrimaryKeyAttributeValues()
Get the map of all the specified primamry keys of the saved object.
|
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) |
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) |
Modifier and Type | Method and Description |
---|---|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
DynamoDBScanExpression |
DynamoDBScanExpression.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
DynamoDBQueryExpression<T> |
DynamoDBQueryExpression.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
One or more values that can be substituted in an expression.
|
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.
|
protected abstract void |
DynamoDBMapper.SaveObjectHandler.onPrimaryKeyAttributeValue(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,
Method setter)
Asserts that the value given can be processed using the setter given.
|
V |
DynamoDBMapperFieldModel.unconvert(AttributeValue object)
Turns an object of type S into an object of type T.
|
Object |
ItemConverter.unconvert(Method getter,
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. |
void |
DynamoDBMapperFieldModel.unconvertAndSet(T object,
AttributeValue value)
Unconverts the value and sets it on the object.
|
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 |
---|---|
String |
UpdateExpressionGenerator.generateUpdateExpressionAndUpdateAttributeMaps(Map<String,String> expressionAttributeNamesMap,
Map<String,AttributeValue> expressionsAttributeValuesMap,
Map<String,AttributeValue> nonKeyNonNullAttributeValueMap,
List<String> nullValuedNonKeyAttributeNames)
Merge nonKeyAttributes along with any condition expression attributes and generate corresponding update expression
|
String |
UpdateExpressionGenerator.generateUpdateExpressionAndUpdateAttributeMaps(Map<String,String> expressionAttributeNamesMap,
Map<String,AttributeValue> expressionsAttributeValuesMap,
Map<String,AttributeValue> nonKeyNonNullAttributeValueMap,
List<String> nullValuedNonKeyAttributeNames)
Merge nonKeyAttributes along with any condition expression attributes and generate corresponding update expression
|
<T> T |
IDynamoDBMapper.marshallIntoObject(Class<T> clazz,
Map<String,AttributeValue> itemAttributes)
Creates and fills in the attributes on an instance of the class given with the attributes
given.
|
<T> T |
AbstractDynamoDBMapper.marshallIntoObject(Class<T> clazz,
Map<String,AttributeValue> itemAttributes) |
<T> T |
DynamoDBMapper.marshallIntoObject(Class<T> clazz,
Map<String,AttributeValue> itemAttributes,
DynamoDBMapperConfig config) |
<T> T |
AbstractDynamoDBMapper.marshallIntoObject(Class<T> clazz,
Map<String,AttributeValue> itemAttributes,
DynamoDBMapperConfig config) |
<T> List<T> |
IDynamoDBMapper.marshallIntoObjects(Class<T> clazz,
List<Map<String,AttributeValue>> itemAttributes)
Unmarshalls the list of item attributes into objects of type clazz.
|
<T> List<T> |
AbstractDynamoDBMapper.marshallIntoObjects(Class<T> clazz,
List<Map<String,AttributeValue>> itemAttributes) |
<T> List<T> |
DynamoDBMapper.marshallIntoObjects(Class<T> clazz,
List<Map<String,AttributeValue>> itemAttributes,
DynamoDBMapperConfig config) |
<T> List<T> |
AbstractDynamoDBMapper.marshallIntoObjects(Class<T> clazz,
List<Map<String,AttributeValue>> itemAttributes,
DynamoDBMapperConfig config) |
void |
DynamoDBScanExpression.setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
Sets the exclusive start key for this scan.
|
void |
DynamoDBQueryExpression.setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
Sets the exclusive start key for this query.
|
void |
DynamoDBDeleteExpression.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
DynamoDBScanExpression.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
DynamoDBQueryExpression.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
QueryResultPage.setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey) |
void |
ScanResultPage.setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey) |
<T> T |
ItemConverter.unconvert(Class<T> clazz,
Map<String,AttributeValue> values)
Reverses the
ItemConverter.convert(Object) method, turning a map of attribute
values back into a POJO of the given class. |
T |
DynamoDBMapperTableModel.unconvert(Map<String,AttributeValue> object)
Turns an object of type S into an object of type T.
|
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.
|
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.
|
DynamoDBTransactionWriteExpression |
DynamoDBTransactionWriteExpression.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
DynamoDBDeleteExpression |
DynamoDBDeleteExpression.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
DynamoDBScanExpression |
DynamoDBScanExpression.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
DynamoDBQueryExpression<T> |
DynamoDBQueryExpression.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
ObjectSetToStringSetMarshaller.marshall(Object obj) |
AttributeValue |
StringToStringMarshaller.marshall(Object obj) |
AttributeValue |
CollectionToListMarshaller.marshall(Object obj) |
AttributeValue |
BooleanToNumberMarshaller.marshall(Object obj) |
AttributeValue |
MapToMapMarshaller.marshall(Object obj) |
AttributeValue |
BooleanToBooleanMarshaller.marshall(Object obj) |
AttributeValue |
CalendarToStringMarshaller.marshall(Object obj) |
AttributeValue |
BooleanSetToNumberSetMarshaller.marshall(Object obj) |
AttributeValue |
CalendarSetToStringSetMarshaller.marshall(Object obj) |
AttributeValue |
CustomMarshaller.marshall(Object obj) |
AttributeValue |
DateToStringMarshaller.marshall(Object obj) |
AttributeValue |
DateSetToStringSetMarshaller.marshall(Object obj) |
AttributeValue |
ByteBufferSetToBinarySetMarshaller.marshall(Object obj) |
AttributeValue |
ObjectToMapMarshaller.marshall(Object obj) |
AttributeValue |
ByteBufferToBinaryMarshaller.marshall(Object obj) |
AttributeValue |
ByteArrayToBinaryMarshaller.marshall(Object obj) |
AttributeValue |
NumberToNumberMarshaller.marshall(Object obj) |
AttributeValue |
ObjectToStringMarshaller.marshall(Object obj) |
AttributeValue |
NumberSetToNumberSetMarshaller.marshall(Object obj) |
AttributeValue |
UUIDSetToStringSetMarshaller.marshall(Object obj) |
AttributeValue |
StringSetToStringSetMarshaller.marshall(Object obj) |
AttributeValue |
ByteArraySetToBinarySetMarshaller.marshall(Object obj) |
AttributeValue |
S3LinkToStringMarshaller.marshall(Object obj) |
Modifier and Type | Method and Description |
---|---|
void |
BooleanSetUnmarshaller.typeCheck(AttributeValue value,
Method setter) |
void |
NullableUnmarshaller.typeCheck(AttributeValue value,
Method setter) |
void |
BooleanUnmarshaller.typeCheck(AttributeValue value,
Method setter) |
Object |
ShortUnmarshaller.unmarshall(AttributeValue value) |
Object |
FloatUnmarshaller.unmarshall(AttributeValue value) |
Object |
ByteBufferSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
ByteArrayUnmarshaller.unmarshall(AttributeValue value) |
Object |
FloatSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
DoubleSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
ByteArraySetUnmarshaller.unmarshall(AttributeValue value) |
Object |
CustomUnmarshaller.unmarshall(AttributeValue value) |
Object |
StringUnmarshaller.unmarshall(AttributeValue value) |
Object |
ObjectUnmarshaller.unmarshall(AttributeValue value) |
Object |
LongUnmarshaller.unmarshall(AttributeValue value) |
UUID |
UUIDUnmarshaller.unmarshall(AttributeValue value) |
Object |
DateSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
BigDecimalSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
ShortSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
CalendarUnmarshaller.unmarshall(AttributeValue value) |
Object |
BooleanSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
BigIntegerSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
ByteBufferUnmarshaller.unmarshall(AttributeValue value) |
Object |
ByteUnmarshaller.unmarshall(AttributeValue value) |
Object |
BigIntegerUnmarshaller.unmarshall(AttributeValue value) |
Set<UUID> |
UUIDSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
StringSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
LongSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
ByteSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
NullableUnmarshaller.unmarshall(AttributeValue value) |
Object |
BigDecimalUnmarshaller.unmarshall(AttributeValue value) |
Object |
S3LinkUnmarshaller.unmarshall(AttributeValue value) |
Object |
CalendarSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
ListUnmarshaller.unmarshall(AttributeValue value) |
Object |
ObjectSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
IntegerUnmarshaller.unmarshall(AttributeValue value) |
Object |
IntegerSetUnmarshaller.unmarshall(AttributeValue value) |
Object |
DoubleUnmarshaller.unmarshall(AttributeValue value) |
Object |
MapUnmarshaller.unmarshall(AttributeValue value) |
Object |
BooleanUnmarshaller.unmarshall(AttributeValue value) |
Object |
DateUnmarshaller.unmarshall(AttributeValue value) |
Modifier and Type | Method and Description |
---|---|
static AttributeValue |
ItemUtils.toAttributeValue(Object value)
Converts a simple value into the low-level
|
static AttributeValue[] |
ItemUtils.toAttributeValues(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 Map<String,AttributeValue> |
ItemUtils.fromSimpleMap(Map<String,Object> map)
Converts a map of string to simple objects into the low-level
representation; or null if the input is null.
|
static Map<String,AttributeValue> |
ItemUtils.toAttributeValueMap(Collection<KeyAttribute> primaryKey)
Converts the specified primary key into the low-level representation.
|
static Map<String,AttributeValue> |
ItemUtils.toAttributeValueMap(KeyAttribute... primaryKey)
Converts the specified primary key into the low-level representation.
|
static Map<String,AttributeValue> |
ItemUtils.toAttributeValueMap(PrimaryKey primaryKey)
Converts the specified primary key into the low-level representation.
|
static Map<String,AttributeValue> |
ItemUtils.toAttributeValues(Item item)
Converts an
Item into the low-level representation;
or null if the input is null. |
Modifier and Type | Method and Description |
---|---|
static <T> T |
ItemUtils.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 Item |
ItemUtils.toItem(Map<String,AttributeValue> item)
Returns an
Item given the low level item information;
or null if the input is null; |
static List<Item> |
ItemUtils.toItemList(List<Map<String,AttributeValue>> items)
Returns a non-null list of
Item 's given the low level
list of item information. |
static List<Object> |
ItemUtils.toSimpleList(List<AttributeValue> attrValues)
Converts a list of low-level
AttributeValue into a list of
simple values. |
static <T> List<T> |
ItemUtils.toSimpleListValue(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> Map<String,T> |
ItemUtils.toSimpleMapValue(Map<String,AttributeValue> values) |
Modifier and Type | Method and Description |
---|---|
static AttributeValue |
InternalUtils.toAttributeValue(Object value)
Deprecated.
Converts a simple value into the low-level
|
static AttributeValue[] |
InternalUtils.toAttributeValues(Object[] values)
Deprecated.
Converts the input array of values into an array of low level
representation of those values.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,AttributeValue> |
InternalUtils.fromSimpleMap(Map<String,Object> map)
Deprecated.
Converts a map of string to simple objects into the low-level
representation; or null if the input is null.
|
static Map<String,AttributeValue> |
InternalUtils.toAttributeValueMap(Collection<KeyAttribute> primaryKey)
Deprecated.
Converts the specified primary key into the low-level representation.
|
static Map<String,AttributeValue> |
InternalUtils.toAttributeValueMap(KeyAttribute... primaryKey)
Deprecated.
Converts the specified primary key into the low-level representation.
|
static Map<String,AttributeValue> |
InternalUtils.toAttributeValueMap(PrimaryKey primaryKey)
Deprecated.
Converts the specified primary key into the low-level representation.
|
static Map<String,AttributeValue> |
InternalUtils.toAttributeValues(Item item)
Deprecated.
Converts an
Item into the low-level representation;
or null if the input is null. |
Modifier and Type | Method and Description |
---|---|
static List<Item> |
InternalUtils.toItemList(List<Map<String,AttributeValue>> items)
Deprecated.
Returns a non-null list of
Item 's given the low level
list of item information. |
static List<Object> |
InternalUtils.toSimpleList(List<AttributeValue> attrValues)
Deprecated.
Converts a list of low-level
AttributeValue into a list of
simple values. |
static <T> List<T> |
InternalUtils.toSimpleListValue(List<AttributeValue> values)
Deprecated.
Convenient method to convert a list of low-level
AttributeValue into a list of values of the same type T. |
static <T> Map<String,T> |
InternalUtils.toSimpleMapValue(Map<String,AttributeValue> values)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
AttributeValue.addMEntry(String key,
AttributeValue value)
Add a single M entry
|
AttributeValue |
AttributeValue.clearMEntries()
Removes all the entries added into M.
|
AttributeValue |
AttributeValue.clone() |
AttributeValue |
ExpectedAttributeValue.getValue()
Represents the data for the expected attribute.
|
AttributeValue |
AttributeValueUpdate.getValue()
Represents the data for an attribute.
|
AttributeValue |
AttributeValue.withB(ByteBuffer b)
An attribute of type Binary.
|
AttributeValue |
AttributeValue.withBOOL(Boolean bOOL)
An attribute of type Boolean.
|
AttributeValue |
AttributeValue.withBS(ByteBuffer... bS)
An attribute of type Binary Set.
|
AttributeValue |
AttributeValue.withBS(Collection<ByteBuffer> bS)
An attribute of type Binary Set.
|
AttributeValue |
AttributeValue.withL(AttributeValue... l)
An attribute of type List.
|
AttributeValue |
AttributeValue.withL(Collection<AttributeValue> l)
An attribute of type List.
|
AttributeValue |
AttributeValue.withM(Map<String,AttributeValue> m)
An attribute of type Map.
|
AttributeValue |
AttributeValue.withN(String n)
An attribute of type Number.
|
AttributeValue |
AttributeValue.withNS(Collection<String> nS)
An attribute of type Number Set.
|
AttributeValue |
AttributeValue.withNS(String... nS)
An attribute of type Number Set.
|
AttributeValue |
AttributeValue.withNULL(Boolean nULLValue)
An attribute of type Null.
|
AttributeValue |
AttributeValue.withS(String s)
An attribute of type String.
|
AttributeValue |
AttributeValue.withSS(Collection<String> sS)
An attribute of type String Set.
|
AttributeValue |
AttributeValue.withSS(String... sS)
An attribute of type String Set.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AttributeValue> |
UpdateItemResult.getAttributes()
A map of attribute values as they appear before or after the
UpdateItem operation, as determined by
the ReturnValues parameter. |
Map<String,AttributeValue> |
DeleteItemResult.getAttributes()
A map of attribute names to
AttributeValue objects, representing the item as it appeared before the
DeleteItem operation. |
Map<String,AttributeValue> |
PutItemResult.getAttributes()
The attribute values as they appeared before the
PutItem operation, but only if
ReturnValues is specified as ALL_OLD in the request. |
List<AttributeValue> |
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> |
ScanRequest.getExclusiveStartKey()
The primary key of the first item that this operation will evaluate.
|
Map<String,AttributeValue> |
QueryRequest.getExclusiveStartKey()
The primary key of the first item that this operation will evaluate.
|
Map<String,AttributeValue> |
PutItemRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
DeleteItemRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
Update.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
ConditionCheck.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
Put.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
ScanRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
UpdateItemRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
Delete.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
QueryRequest.getExpressionAttributeValues()
One or more values that can be substituted in an expression.
|
Map<String,AttributeValue> |
PutItemRequest.getItem()
A map of attribute name/value pairs, one for each attribute.
|
Map<String,AttributeValue> |
Put.getItem()
A map of attribute name to attribute values, representing the primary key of the item to be written by
PutItem . |
Map<String,AttributeValue> |
ItemResponse.getItem()
Map of attribute data consisting of the data type and attribute value.
|
Map<String,AttributeValue> |
CancellationReason.getItem()
Item in the request which caused the transaction to get cancelled.
|
Map<String,AttributeValue> |
BatchStatementResponse.getItem()
A DynamoDB item associated with a BatchStatementResponse
|
Map<String,AttributeValue> |
GetItemResult.getItem()
A map of attribute names to
AttributeValue objects, as specified by
ProjectionExpression . |
Map<String,AttributeValue> |
PutRequest.getItem()
A map of attribute name to attribute values, representing the primary key of an item to be processed by
PutItem . |
Map<String,AttributeValue> |
ItemCollectionMetrics.getItemCollectionKey()
The partition key value of the item collection.
|
List<Map<String,AttributeValue>> |
ScanResult.getItems()
An array of item attributes that match the scan criteria.
|
List<Map<String,AttributeValue>> |
ExecuteStatementResult.getItems()
If a read operation was used, this property will contain the result of the reade operation; a map of attribute
names and their values.
|
List<Map<String,AttributeValue>> |
QueryResult.getItems()
An array of item attributes that match the query 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> |
GetItemRequest.getKey()
A map of attribute names to
AttributeValue objects, representing the primary key of the item to
retrieve. |
Map<String,AttributeValue> |
Update.getKey()
The primary key of the item to be updated.
|
Map<String,AttributeValue> |
ConditionCheck.getKey()
The primary key of the item to be checked.
|
Map<String,AttributeValue> |
Get.getKey()
A map of attribute names to
AttributeValue objects that specifies the primary key of the item to
retrieve. |
Map<String,AttributeValue> |
UpdateItemRequest.getKey()
The primary key of the item to be updated.
|
Map<String,AttributeValue> |
Delete.getKey()
The primary key of the item to be deleted.
|
Map<String,AttributeValue> |
DeleteRequest.getKey()
A map of attribute name to attribute values, representing the primary key of the item to delete.
|
List<Map<String,AttributeValue>> |
KeysAndAttributes.getKeys()
The primary key attribute values that define the items and the attributes associated with the items.
|
Map<String,AttributeValue> |
StreamRecord.getKeys()
The primary key attribute(s) for the DynamoDB item that was modified.
|
List<AttributeValue> |
AttributeValue.getL()
An attribute of type List.
|
Map<String,AttributeValue> |
ScanResult.getLastEvaluatedKey()
The primary key of the item where the operation stopped, inclusive of the previous result set.
|
Map<String,AttributeValue> |
QueryResult.getLastEvaluatedKey()
The primary key of the item where the operation stopped, inclusive of the previous result set.
|
Map<String,AttributeValue> |
AttributeValue.getM()
An attribute of type Map.
|
Map<String,AttributeValue> |
StreamRecord.getNewImage()
The item in the DynamoDB table as it appeared after it was modified.
|
Map<String,AttributeValue> |
StreamRecord.getOldImage()
The item in the DynamoDB table as it appeared before it was modified.
|
List<AttributeValue> |
ExecuteStatementRequest.getParameters()
The parameters for the PartiQL statement, if any.
|
List<AttributeValue> |
BatchStatementRequest.getParameters()
The parameters associated with a PartiQL statement in the batch request.
|
List<AttributeValue> |
ParameterizedStatement.getParameters()
The parameter values.
|
Map<String,List<Map<String,AttributeValue>>> |
BatchGetItemResult.getResponses()
A map of table name to a list of items.
|
Modifier and Type | Method and Description |
---|---|
UpdateItemResult |
UpdateItemResult.addAttributesEntry(String key,
AttributeValue value)
Add a single Attributes entry
|
DeleteItemResult |
DeleteItemResult.addAttributesEntry(String key,
AttributeValue value)
Add a single Attributes entry
|
PutItemResult |
PutItemResult.addAttributesEntry(String key,
AttributeValue value)
Add a single Attributes entry
|
ScanRequest |
ScanRequest.addExclusiveStartKeyEntry(String key,
AttributeValue value)
Add a single ExclusiveStartKey entry
|
QueryRequest |
QueryRequest.addExclusiveStartKeyEntry(String key,
AttributeValue value)
Add a single ExclusiveStartKey entry
|
PutItemRequest |
PutItemRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
Add a single ExpressionAttributeValues entry
|
DeleteItemRequest |
DeleteItemRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
Add a single ExpressionAttributeValues entry
|
Update |
Update.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
Add a single ExpressionAttributeValues entry
|
ConditionCheck |
ConditionCheck.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
Add a single ExpressionAttributeValues entry
|
Put |
Put.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
Add a single ExpressionAttributeValues entry
|
ScanRequest |
ScanRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
Add a single ExpressionAttributeValues entry
|
UpdateItemRequest |
UpdateItemRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
Add a single ExpressionAttributeValues entry
|
Delete |
Delete.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
Add a single ExpressionAttributeValues entry
|
QueryRequest |
QueryRequest.addExpressionAttributeValuesEntry(String key,
AttributeValue value)
Add a single ExpressionAttributeValues entry
|
ItemCollectionMetrics |
ItemCollectionMetrics.addItemCollectionKeyEntry(String key,
AttributeValue value)
Add a single ItemCollectionKey entry
|
PutItemRequest |
PutItemRequest.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
Put |
Put.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
ItemResponse |
ItemResponse.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
CancellationReason |
CancellationReason.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
BatchStatementResponse |
BatchStatementResponse.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
GetItemResult |
GetItemResult.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
PutRequest |
PutRequest.addItemEntry(String key,
AttributeValue value)
Add a single Item entry
|
DeleteItemRequest |
DeleteItemRequest.addKeyEntry(String key,
AttributeValue value)
Add a single Key entry
|
GetItemRequest |
GetItemRequest.addKeyEntry(String key,
AttributeValue value)
Add a single Key entry
|
Update |
Update.addKeyEntry(String key,
AttributeValue value)
Add a single Key entry
|
ConditionCheck |
ConditionCheck.addKeyEntry(String key,
AttributeValue value)
Add a single Key entry
|
Get |
Get.addKeyEntry(String key,
AttributeValue value)
Add a single Key entry
|
UpdateItemRequest |
UpdateItemRequest.addKeyEntry(String key,
AttributeValue value)
Add a single Key entry
|
Delete |
Delete.addKeyEntry(String key,
AttributeValue value)
Add a single Key entry
|
DeleteRequest |
DeleteRequest.addKeyEntry(String key,
AttributeValue value)
Add a single Key entry
|
StreamRecord |
StreamRecord.addKeysEntry(String key,
AttributeValue value)
Add a single Keys entry
|
ScanResult |
ScanResult.addLastEvaluatedKeyEntry(String key,
AttributeValue value)
Add a single LastEvaluatedKey entry
|
QueryResult |
QueryResult.addLastEvaluatedKeyEntry(String key,
AttributeValue value)
Add a single LastEvaluatedKey entry
|
AttributeValue |
AttributeValue.addMEntry(String key,
AttributeValue value)
Add a single M entry
|
StreamRecord |
StreamRecord.addNewImageEntry(String key,
AttributeValue value)
Add a single NewImage entry
|
StreamRecord |
StreamRecord.addOldImageEntry(String key,
AttributeValue value)
Add a single OldImage entry
|
void |
ExpectedAttributeValue.setValue(AttributeValue value)
Represents the data for the expected attribute.
|
void |
AttributeValueUpdate.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.
|
AttributeValue |
AttributeValue.withL(AttributeValue... l)
An attribute of type List.
|
ExecuteStatementRequest |
ExecuteStatementRequest.withParameters(AttributeValue... parameters)
The parameters for the PartiQL statement, if any.
|
BatchStatementRequest |
BatchStatementRequest.withParameters(AttributeValue... parameters)
The parameters associated with a PartiQL statement in the batch request.
|
ParameterizedStatement |
ParameterizedStatement.withParameters(AttributeValue... parameters)
The parameter values.
|
ExpectedAttributeValue |
ExpectedAttributeValue.withValue(AttributeValue value)
Represents the data for the expected attribute.
|
AttributeValueUpdate |
AttributeValueUpdate.withValue(AttributeValue value)
Represents the data for an attribute.
|
Modifier and Type | Method and Description |
---|---|
BatchGetItemResult |
BatchGetItemResult.addResponsesEntry(String key,
List<Map<String,AttributeValue>> value)
Add a single Responses entry
|
void |
UpdateItemResult.setAttributes(Map<String,AttributeValue> attributes)
A map of attribute values as they appear before or after the
UpdateItem operation, as determined by
the ReturnValues parameter. |
void |
DeleteItemResult.setAttributes(Map<String,AttributeValue> attributes)
A map of attribute names to
AttributeValue objects, representing the item as it appeared before the
DeleteItem operation. |
void |
PutItemResult.setAttributes(Map<String,AttributeValue> attributes)
The attribute values as they appeared before the
PutItem operation, but only if
ReturnValues is specified as ALL_OLD in the request. |
void |
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 |
ScanRequest.setExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation will evaluate.
|
void |
ScanRequest.setExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation will evaluate.
|
void |
QueryRequest.setExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation will evaluate.
|
void |
QueryRequest.setExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation will evaluate.
|
void |
ScanRequest.setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
void |
QueryRequest.setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
void |
PutItemRequest.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
DeleteItemRequest.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
Update.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
ConditionCheck.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
Put.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
ScanRequest.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
UpdateItemRequest.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
Delete.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
QueryRequest.setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
void |
PutItemRequest.setItem(Map<String,AttributeValue> item)
A map of attribute name/value pairs, one for each attribute.
|
void |
Put.setItem(Map<String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary key of the item to be written by
PutItem . |
void |
ItemResponse.setItem(Map<String,AttributeValue> item)
Map of attribute data consisting of the data type and attribute value.
|
void |
CancellationReason.setItem(Map<String,AttributeValue> item)
Item in the request which caused the transaction to get cancelled.
|
void |
BatchStatementResponse.setItem(Map<String,AttributeValue> item)
A DynamoDB item associated with a BatchStatementResponse
|
void |
GetItemResult.setItem(Map<String,AttributeValue> item)
A map of attribute names to
AttributeValue objects, as specified by
ProjectionExpression . |
void |
PutRequest.setItem(Map<String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary key of an item to be processed by
PutItem . |
void |
ItemCollectionMetrics.setItemCollectionKey(Map<String,AttributeValue> itemCollectionKey)
The partition key value of the item collection.
|
void |
ScanResult.setItems(Collection<Map<String,AttributeValue>> items)
An array of item attributes that match the scan criteria.
|
void |
ExecuteStatementResult.setItems(Collection<Map<String,AttributeValue>> items)
If a read operation was used, this property will contain the result of the reade operation; a map of attribute
names and their values.
|
void |
QueryResult.setItems(Collection<Map<String,AttributeValue>> items)
An array of item attributes that match the query criteria.
|
void |
DeleteItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
DeleteItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
GetItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
GetItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
UpdateItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
UpdateItemRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
DeleteRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
void |
DeleteRequest.setKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
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 |
GetItemRequest.setKey(Map<String,AttributeValue> key)
A map of attribute names to
AttributeValue objects, representing the primary key of the item to
retrieve. |
void |
Update.setKey(Map<String,AttributeValue> key)
The primary key of the item to be updated.
|
void |
ConditionCheck.setKey(Map<String,AttributeValue> key)
The primary key of the item to be checked.
|
void |
Get.setKey(Map<String,AttributeValue> key)
A map of attribute names to
AttributeValue objects that specifies the primary key of the item to
retrieve. |
void |
UpdateItemRequest.setKey(Map<String,AttributeValue> key)
The primary key of the item to be updated.
|
void |
Delete.setKey(Map<String,AttributeValue> key)
The primary key of the item to be deleted.
|
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 |
KeysAndAttributes.setKeys(Collection<Map<String,AttributeValue>> keys)
The primary key attribute values that define the items and the attributes associated with the items.
|
void |
StreamRecord.setKeys(Map<String,AttributeValue> keys)
The primary key attribute(s) for the DynamoDB item that was modified.
|
void |
AttributeValue.setL(Collection<AttributeValue> l)
An attribute of type List.
|
void |
ScanResult.setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the previous result set.
|
void |
QueryResult.setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the previous result set.
|
void |
AttributeValue.setM(Map<String,AttributeValue> m)
An attribute of type Map.
|
void |
StreamRecord.setNewImage(Map<String,AttributeValue> newImage)
The item in the DynamoDB table as it appeared after it was modified.
|
void |
StreamRecord.setOldImage(Map<String,AttributeValue> oldImage)
The item in the DynamoDB table as it appeared before it was modified.
|
void |
ExecuteStatementRequest.setParameters(Collection<AttributeValue> parameters)
The parameters for the PartiQL statement, if any.
|
void |
BatchStatementRequest.setParameters(Collection<AttributeValue> parameters)
The parameters associated with a PartiQL statement in the batch request.
|
void |
ParameterizedStatement.setParameters(Collection<AttributeValue> parameters)
The parameter values.
|
void |
BatchGetItemResult.setResponses(Map<String,List<Map<String,AttributeValue>>> responses)
A map of table name to a list of items.
|
UpdateItemResult |
UpdateItemResult.withAttributes(Map<String,AttributeValue> attributes)
A map of attribute values as they appear before or after the
UpdateItem operation, as determined by
the ReturnValues parameter. |
DeleteItemResult |
DeleteItemResult.withAttributes(Map<String,AttributeValue> attributes)
A map of attribute names to
AttributeValue objects, representing the item as it appeared before the
DeleteItem operation. |
PutItemResult |
PutItemResult.withAttributes(Map<String,AttributeValue> attributes)
The attribute values as they appeared before the
PutItem operation, but only if
ReturnValues is specified as ALL_OLD in the request. |
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.
|
ScanRequest |
ScanRequest.withExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation will evaluate.
|
ScanRequest |
ScanRequest.withExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation will evaluate.
|
QueryRequest |
QueryRequest.withExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation will evaluate.
|
QueryRequest |
QueryRequest.withExclusiveStartKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
The primary hash and range keys of the first item that this operation will evaluate.
|
ScanRequest |
ScanRequest.withExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
QueryRequest |
QueryRequest.withExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.
|
PutItemRequest |
PutItemRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
DeleteItemRequest |
DeleteItemRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
Update |
Update.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
ConditionCheck |
ConditionCheck.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
Put |
Put.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
ScanRequest |
ScanRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
UpdateItemRequest |
UpdateItemRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
Delete |
Delete.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
QueryRequest |
QueryRequest.withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.
|
PutItemRequest |
PutItemRequest.withItem(Map<String,AttributeValue> item)
A map of attribute name/value pairs, one for each attribute.
|
Put |
Put.withItem(Map<String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary key of the item to be written by
PutItem . |
ItemResponse |
ItemResponse.withItem(Map<String,AttributeValue> item)
Map of attribute data consisting of the data type and attribute value.
|
CancellationReason |
CancellationReason.withItem(Map<String,AttributeValue> item)
Item in the request which caused the transaction to get cancelled.
|
BatchStatementResponse |
BatchStatementResponse.withItem(Map<String,AttributeValue> item)
A DynamoDB item associated with a BatchStatementResponse
|
GetItemResult |
GetItemResult.withItem(Map<String,AttributeValue> item)
A map of attribute names to
AttributeValue objects, as specified by
ProjectionExpression . |
PutRequest |
PutRequest.withItem(Map<String,AttributeValue> item)
A map of attribute name to attribute values, representing the primary key of an item to be processed by
PutItem . |
ItemCollectionMetrics |
ItemCollectionMetrics.withItemCollectionKey(Map<String,AttributeValue> itemCollectionKey)
The partition key value of the item collection.
|
ScanResult |
ScanResult.withItems(Collection<Map<String,AttributeValue>> items)
An array of item attributes that match the scan criteria.
|
ExecuteStatementResult |
ExecuteStatementResult.withItems(Collection<Map<String,AttributeValue>> items)
If a read operation was used, this property will contain the result of the reade operation; a map of attribute
names and their values.
|
QueryResult |
QueryResult.withItems(Collection<Map<String,AttributeValue>> items)
An array of item attributes that match the query criteria.
|
DeleteItemRequest |
DeleteItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
DeleteItemRequest |
DeleteItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
GetItemRequest |
GetItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
GetItemRequest |
GetItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
UpdateItemRequest |
UpdateItemRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
DeleteRequest |
DeleteRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
DeleteRequest |
DeleteRequest.withKey(Map.Entry<String,AttributeValue> hashKey,
Map.Entry<String,AttributeValue> rangeKey)
Set the hash and range key attributes of the item.
|
DeleteItemRequest |
DeleteItemRequest.withKey(Map<String,AttributeValue> key)
A map of attribute names to
AttributeValue objects, representing the primary key of the item to
delete. |
GetItemRequest |
GetItemRequest.withKey(Map<String,AttributeValue> key)
A map of attribute names to
AttributeValue objects, representing the primary key of the item to
retrieve. |
Update |
Update.withKey(Map<String,AttributeValue> key)
The primary key of the item to be updated.
|
ConditionCheck |
ConditionCheck.withKey(Map<String,AttributeValue> key)
The primary key of the item to be checked.
|
Get |
Get.withKey(Map<String,AttributeValue> key)
A map of attribute names to
AttributeValue objects that specifies the primary key of the item to
retrieve. |
UpdateItemRequest |
UpdateItemRequest.withKey(Map<String,AttributeValue> key)
The primary key of the item to be updated.
|
Delete |
Delete.withKey(Map<String,AttributeValue> key)
The primary key of the item to be deleted.
|
DeleteRequest |
DeleteRequest.withKey(Map<String,AttributeValue> key)
A map of attribute name to attribute values, representing the primary key of the item to delete.
|
KeysAndAttributes |
KeysAndAttributes.withKeys(Collection<Map<String,AttributeValue>> keys)
The primary key attribute values that define the items and the attributes associated with the items.
|
StreamRecord |
StreamRecord.withKeys(Map<String,AttributeValue> keys)
The primary key attribute(s) for the DynamoDB item that was modified.
|
AttributeValue |
AttributeValue.withL(Collection<AttributeValue> l)
An attribute of type List.
|
ScanResult |
ScanResult.withLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the previous result set.
|
QueryResult |
QueryResult.withLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)
The primary key of the item where the operation stopped, inclusive of the previous result set.
|
AttributeValue |
AttributeValue.withM(Map<String,AttributeValue> m)
An attribute of type Map.
|
StreamRecord |
StreamRecord.withNewImage(Map<String,AttributeValue> newImage)
The item in the DynamoDB table as it appeared after it was modified.
|
StreamRecord |
StreamRecord.withOldImage(Map<String,AttributeValue> oldImage)
The item in the DynamoDB table as it appeared before it was modified.
|
ExecuteStatementRequest |
ExecuteStatementRequest.withParameters(Collection<AttributeValue> parameters)
The parameters for the PartiQL statement, if any.
|
BatchStatementRequest |
BatchStatementRequest.withParameters(Collection<AttributeValue> parameters)
The parameters associated with a PartiQL statement in the batch request.
|
ParameterizedStatement |
ParameterizedStatement.withParameters(Collection<AttributeValue> parameters)
The parameter values.
|
BatchGetItemResult |
BatchGetItemResult.withResponses(Map<String,List<Map<String,AttributeValue>>> responses)
A map of table name to a list of items.
|
Constructor and Description |
---|
AttributeValueUpdate(AttributeValue value,
AttributeAction action)
Constructs a new AttributeValueUpdate object.
|
AttributeValueUpdate(AttributeValue value,
String action)
Constructs a new AttributeValueUpdate object.
|
ExpectedAttributeValue(AttributeValue value)
Constructs a new ExpectedAttributeValue object.
|
Constructor and Description |
---|
DeleteItemRequest(String tableName,
Map<String,AttributeValue> key)
Constructs a new DeleteItemRequest object.
|
DeleteItemRequest(String tableName,
Map<String,AttributeValue> key,
ReturnValue returnValues)
Constructs a new DeleteItemRequest object.
|
DeleteItemRequest(String tableName,
Map<String,AttributeValue> key,
String returnValues)
Constructs a new DeleteItemRequest object.
|
DeleteRequest(Map<String,AttributeValue> key)
Constructs a new DeleteRequest object.
|
GetItemRequest(String tableName,
Map<String,AttributeValue> key)
Constructs a new GetItemRequest object.
|
GetItemRequest(String tableName,
Map<String,AttributeValue> key,
Boolean consistentRead)
Constructs a new GetItemRequest object.
|
PutItemRequest(String tableName,
Map<String,AttributeValue> item)
Constructs a new PutItemRequest object.
|
PutItemRequest(String tableName,
Map<String,AttributeValue> item,
ReturnValue returnValues)
Constructs a new PutItemRequest object.
|
PutItemRequest(String tableName,
Map<String,AttributeValue> item,
String returnValues)
Constructs a new PutItemRequest object.
|
PutRequest(Map<String,AttributeValue> item)
Constructs a new PutRequest object.
|
UpdateItemRequest(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates)
Constructs a new UpdateItemRequest object.
|
UpdateItemRequest(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
ReturnValue returnValues)
Constructs a new UpdateItemRequest object.
|
UpdateItemRequest(String tableName,
Map<String,AttributeValue> key,
Map<String,AttributeValueUpdate> attributeUpdates,
String returnValues)
Constructs a new UpdateItemRequest object.
|
Copyright © 2021. All rights reserved.