Uses of Class
com.amazonaws.services.dynamodbv2.model.AttributeValue
-
Packages that use AttributeValue Package Description com.amazonaws.services.dynamodbv2 com.amazonaws.services.dynamodbv2.datamodeling com.amazonaws.services.dynamodbv2.datamodeling.marshallers Standard implementations ofArgumentMarshaller.com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers Standard implementations ofArgumentUnmarshaller.com.amazonaws.services.dynamodbv2.model -
-
Uses of AttributeValue in com.amazonaws.services.dynamodbv2
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type AttributeValue Modifier and Type Method Description DeleteItemResultAbstractAmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key)DeleteItemResultAbstractAmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key, String returnValues)DeleteItemResultAmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key)Simplified method form for invoking the DeleteItem operation.DeleteItemResultAmazonDynamoDB. deleteItem(String tableName, Map<String,AttributeValue> key, String returnValues)Simplified method form for invoking the DeleteItem operation.DeleteItemResultAmazonDynamoDBClient. deleteItem(String tableName, Map<String,AttributeValue> key)DeleteItemResultAmazonDynamoDBClient. deleteItem(String tableName, Map<String,AttributeValue> key, String returnValues)Future<DeleteItemResult>AbstractAmazonDynamoDBAsync. 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>AbstractAmazonDynamoDBAsync. 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>AmazonDynamoDBAsync. 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, 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)Simplified method form for invoking the DeleteItem operation.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.Future<DeleteItemResult>AmazonDynamoDBAsyncClient. 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, 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)Simplified method form for invoking the DeleteItem operation.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.GetItemResultAbstractAmazonDynamoDB. getItem(String tableName, Map<String,AttributeValue> key)GetItemResultAbstractAmazonDynamoDB. getItem(String tableName, Map<String,AttributeValue> key, Boolean consistentRead)GetItemResultAmazonDynamoDB. getItem(String tableName, Map<String,AttributeValue> key)Simplified method form for invoking the GetItem operation.GetItemResultAmazonDynamoDB. getItem(String tableName, Map<String,AttributeValue> key, Boolean consistentRead)Simplified method form for invoking the GetItem operation.GetItemResultAmazonDynamoDBClient. getItem(String tableName, Map<String,AttributeValue> key)GetItemResultAmazonDynamoDBClient. getItem(String tableName, Map<String,AttributeValue> key, Boolean consistentRead)Future<GetItemResult>AbstractAmazonDynamoDBAsync. 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>AbstractAmazonDynamoDBAsync. 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>AmazonDynamoDBAsync. 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, 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)Simplified method form for invoking the GetItem operation.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.Future<GetItemResult>AmazonDynamoDBAsyncClient. 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, 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)Simplified method form for invoking the GetItem operation.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.PutItemResultAbstractAmazonDynamoDB. putItem(String tableName, Map<String,AttributeValue> item)PutItemResultAbstractAmazonDynamoDB. putItem(String tableName, Map<String,AttributeValue> item, String returnValues)PutItemResultAmazonDynamoDB. putItem(String tableName, Map<String,AttributeValue> item)Simplified method form for invoking the PutItem operation.PutItemResultAmazonDynamoDB. putItem(String tableName, Map<String,AttributeValue> item, String returnValues)Simplified method form for invoking the PutItem operation.PutItemResultAmazonDynamoDBClient. putItem(String tableName, Map<String,AttributeValue> item)PutItemResultAmazonDynamoDBClient. putItem(String tableName, Map<String,AttributeValue> item, String returnValues)Future<PutItemResult>AbstractAmazonDynamoDBAsync. 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>AbstractAmazonDynamoDBAsync. 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>AmazonDynamoDBAsync. 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, 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)Simplified method form for invoking the PutItem operation.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.Future<PutItemResult>AmazonDynamoDBAsyncClient. 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, 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)Simplified method form for invoking the PutItem operation.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.UpdateItemResultAbstractAmazonDynamoDB. updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates)UpdateItemResultAbstractAmazonDynamoDB. updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates, String returnValues)UpdateItemResultAmazonDynamoDB. updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates)Simplified method form for invoking the UpdateItem operation.UpdateItemResultAmazonDynamoDB. updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates, String returnValues)Simplified method form for invoking the UpdateItem operation.UpdateItemResultAmazonDynamoDBClient. updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates)UpdateItemResultAmazonDynamoDBClient. updateItem(String tableName, Map<String,AttributeValue> key, Map<String,AttributeValueUpdate> attributeUpdates, String returnValues)Future<UpdateItemResult>AbstractAmazonDynamoDBAsync. 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>AbstractAmazonDynamoDBAsync. 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>AmazonDynamoDBAsync. 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, 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)Simplified method form for invoking the UpdateItem operation.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.Future<UpdateItemResult>AmazonDynamoDBAsyncClient. 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, 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)Simplified method form for invoking the UpdateItem operation.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. -
Uses of AttributeValue in com.amazonaws.services.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return AttributeValue Modifier and Type Method Description AttributeValueItemConverter. convert(Method getter, Object value)Converts a Java object into a DynamoDB AttributeValue.AttributeValueArgumentMarshaller. marshall(Object obj)Marshalls the object given into an AttributeValue.Methods in com.amazonaws.services.dynamodbv2.datamodeling that return types with arguments of type AttributeValue Modifier and Type Method Description Map<String,AttributeValue>ItemConverter. convert(Object value)Converts an appropriately-annotated POJO into a Map of AttributeValues.Map<String,AttributeValue>AttributeTransformer.Parameters. getAttributeValues()Returns the raw attribute values to be transformed or untransformed.Map<String,AttributeValue>DynamoDBQueryExpression. getExclusiveStartKey()Returns the exclusive start key for this query.Map<String,AttributeValue>DynamoDBScanExpression. getExclusiveStartKey()Returns the exclusive start key for this scan.Map<String,AttributeValue>DynamoDBDeleteExpression. 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>DynamoDBScanExpression. 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)Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type AttributeValue Modifier and Type Method Description DynamoDBDeleteExpressionDynamoDBDeleteExpression. 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.DynamoDBScanExpressionDynamoDBScanExpression. addExpressionAttributeValuesEntry(String key, AttributeValue value)One or more values that can be substituted in an expression.protected voidDynamoDBMapper.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 voidDynamoDBMapper.SaveObjectHandler. onPrimaryKeyAttributeValue(String attributeName, AttributeValue keyAttributeValue)Implement this method to do the necessary operations when a primary key attribute is set with some value.voidArgumentUnmarshaller. typeCheck(AttributeValue value, Method setter)Asserts that the value given can be processed using the setter given.ObjectItemConverter. unconvert(Method getter, Method setter, AttributeValue value)Reverses theItemConverter.convert(Method, Object)method, turning a DynamoDB AttributeValue back into a Java object suitable for passing to the given setter.ObjectArgumentUnmarshaller. unmarshall(AttributeValue value)Unmarshalls theAttributeValuegiven into an instance of the appropriate type, as determined byDynamoDBReflectorandDynamoDBMapperMethod parameters in com.amazonaws.services.dynamodbv2.datamodeling with type arguments of type AttributeValue Modifier and Type Method Description <T> TAbstractDynamoDBMapper. marshallIntoObject(Class<T> clazz, Map<String,AttributeValue> itemAttributes)<T> TDynamoDBMapper. marshallIntoObject(Class<T> clazz, Map<String,AttributeValue> itemAttributes)<T> TIDynamoDBMapper. 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> 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)<T> List<T>IDynamoDBMapper. marshallIntoObjects(Class<T> clazz, List<Map<String,AttributeValue>> itemAttributes)Unmarshalls the list of item attributes into objects of type clazz.voidDynamoDBQueryExpression. setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)Sets the exclusive start key for this query.voidDynamoDBScanExpression. setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)Sets the exclusive start key for this scan.voidDynamoDBDeleteExpression. setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.voidDynamoDBQueryExpression. setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.voidDynamoDBScanExpression. setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.voidQueryResultPage. setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)voidScanResultPage. setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)<T> TItemConverter. unconvert(Class<T> clazz, Map<String,AttributeValue> values)Reverses theItemConverter.convert(Object)method, turning a map of attribute values back into a POJO of the given class.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.DynamoDBScanExpressionDynamoDBScanExpression. withExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)Sets the exclusive start key for this scan and returns a pointer to this object for method-chaining.DynamoDBDeleteExpressionDynamoDBDeleteExpression. 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.DynamoDBScanExpressionDynamoDBScanExpression. withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression. -
Uses of AttributeValue in com.amazonaws.services.dynamodbv2.datamodeling.marshallers
Methods in com.amazonaws.services.dynamodbv2.datamodeling.marshallers that return AttributeValue Modifier and Type Method Description AttributeValueBooleanSetToNumberSetMarshaller. marshall(Object obj)AttributeValueBooleanToBooleanMarshaller. marshall(Object obj)AttributeValueBooleanToNumberMarshaller. marshall(Object obj)AttributeValueByteArraySetToBinarySetMarshaller. marshall(Object obj)AttributeValueByteArrayToBinaryMarshaller. marshall(Object obj)AttributeValueByteBufferSetToBinarySetMarshaller. marshall(Object obj)AttributeValueByteBufferToBinaryMarshaller. marshall(Object obj)AttributeValueCalendarSetToStringSetMarshaller. marshall(Object obj)AttributeValueCalendarToStringMarshaller. marshall(Object obj)AttributeValueCollectionToListMarshaller. marshall(Object obj)AttributeValueCustomMarshaller. marshall(Object obj)AttributeValueDateSetToStringSetMarshaller. marshall(Object obj)AttributeValueDateToStringMarshaller. marshall(Object obj)AttributeValueMapToMapMarshaller. marshall(Object obj)AttributeValueNumberSetToNumberSetMarshaller. marshall(Object obj)AttributeValueNumberToNumberMarshaller. marshall(Object obj)AttributeValueObjectSetToStringSetMarshaller. marshall(Object obj)AttributeValueObjectToMapMarshaller. marshall(Object obj)AttributeValueObjectToStringMarshaller. marshall(Object obj)AttributeValueS3LinkToStringMarshaller. marshall(Object obj)AttributeValueStringSetToStringSetMarshaller. marshall(Object obj)AttributeValueStringToStringMarshaller. marshall(Object obj)AttributeValueUUIDSetToStringSetMarshaller. marshall(Object obj) -
Uses of AttributeValue in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers
Methods in com.amazonaws.services.dynamodbv2.datamodeling.unmarshallers with parameters of type AttributeValue Modifier and Type Method Description voidBooleanSetUnmarshaller. typeCheck(AttributeValue value, Method setter)voidBooleanUnmarshaller. typeCheck(AttributeValue value, Method setter)voidNullableUnmarshaller. typeCheck(AttributeValue value, Method setter)ObjectBigDecimalSetUnmarshaller. unmarshall(AttributeValue value)ObjectBigDecimalUnmarshaller. unmarshall(AttributeValue value)ObjectBigIntegerSetUnmarshaller. unmarshall(AttributeValue value)ObjectBigIntegerUnmarshaller. unmarshall(AttributeValue value)ObjectBooleanSetUnmarshaller. unmarshall(AttributeValue value)ObjectBooleanUnmarshaller. unmarshall(AttributeValue value)ObjectByteArraySetUnmarshaller. unmarshall(AttributeValue value)ObjectByteArrayUnmarshaller. unmarshall(AttributeValue value)ObjectByteBufferSetUnmarshaller. unmarshall(AttributeValue value)ObjectByteBufferUnmarshaller. unmarshall(AttributeValue value)ObjectByteSetUnmarshaller. unmarshall(AttributeValue value)ObjectByteUnmarshaller. unmarshall(AttributeValue value)ObjectCalendarSetUnmarshaller. unmarshall(AttributeValue value)ObjectCalendarUnmarshaller. unmarshall(AttributeValue value)ObjectCustomUnmarshaller. unmarshall(AttributeValue value)ObjectDateSetUnmarshaller. unmarshall(AttributeValue value)ObjectDateUnmarshaller. unmarshall(AttributeValue value)ObjectDoubleSetUnmarshaller. unmarshall(AttributeValue value)ObjectDoubleUnmarshaller. unmarshall(AttributeValue value)ObjectFloatSetUnmarshaller. unmarshall(AttributeValue value)ObjectFloatUnmarshaller. unmarshall(AttributeValue value)ObjectIntegerSetUnmarshaller. unmarshall(AttributeValue value)ObjectIntegerUnmarshaller. unmarshall(AttributeValue value)ObjectListUnmarshaller. unmarshall(AttributeValue value)ObjectLongSetUnmarshaller. unmarshall(AttributeValue value)ObjectLongUnmarshaller. unmarshall(AttributeValue value)ObjectMapUnmarshaller. unmarshall(AttributeValue value)ObjectNullableUnmarshaller. unmarshall(AttributeValue value)ObjectObjectSetUnmarshaller. unmarshall(AttributeValue value)ObjectObjectUnmarshaller. unmarshall(AttributeValue value)ObjectS3LinkUnmarshaller. unmarshall(AttributeValue value)ObjectShortSetUnmarshaller. unmarshall(AttributeValue value)ObjectShortUnmarshaller. unmarshall(AttributeValue value)ObjectStringSetUnmarshaller. unmarshall(AttributeValue value)ObjectStringUnmarshaller. unmarshall(AttributeValue value)Set<UUID>UUIDSetUnmarshaller. unmarshall(AttributeValue value)UUIDUUIDUnmarshaller. unmarshall(AttributeValue value) -
Uses of AttributeValue in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return AttributeValue Modifier and Type Method Description AttributeValueAttributeValue. addMEntry(String key, AttributeValue value)AttributeValueAttributeValue. clearMEntries()Removes all the entries added into M.AttributeValueAttributeValue. clone()AttributeValueAttributeValueUpdate. getValue()AttributeValueExpectedAttributeValue. getValue()AttributeValueAttributeValue. withB(ByteBuffer b)A Binary data type.AttributeValueAttributeValue. withBOOL(Boolean bOOL)A Boolean data type.AttributeValueAttributeValue. withBS(ByteBuffer... bS)A Binary Set data type.AttributeValueAttributeValue. withBS(Collection<ByteBuffer> bS)A Binary Set data type.AttributeValueAttributeValue. withL(AttributeValue... l)A List of attribute values.AttributeValueAttributeValue. withL(Collection<AttributeValue> l)A List of attribute values.AttributeValueAttributeValue. withM(Map<String,AttributeValue> m)A Map of attribute values.AttributeValueAttributeValue. withN(String n)A Number data type.AttributeValueAttributeValue. withNS(String... nS)A Number Set data type.AttributeValueAttributeValue. withNS(Collection<String> nS)A Number Set data type.AttributeValueAttributeValue. withNULL(Boolean nULLValue)A Null data type.AttributeValueAttributeValue. withS(String s)A String data type.AttributeValueAttributeValue. withSS(String... sS)A String Set data type.AttributeValueAttributeValue. withSS(Collection<String> sS)A String Set data type.Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type AttributeValue Modifier and Type Method Description 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 asALL_OLDin the request.Map<String,AttributeValue>UpdateItemResult. getAttributes()A map of attribute values as they appeared before the UpdateItem operation.List<AttributeValue>Condition. getAttributeValueList()One or more values to evaluate against the supplied attribute.List<AttributeValue>ExpectedAttributeValue. getAttributeValueList()One or more values to evaluate against the supplied attribute.Map<String,AttributeValue>QueryRequest. getExclusiveStartKey()The primary key of the first item that this operation will evaluate.Map<String,AttributeValue>ScanRequest. getExclusiveStartKey()The primary key of the first item that this operation will evaluate.Map<String,AttributeValue>DeleteItemRequest. getExpressionAttributeValues()One or more values that can be substituted in an expression.Map<String,AttributeValue>PutItemRequest. getExpressionAttributeValues()One or more values that can be substituted in an expression.Map<String,AttributeValue>QueryRequest. 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>GetItemResult. getItem()A map of attribute names to AttributeValue objects, as specified by AttributesToGet.Map<String,AttributeValue>PutItemRequest. getItem()A map of attribute name/value pairs, one for each attribute.Map<String,AttributeValue>PutRequest. getItem()A map of attribute name to attribute values, representing the primary key of an item to be processed by PutItem.Map<String,AttributeValue>ItemCollectionMetrics. getItemCollectionKey()The partition key value of the item collection.List<Map<String,AttributeValue>>QueryResult. getItems()An array of item attributes that match the query criteria.List<Map<String,AttributeValue>>ScanResult. getItems()An array of item attributes that match the scan criteria.Map<String,AttributeValue>DeleteItemRequest. getKey()A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.Map<String,AttributeValue>DeleteRequest. getKey()A map of attribute name to attribute values, representing the primary key of the item to delete.Map<String,AttributeValue>GetItemRequest. getKey()A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.Map<String,AttributeValue>UpdateItemRequest. getKey()The primary key of the item to be updated.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()A List of attribute values.Map<String,AttributeValue>QueryResult. getLastEvaluatedKey()The primary key of the item where the operation stopped, inclusive of the previous result set.Map<String,AttributeValue>ScanResult. getLastEvaluatedKey()The primary key of the item where the operation stopped, inclusive of the previous result set.Map<String,AttributeValue>AttributeValue. getM()A Map of attribute values.Map<String,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.Map<String,List<Map<String,AttributeValue>>>BatchGetItemResult. getResponses()A map of table name to a list of items.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type AttributeValue Modifier and Type Method Description BatchGetItemResultBatchGetItemResult. addResponsesEntry(String key, List<Map<String,AttributeValue>> value)voidDeleteItemResult. setAttributes(Map<String,AttributeValue> attributes)A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation.voidPutItemResult. setAttributes(Map<String,AttributeValue> attributes)The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified asALL_OLDin the request.voidUpdateItemResult. setAttributes(Map<String,AttributeValue> attributes)A map of attribute values as they appeared before the UpdateItem operation.voidCondition. setAttributeValueList(Collection<AttributeValue> attributeValueList)One or more values to evaluate against the supplied attribute.voidExpectedAttributeValue. setAttributeValueList(Collection<AttributeValue> attributeValueList)One or more values to evaluate against the supplied attribute.voidQueryRequest. 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.voidQueryRequest. setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)The primary key of the first item that this operation will evaluate.voidScanRequest. 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.voidScanRequest. setExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)The primary key of the first item that this operation will evaluate.voidDeleteItemRequest. setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.voidPutItemRequest. setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.voidQueryRequest. setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.voidScanRequest. setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.voidUpdateItemRequest. setExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.voidGetItemResult. setItem(Map<String,AttributeValue> item)A map of attribute names to AttributeValue objects, as specified by AttributesToGet.voidPutItemRequest. setItem(Map<String,AttributeValue> item)A map of attribute name/value pairs, one for each attribute.voidPutRequest. 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.voidItemCollectionMetrics. setItemCollectionKey(Map<String,AttributeValue> itemCollectionKey)The partition key value of the item collection.voidQueryResult. setItems(Collection<Map<String,AttributeValue>> items)An array of item attributes that match the query criteria.voidScanResult. setItems(Collection<Map<String,AttributeValue>> items)An array of item attributes that match the scan criteria.voidDeleteItemRequest. setKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)Set the hash and range key attributes of the item.voidDeleteItemRequest. setKey(Map<String,AttributeValue> key)A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.voidDeleteRequest. setKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)Set the hash and range key attributes of the item.voidDeleteRequest. setKey(Map<String,AttributeValue> key)A map of attribute name to attribute values, representing the primary key of the item to delete.voidGetItemRequest. setKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)Set the hash and range key attributes of the item.voidGetItemRequest. setKey(Map<String,AttributeValue> key)A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.voidUpdateItemRequest. setKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)Set the hash and range key attributes of the item.voidUpdateItemRequest. setKey(Map<String,AttributeValue> key)The primary key of the item to be updated.voidKeysAndAttributes. setKeys(Collection<Map<String,AttributeValue>> keys)The primary key attribute values that define the items and the attributes associated with the items.voidStreamRecord. setKeys(Map<String,AttributeValue> keys)The primary key attribute(s) for the DynamoDB item that was modified.voidAttributeValue. setL(Collection<AttributeValue> l)A List of attribute values.voidQueryResult. setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)The primary key of the item where the operation stopped, inclusive of the previous result set.voidScanResult. setLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)The primary key of the item where the operation stopped, inclusive of the previous result set.voidAttributeValue. setM(Map<String,AttributeValue> m)A Map of attribute values.voidStreamRecord. setNewImage(Map<String,AttributeValue> newImage)The item in the DynamoDB table as it appeared after it was modified.voidStreamRecord. setOldImage(Map<String,AttributeValue> oldImage)The item in the DynamoDB table as it appeared before it was modified.voidBatchGetItemResult. setResponses(Map<String,List<Map<String,AttributeValue>>> responses)A map of table name to a list of items.DeleteItemResultDeleteItemResult. withAttributes(Map<String,AttributeValue> attributes)A map of attribute names to AttributeValue objects, representing the item as it appeared before the DeleteItem operation.PutItemResultPutItemResult. withAttributes(Map<String,AttributeValue> attributes)The attribute values as they appeared before the PutItem operation, but only if ReturnValues is specified asALL_OLDin the request.UpdateItemResultUpdateItemResult. withAttributes(Map<String,AttributeValue> attributes)A map of attribute values as they appeared before the UpdateItem operation.ConditionCondition. withAttributeValueList(Collection<AttributeValue> attributeValueList)One or more values to evaluate against the supplied attribute.ExpectedAttributeValueExpectedAttributeValue. withAttributeValueList(Collection<AttributeValue> attributeValueList)One or more values to evaluate against the supplied attribute.QueryRequestQueryRequest. 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.QueryRequestQueryRequest. withExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)The primary key of the first item that this operation will evaluate.ScanRequestScanRequest. 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.ScanRequestScanRequest. withExclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)The primary key of the first item that this operation will evaluate.DeleteItemRequestDeleteItemRequest. withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.PutItemRequestPutItemRequest. withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.QueryRequestQueryRequest. withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.ScanRequestScanRequest. withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.UpdateItemRequestUpdateItemRequest. withExpressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)One or more values that can be substituted in an expression.GetItemResultGetItemResult. withItem(Map<String,AttributeValue> item)A map of attribute names to AttributeValue objects, as specified by AttributesToGet.PutItemRequestPutItemRequest. withItem(Map<String,AttributeValue> item)A map of attribute name/value pairs, one for each attribute.PutRequestPutRequest. 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.ItemCollectionMetricsItemCollectionMetrics. withItemCollectionKey(Map<String,AttributeValue> itemCollectionKey)The partition key value of the item collection.QueryResultQueryResult. withItems(Collection<Map<String,AttributeValue>> items)An array of item attributes that match the query criteria.ScanResultScanResult. withItems(Collection<Map<String,AttributeValue>> items)An array of item attributes that match the scan criteria.DeleteItemRequestDeleteItemRequest. withKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)Set the hash and range key attributes of the item.DeleteItemRequestDeleteItemRequest. withKey(Map<String,AttributeValue> key)A map of attribute names to AttributeValue objects, representing the primary key of the item to delete.DeleteRequestDeleteRequest. withKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)Set the hash and range key attributes of the item.DeleteRequestDeleteRequest. withKey(Map<String,AttributeValue> key)A map of attribute name to attribute values, representing the primary key of the item to delete.GetItemRequestGetItemRequest. withKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)Set the hash and range key attributes of the item.GetItemRequestGetItemRequest. withKey(Map<String,AttributeValue> key)A map of attribute names to AttributeValue objects, representing the primary key of the item to retrieve.UpdateItemRequestUpdateItemRequest. withKey(Map.Entry<String,AttributeValue> hashKey, Map.Entry<String,AttributeValue> rangeKey)Set the hash and range key attributes of the item.UpdateItemRequestUpdateItemRequest. withKey(Map<String,AttributeValue> key)The primary key of the item to be updated.KeysAndAttributesKeysAndAttributes. withKeys(Collection<Map<String,AttributeValue>> keys)The primary key attribute values that define the items and the attributes associated with the items.StreamRecordStreamRecord. withKeys(Map<String,AttributeValue> keys)The primary key attribute(s) for the DynamoDB item that was modified.AttributeValueAttributeValue. withL(Collection<AttributeValue> l)A List of attribute values.QueryResultQueryResult. withLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)The primary key of the item where the operation stopped, inclusive of the previous result set.ScanResultScanResult. withLastEvaluatedKey(Map<String,AttributeValue> lastEvaluatedKey)The primary key of the item where the operation stopped, inclusive of the previous result set.AttributeValueAttributeValue. withM(Map<String,AttributeValue> m)A Map of attribute values.StreamRecordStreamRecord. withNewImage(Map<String,AttributeValue> newImage)The item in the DynamoDB table as it appeared after it was modified.StreamRecordStreamRecord. withOldImage(Map<String,AttributeValue> oldImage)The item in the DynamoDB table as it appeared before it was modified.BatchGetItemResultBatchGetItemResult. withResponses(Map<String,List<Map<String,AttributeValue>>> responses)A map of table name to a list of items.Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type AttributeValue Constructor 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 parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type AttributeValue Constructor 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.
-