Uses of Class
software.amazon.awssdk.services.dynamodb.model.AttributeValue
Packages that use AttributeValue
Package
Description
-
Uses of AttributeValue in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return AttributeValueModifier and TypeMethodDescriptionstatic AttributeValueCreate an instance of this class withb()initialized to the given value.static AttributeValueCreate an instance of this class withbool()initialized to the given value.static AttributeValueCreate an instance of this class withbs()initialized to the given value.static AttributeValueAttributeValue.fromL(List<AttributeValue> l) Create an instance of this class withl()initialized to the given value.static AttributeValueAttributeValue.fromM(Map<String, AttributeValue> m) Create an instance of this class withm()initialized to the given value.static AttributeValueCreate an instance of this class withn()initialized to the given value.static AttributeValueCreate an instance of this class withns()initialized to the given value.static AttributeValueCreate an instance of this class withnul()initialized to the given value.static AttributeValueCreate an instance of this class withs()initialized to the given value.static AttributeValueCreate an instance of this class withss()initialized to the given value.final AttributeValueAttributeValueUpdate.value()Represents the data for an attribute.final AttributeValueExpectedAttributeValue.value()Represents the data for the expected attribute.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type AttributeValueModifier and TypeMethodDescriptionfinal Map<String,AttributeValue> DeleteItemResponse.attributes()A map of attribute names toAttributeValueobjects, representing the item as it appeared before theDeleteItemoperation.final Map<String,AttributeValue> PutItemResponse.attributes()The attribute values as they appeared before thePutItemoperation, but only ifReturnValuesis specified asALL_OLDin the request.final Map<String,AttributeValue> UpdateItemResponse.attributes()A map of attribute values as they appear before or after theUpdateItemoperation, as determined by theReturnValuesparameter.final List<AttributeValue>Condition.attributeValueList()One or more values to evaluate against the supplied attribute.final List<AttributeValue>ExpectedAttributeValue.attributeValueList()One or more values to evaluate against the supplied attribute.final Map<String,AttributeValue> QueryRequest.exclusiveStartKey()The primary key of the first item that this operation will evaluate.final Map<String,AttributeValue> ScanRequest.exclusiveStartKey()The primary key of the first item that this operation will evaluate.final Map<String,AttributeValue> ConditionCheck.expressionAttributeValues()One or more values that can be substituted in an expression.final Map<String,AttributeValue> Delete.expressionAttributeValues()One or more values that can be substituted in an expression.final Map<String,AttributeValue> DeleteItemRequest.expressionAttributeValues()One or more values that can be substituted in an expression.final Map<String,AttributeValue> One or more values that can be substituted in an expression.final Map<String,AttributeValue> PutItemRequest.expressionAttributeValues()One or more values that can be substituted in an expression.final Map<String,AttributeValue> QueryRequest.expressionAttributeValues()One or more values that can be substituted in an expression.final Map<String,AttributeValue> ScanRequest.expressionAttributeValues()One or more values that can be substituted in an expression.final Map<String,AttributeValue> Update.expressionAttributeValues()One or more values that can be substituted in an expression.final Map<String,AttributeValue> UpdateItemRequest.expressionAttributeValues()One or more values that can be substituted in an expression.final Map<String,AttributeValue> BatchStatementError.item()The item which caused the condition check to fail.final Map<String,AttributeValue> BatchStatementResponse.item()A DynamoDB item associated with a BatchStatementResponsefinal Map<String,AttributeValue> CancellationReason.item()Item in the request which caused the transaction to get cancelled.ConditionalCheckFailedException.item()Item which caused theConditionalCheckFailedException.final Map<String,AttributeValue> GetItemResponse.item()A map of attribute names toAttributeValueobjects, as specified byProjectionExpression.final Map<String,AttributeValue> ItemResponse.item()Map of attribute data consisting of the data type and attribute value.final Map<String,AttributeValue> Put.item()A map of attribute name to attribute values, representing the primary key of the item to be written byPutItem.final Map<String,AttributeValue> PutItemRequest.item()A map of attribute name/value pairs, one for each attribute.final Map<String,AttributeValue> PutRequest.item()A map of attribute name to attribute values, representing the primary key of an item to be processed byPutItem.final Map<String,AttributeValue> ItemCollectionMetrics.itemCollectionKey()The partition key value of the item collection.final List<Map<String,AttributeValue>> ExecuteStatementResponse.items()If a read operation was used, this property will contain the result of the read operation; a map of attribute names and their values.final List<Map<String,AttributeValue>> QueryResponse.items()An array of item attributes that match the query criteria.final List<Map<String,AttributeValue>> ScanResponse.items()An array of item attributes that match the scan criteria.final Map<String,AttributeValue> ConditionCheck.key()The primary key of the item to be checked.final Map<String,AttributeValue> Delete.key()The primary key of the item to be deleted.final Map<String,AttributeValue> DeleteItemRequest.key()A map of attribute names toAttributeValueobjects, representing the primary key of the item to delete.final Map<String,AttributeValue> DeleteRequest.key()A map of attribute name to attribute values, representing the primary key of the item to delete.final Map<String,AttributeValue> Get.key()A map of attribute names toAttributeValueobjects that specifies the primary key of the item to retrieve.final Map<String,AttributeValue> GetItemRequest.key()A map of attribute names toAttributeValueobjects, representing the primary key of the item to retrieve.final Map<String,AttributeValue> Update.key()The primary key of the item to be updated.final Map<String,AttributeValue> UpdateItemRequest.key()The primary key of the item to be updated.final List<Map<String,AttributeValue>> KeysAndAttributes.keys()The primary key attribute values that define the items and the attributes associated with the items.final Map<String,AttributeValue> StreamRecord.keys()The primary key attribute(s) for the DynamoDB item that was modified.final List<AttributeValue>AttributeValue.l()An attribute of type List.final Map<String,AttributeValue> ExecuteStatementResponse.lastEvaluatedKey()The primary key of the item where the operation stopped, inclusive of the previous result set.final Map<String,AttributeValue> QueryResponse.lastEvaluatedKey()The primary key of the item where the operation stopped, inclusive of the previous result set.final Map<String,AttributeValue> ScanResponse.lastEvaluatedKey()The primary key of the item where the operation stopped, inclusive of the previous result set.final Map<String,AttributeValue> AttributeValue.m()An attribute of type Map.final Map<String,AttributeValue> StreamRecord.newImage()The item in the DynamoDB table as it appeared after it was modified.final Map<String,AttributeValue> StreamRecord.oldImage()The item in the DynamoDB table as it appeared before it was modified.final List<AttributeValue>BatchStatementRequest.parameters()The parameters associated with a PartiQL statement in the batch request.final List<AttributeValue>ExecuteStatementRequest.parameters()The parameters for the PartiQL statement, if any.final List<AttributeValue>ParameterizedStatement.parameters()The parameter values.BatchGetItemResponse.responses()A map of table name or table ARN to a list of items.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type AttributeValueModifier and TypeMethodDescriptionCondition.Builder.attributeValueList(AttributeValue... attributeValueList) One or more values to evaluate against the supplied attribute.ExpectedAttributeValue.Builder.attributeValueList(AttributeValue... attributeValueList) One or more values to evaluate against the supplied attribute.AttributeValue.Builder.l(AttributeValue... l) An attribute of type List.BatchStatementRequest.Builder.parameters(AttributeValue... parameters) The parameters associated with a PartiQL statement in the batch request.ExecuteStatementRequest.Builder.parameters(AttributeValue... parameters) The parameters for the PartiQL statement, if any.ParameterizedStatement.Builder.parameters(AttributeValue... parameters) The parameter values.AttributeValueUpdate.Builder.value(AttributeValue value) Represents the data for an attribute.ExpectedAttributeValue.Builder.value(AttributeValue value) Represents the data for the expected attribute.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type AttributeValueModifier and TypeMethodDescriptionDeleteItemResponse.Builder.attributes(Map<String, AttributeValue> attributes) A map of attribute names toAttributeValueobjects, representing the item as it appeared before theDeleteItemoperation.PutItemResponse.Builder.attributes(Map<String, AttributeValue> attributes) The attribute values as they appeared before thePutItemoperation, but only ifReturnValuesis specified asALL_OLDin the request.UpdateItemResponse.Builder.attributes(Map<String, AttributeValue> attributes) A map of attribute values as they appear before or after theUpdateItemoperation, as determined by theReturnValuesparameter.Condition.Builder.attributeValueList(Collection<AttributeValue> attributeValueList) One or more values to evaluate against the supplied attribute.ExpectedAttributeValue.Builder.attributeValueList(Collection<AttributeValue> attributeValueList) One or more values to evaluate against the supplied attribute.QueryRequest.Builder.exclusiveStartKey(Map<String, AttributeValue> exclusiveStartKey) The primary key of the first item that this operation will evaluate.ScanRequest.Builder.exclusiveStartKey(Map<String, AttributeValue> exclusiveStartKey) The primary key of the first item that this operation will evaluate.ConditionCheck.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.Delete.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.DeleteItemRequest.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.Put.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.PutItemRequest.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.QueryRequest.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.ScanRequest.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.Update.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.UpdateItemRequest.Builder.expressionAttributeValues(Map<String, AttributeValue> expressionAttributeValues) One or more values that can be substituted in an expression.static AttributeValueAttributeValue.fromL(List<AttributeValue> l) Create an instance of this class withl()initialized to the given value.static AttributeValueAttributeValue.fromM(Map<String, AttributeValue> m) Create an instance of this class withm()initialized to the given value.BatchStatementError.Builder.item(Map<String, AttributeValue> item) The item which caused the condition check to fail.BatchStatementResponse.Builder.item(Map<String, AttributeValue> item) A DynamoDB item associated with a BatchStatementResponseCancellationReason.Builder.item(Map<String, AttributeValue> item) Item in the request which caused the transaction to get cancelled.ConditionalCheckFailedException.Builder.item(Map<String, AttributeValue> item) Item which caused theConditionalCheckFailedException.GetItemResponse.Builder.item(Map<String, AttributeValue> item) A map of attribute names toAttributeValueobjects, as specified byProjectionExpression.ItemResponse.Builder.item(Map<String, AttributeValue> item) Map of attribute data consisting of the data type and attribute value.Put.Builder.item(Map<String, AttributeValue> item) A map of attribute name to attribute values, representing the primary key of the item to be written byPutItem.PutItemRequest.Builder.item(Map<String, AttributeValue> item) A map of attribute name/value pairs, one for each attribute.PutRequest.Builder.item(Map<String, AttributeValue> item) A map of attribute name to attribute values, representing the primary key of an item to be processed byPutItem.ItemCollectionMetrics.Builder.itemCollectionKey(Map<String, AttributeValue> itemCollectionKey) The partition key value of the item collection.ExecuteStatementResponse.Builder.items(Collection<? extends Map<String, AttributeValue>> items) If a read operation was used, this property will contain the result of the read operation; a map of attribute names and their values.QueryResponse.Builder.items(Collection<? extends Map<String, AttributeValue>> items) An array of item attributes that match the query criteria.ScanResponse.Builder.items(Collection<? extends Map<String, AttributeValue>> items) An array of item attributes that match the scan criteria.ConditionCheck.Builder.key(Map<String, AttributeValue> key) The primary key of the item to be checked.Delete.Builder.key(Map<String, AttributeValue> key) The primary key of the item to be deleted.DeleteItemRequest.Builder.key(Map<String, AttributeValue> key) A map of attribute names toAttributeValueobjects, representing the primary key of the item to delete.DeleteRequest.Builder.key(Map<String, AttributeValue> key) A map of attribute name to attribute values, representing the primary key of the item to delete.Get.Builder.key(Map<String, AttributeValue> key) A map of attribute names toAttributeValueobjects that specifies the primary key of the item to retrieve.GetItemRequest.Builder.key(Map<String, AttributeValue> key) A map of attribute names toAttributeValueobjects, representing the primary key of the item to retrieve.Update.Builder.key(Map<String, AttributeValue> key) The primary key of the item to be updated.UpdateItemRequest.Builder.key(Map<String, AttributeValue> key) The primary key of the item to be updated.KeysAndAttributes.Builder.keys(Collection<? extends Map<String, AttributeValue>> keys) The primary key attribute values that define the items and the attributes associated with the items.StreamRecord.Builder.keys(Map<String, AttributeValue> keys) The primary key attribute(s) for the DynamoDB item that was modified.AttributeValue.Builder.l(Collection<AttributeValue> l) An attribute of type List.ExecuteStatementResponse.Builder.lastEvaluatedKey(Map<String, AttributeValue> lastEvaluatedKey) The primary key of the item where the operation stopped, inclusive of the previous result set.QueryResponse.Builder.lastEvaluatedKey(Map<String, AttributeValue> lastEvaluatedKey) The primary key of the item where the operation stopped, inclusive of the previous result set.ScanResponse.Builder.lastEvaluatedKey(Map<String, AttributeValue> lastEvaluatedKey) The primary key of the item where the operation stopped, inclusive of the previous result set.AttributeValue.Builder.m(Map<String, AttributeValue> m) An attribute of type Map.StreamRecord.Builder.newImage(Map<String, AttributeValue> newImage) The item in the DynamoDB table as it appeared after it was modified.StreamRecord.Builder.oldImage(Map<String, AttributeValue> oldImage) The item in the DynamoDB table as it appeared before it was modified.BatchStatementRequest.Builder.parameters(Collection<AttributeValue> parameters) The parameters associated with a PartiQL statement in the batch request.ExecuteStatementRequest.Builder.parameters(Collection<AttributeValue> parameters) The parameters for the PartiQL statement, if any.ParameterizedStatement.Builder.parameters(Collection<AttributeValue> parameters) The parameter values.BatchGetItemResponse.Builder.responses(Map<String, ? extends Collection<? extends Map<String, AttributeValue>>> responses) A map of table name or table ARN to a list of items. -
Uses of AttributeValue in software.amazon.awssdk.services.dynamodb.paginators
Methods in software.amazon.awssdk.services.dynamodb.paginators that return types with arguments of type AttributeValueModifier and TypeMethodDescriptionfinal SdkIterable<Map<String,AttributeValue>> QueryIterable.items()Returns an iterable to iterate through the paginatedQueryResponse.items()member.final SdkPublisher<Map<String,AttributeValue>> QueryPublisher.items()Returns a publisher that can be used to get a stream of data.final SdkIterable<Map<String,AttributeValue>> ScanIterable.items()Returns an iterable to iterate through the paginatedScanResponse.items()member.final SdkPublisher<Map<String,AttributeValue>> ScanPublisher.items()Returns a publisher that can be used to get a stream of data.