Uses of Class
software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
-
Packages that use ExpectedAttributeValue Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ExpectedAttributeValue in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ExpectedAttributeValue Modifier and Type Method Description Map<String,ExpectedAttributeValue>
DeleteItemRequest. expected()
This is a legacy parameter.Map<String,ExpectedAttributeValue>
PutItemRequest. expected()
This is a legacy parameter.Map<String,ExpectedAttributeValue>
UpdateItemRequest. expected()
This is a legacy parameter.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ExpectedAttributeValue Modifier and Type Method Description DeleteItemRequest.Builder
DeleteItemRequest.Builder. expected(Map<String,ExpectedAttributeValue> expected)
This is a legacy parameter.PutItemRequest.Builder
PutItemRequest.Builder. expected(Map<String,ExpectedAttributeValue> expected)
This is a legacy parameter.UpdateItemRequest.Builder
UpdateItemRequest.Builder. expected(Map<String,ExpectedAttributeValue> expected)
This is a legacy parameter.
-