Uses of Class
software.amazon.awssdk.services.dynamodb.model.AttributeValue
-
Packages that use AttributeValue Package Description software.amazon.awssdk.services.dynamodb.model software.amazon.awssdk.services.dynamodb.paginators -
-
Uses of AttributeValue in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return AttributeValue Modifier and Type Method Description static AttributeValue
AttributeValue. fromB(SdkBytes b)
Create an instance of this class withb()
initialized to the given value.static AttributeValue
AttributeValue. fromBool(Boolean bool)
Create an instance of this class withbool()
initialized to the given value.static AttributeValue
AttributeValue. fromBs(List<SdkBytes> bs)
Create an instance of this class withbs()
initialized to the given value.static AttributeValue
AttributeValue. fromL(List<AttributeValue> l)
Create an instance of this class withl()
initialized to the given value.static AttributeValue
AttributeValue. fromM(Map<String,AttributeValue> m)
Create an instance of this class withm()
initialized to the given value.static AttributeValue
AttributeValue. fromN(String n)
Create an instance of this class withn()
initialized to the given value.static AttributeValue
AttributeValue. fromNs(List<String> ns)
Create an instance of this class withns()
initialized to the given value.static AttributeValue
AttributeValue. fromNul(Boolean nul)
Create an instance of this class withnul()
initialized to the given value.static AttributeValue
AttributeValue. fromS(String s)
Create an instance of this class withs()
initialized to the given value.static AttributeValue
AttributeValue. fromSs(List<String> ss)
Create an instance of this class withss()
initialized to the given value.AttributeValue
AttributeValueUpdate. value()
Represents the data for an attribute.AttributeValue
ExpectedAttributeValue. value()
Represents the data for the expected attribute.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type AttributeValue Modifier and Type Method Description Map<String,AttributeValue>
DeleteItemResponse. attributes()
A map of attribute names toAttributeValue
objects, representing the item as it appeared before theDeleteItem
operation.Map<String,AttributeValue>
PutItemResponse. attributes()
The attribute values as they appeared before thePutItem
operation, but only ifReturnValues
is specified asALL_OLD
in the request.Map<String,AttributeValue>
UpdateItemResponse. attributes()
A map of attribute values as they appear before or after theUpdateItem
operation, as determined by theReturnValues
parameter.List<AttributeValue>
Condition. attributeValueList()
One or more values to evaluate against the supplied attribute.List<AttributeValue>
ExpectedAttributeValue. attributeValueList()
One or more values to evaluate against the supplied attribute.Map<String,AttributeValue>
QueryRequest. exclusiveStartKey()
The primary key of the first item that this operation will evaluate.Map<String,AttributeValue>
ScanRequest. exclusiveStartKey()
The primary key of the first item that this operation will evaluate.Map<String,AttributeValue>
ConditionCheck. expressionAttributeValues()
One or more values that can be substituted in an expression.Map<String,AttributeValue>
Delete. expressionAttributeValues()
One or more values that can be substituted in an expression.Map<String,AttributeValue>
DeleteItemRequest. expressionAttributeValues()
One or more values that can be substituted in an expression.Map<String,AttributeValue>
Put. expressionAttributeValues()
One or more values that can be substituted in an expression.Map<String,AttributeValue>
PutItemRequest. expressionAttributeValues()
One or more values that can be substituted in an expression.Map<String,AttributeValue>
QueryRequest. expressionAttributeValues()
One or more values that can be substituted in an expression.Map<String,AttributeValue>
ScanRequest. expressionAttributeValues()
One or more values that can be substituted in an expression.Map<String,AttributeValue>
Update. expressionAttributeValues()
One or more values that can be substituted in an expression.Map<String,AttributeValue>
UpdateItemRequest. expressionAttributeValues()
One or more values that can be substituted in an expression.Map<String,AttributeValue>
BatchStatementError. item()
The item which caused the condition check to fail.Map<String,AttributeValue>
BatchStatementResponse. item()
A DynamoDB item associated with a BatchStatementResponseMap<String,AttributeValue>
CancellationReason. item()
Item in the request which caused the transaction to get cancelled.Map<String,AttributeValue>
ConditionalCheckFailedException. item()
Item which caused theConditionalCheckFailedException
.Map<String,AttributeValue>
GetItemResponse. item()
A map of attribute names toAttributeValue
objects, as specified byProjectionExpression
.Map<String,AttributeValue>
ItemResponse. item()
Map of attribute data consisting of the data type and attribute value.Map<String,AttributeValue>
Put. item()
A map of attribute name to attribute values, representing the primary key of the item to be written byPutItem
.Map<String,AttributeValue>
PutItemRequest. item()
A map of attribute name/value pairs, one for each attribute.Map<String,AttributeValue>
PutRequest. item()
A map of attribute name to attribute values, representing the primary key of an item to be processed byPutItem
.Map<String,AttributeValue>
ItemCollectionMetrics. itemCollectionKey()
The partition key value of the item collection.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.List<Map<String,AttributeValue>>
QueryResponse. items()
An array of item attributes that match the query criteria.List<Map<String,AttributeValue>>
ScanResponse. items()
An array of item attributes that match the scan criteria.Map<String,AttributeValue>
ConditionCheck. key()
The primary key of the item to be checked.Map<String,AttributeValue>
Delete. key()
The primary key of the item to be deleted.Map<String,AttributeValue>
DeleteItemRequest. key()
A map of attribute names toAttributeValue
objects, representing the primary key of the item to delete.Map<String,AttributeValue>
DeleteRequest. key()
A map of attribute name to attribute values, representing the primary key of the item to delete.Map<String,AttributeValue>
Get. key()
A map of attribute names toAttributeValue
objects that specifies the primary key of the item to retrieve.Map<String,AttributeValue>
GetItemRequest. key()
A map of attribute names toAttributeValue
objects, representing the primary key of the item to retrieve.Map<String,AttributeValue>
Update. key()
The primary key of the item to be updated.Map<String,AttributeValue>
UpdateItemRequest. key()
The primary key of the item to be updated.List<Map<String,AttributeValue>>
KeysAndAttributes. keys()
The primary key attribute values that define the items and the attributes associated with the items.Map<String,AttributeValue>
StreamRecord. keys()
The primary key attribute(s) for the DynamoDB item that was modified.List<AttributeValue>
AttributeValue. l()
An attribute of type List.Map<String,AttributeValue>
ExecuteStatementResponse. lastEvaluatedKey()
The primary key of the item where the operation stopped, inclusive of the previous result set.Map<String,AttributeValue>
QueryResponse. lastEvaluatedKey()
The primary key of the item where the operation stopped, inclusive of the previous result set.Map<String,AttributeValue>
ScanResponse. lastEvaluatedKey()
The primary key of the item where the operation stopped, inclusive of the previous result set.Map<String,AttributeValue>
AttributeValue. m()
An attribute of type Map.Map<String,AttributeValue>
StreamRecord. newImage()
The item in the DynamoDB table as it appeared after it was modified.Map<String,AttributeValue>
StreamRecord. oldImage()
The item in the DynamoDB table as it appeared before it was modified.List<AttributeValue>
BatchStatementRequest. parameters()
The parameters associated with a PartiQL statement in the batch request.List<AttributeValue>
ExecuteStatementRequest. parameters()
The parameters for the PartiQL statement, if any.List<AttributeValue>
ParameterizedStatement. parameters()
The parameter values.Map<String,List<Map<String,AttributeValue>>>
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 AttributeValue Modifier and Type Method Description Condition.Builder
Condition.Builder. attributeValueList(AttributeValue... attributeValueList)
One or more values to evaluate against the supplied attribute.ExpectedAttributeValue.Builder
ExpectedAttributeValue.Builder. attributeValueList(AttributeValue... attributeValueList)
One or more values to evaluate against the supplied attribute.AttributeValue.Builder
AttributeValue.Builder. l(AttributeValue... l)
An attribute of type List.BatchStatementRequest.Builder
BatchStatementRequest.Builder. parameters(AttributeValue... parameters)
The parameters associated with a PartiQL statement in the batch request.ExecuteStatementRequest.Builder
ExecuteStatementRequest.Builder. parameters(AttributeValue... parameters)
The parameters for the PartiQL statement, if any.ParameterizedStatement.Builder
ParameterizedStatement.Builder. parameters(AttributeValue... parameters)
The parameter values.AttributeValueUpdate.Builder
AttributeValueUpdate.Builder. value(AttributeValue value)
Represents the data for an attribute.ExpectedAttributeValue.Builder
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 AttributeValue Modifier and Type Method Description DeleteItemResponse.Builder
DeleteItemResponse.Builder. attributes(Map<String,AttributeValue> attributes)
A map of attribute names toAttributeValue
objects, representing the item as it appeared before theDeleteItem
operation.PutItemResponse.Builder
PutItemResponse.Builder. attributes(Map<String,AttributeValue> attributes)
The attribute values as they appeared before thePutItem
operation, but only ifReturnValues
is specified asALL_OLD
in the request.UpdateItemResponse.Builder
UpdateItemResponse.Builder. attributes(Map<String,AttributeValue> attributes)
A map of attribute values as they appear before or after theUpdateItem
operation, as determined by theReturnValues
parameter.Condition.Builder
Condition.Builder. attributeValueList(Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.ExpectedAttributeValue.Builder
ExpectedAttributeValue.Builder. attributeValueList(Collection<AttributeValue> attributeValueList)
One or more values to evaluate against the supplied attribute.QueryRequest.Builder
QueryRequest.Builder. exclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.ScanRequest.Builder
ScanRequest.Builder. exclusiveStartKey(Map<String,AttributeValue> exclusiveStartKey)
The primary key of the first item that this operation will evaluate.ConditionCheck.Builder
ConditionCheck.Builder. expressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.Delete.Builder
Delete.Builder. expressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.DeleteItemRequest.Builder
DeleteItemRequest.Builder. expressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.Put.Builder
Put.Builder. expressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.PutItemRequest.Builder
PutItemRequest.Builder. expressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.QueryRequest.Builder
QueryRequest.Builder. expressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.ScanRequest.Builder
ScanRequest.Builder. expressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.Update.Builder
Update.Builder. expressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.UpdateItemRequest.Builder
UpdateItemRequest.Builder. expressionAttributeValues(Map<String,AttributeValue> expressionAttributeValues)
One or more values that can be substituted in an expression.static AttributeValue
AttributeValue. fromL(List<AttributeValue> l)
Create an instance of this class withl()
initialized to the given value.static AttributeValue
AttributeValue. fromM(Map<String,AttributeValue> m)
Create an instance of this class withm()
initialized to the given value.BatchStatementError.Builder
BatchStatementError.Builder. item(Map<String,AttributeValue> item)
The item which caused the condition check to fail.BatchStatementResponse.Builder
BatchStatementResponse.Builder. item(Map<String,AttributeValue> item)
A DynamoDB item associated with a BatchStatementResponseCancellationReason.Builder
CancellationReason.Builder. item(Map<String,AttributeValue> item)
Item in the request which caused the transaction to get cancelled.ConditionalCheckFailedException.Builder
ConditionalCheckFailedException.Builder. item(Map<String,AttributeValue> item)
Item which caused theConditionalCheckFailedException
.GetItemResponse.Builder
GetItemResponse.Builder. item(Map<String,AttributeValue> item)
A map of attribute names toAttributeValue
objects, as specified byProjectionExpression
.ItemResponse.Builder
ItemResponse.Builder. item(Map<String,AttributeValue> item)
Map of attribute data consisting of the data type and attribute value.Put.Builder
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
PutItemRequest.Builder. item(Map<String,AttributeValue> item)
A map of attribute name/value pairs, one for each attribute.PutRequest.Builder
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
ItemCollectionMetrics.Builder. itemCollectionKey(Map<String,AttributeValue> itemCollectionKey)
The partition key value of the item collection.ExecuteStatementResponse.Builder
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
QueryResponse.Builder. items(Collection<? extends Map<String,AttributeValue>> items)
An array of item attributes that match the query criteria.ScanResponse.Builder
ScanResponse.Builder. items(Collection<? extends Map<String,AttributeValue>> items)
An array of item attributes that match the scan criteria.ConditionCheck.Builder
ConditionCheck.Builder. key(Map<String,AttributeValue> key)
The primary key of the item to be checked.Delete.Builder
Delete.Builder. key(Map<String,AttributeValue> key)
The primary key of the item to be deleted.DeleteItemRequest.Builder
DeleteItemRequest.Builder. key(Map<String,AttributeValue> key)
A map of attribute names toAttributeValue
objects, representing the primary key of the item to delete.DeleteRequest.Builder
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
Get.Builder. key(Map<String,AttributeValue> key)
A map of attribute names toAttributeValue
objects that specifies the primary key of the item to retrieve.GetItemRequest.Builder
GetItemRequest.Builder. key(Map<String,AttributeValue> key)
A map of attribute names toAttributeValue
objects, representing the primary key of the item to retrieve.Update.Builder
Update.Builder. key(Map<String,AttributeValue> key)
The primary key of the item to be updated.UpdateItemRequest.Builder
UpdateItemRequest.Builder. key(Map<String,AttributeValue> key)
The primary key of the item to be updated.KeysAndAttributes.Builder
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
StreamRecord.Builder. keys(Map<String,AttributeValue> keys)
The primary key attribute(s) for the DynamoDB item that was modified.AttributeValue.Builder
AttributeValue.Builder. l(Collection<AttributeValue> l)
An attribute of type List.ExecuteStatementResponse.Builder
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
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
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
AttributeValue.Builder. m(Map<String,AttributeValue> m)
An attribute of type Map.StreamRecord.Builder
StreamRecord.Builder. newImage(Map<String,AttributeValue> newImage)
The item in the DynamoDB table as it appeared after it was modified.StreamRecord.Builder
StreamRecord.Builder. oldImage(Map<String,AttributeValue> oldImage)
The item in the DynamoDB table as it appeared before it was modified.BatchStatementRequest.Builder
BatchStatementRequest.Builder. parameters(Collection<AttributeValue> parameters)
The parameters associated with a PartiQL statement in the batch request.ExecuteStatementRequest.Builder
ExecuteStatementRequest.Builder. parameters(Collection<AttributeValue> parameters)
The parameters for the PartiQL statement, if any.ParameterizedStatement.Builder
ParameterizedStatement.Builder. parameters(Collection<AttributeValue> parameters)
The parameter values.BatchGetItemResponse.Builder
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 AttributeValue Modifier and Type Method Description SdkIterable<Map<String,AttributeValue>>
QueryIterable. items()
Returns an iterable to iterate through the paginatedQueryResponse.items()
member.SdkPublisher<Map<String,AttributeValue>>
QueryPublisher. items()
Returns a publisher that can be used to get a stream of data.SdkIterable<Map<String,AttributeValue>>
ScanIterable. items()
Returns an iterable to iterate through the paginatedScanResponse.items()
member.SdkPublisher<Map<String,AttributeValue>>
ScanPublisher. items()
Returns a publisher that can be used to get a stream of data.
-