Uses of Class
software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue
Packages that use ExpectedAttributeValue
-
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 ExpectedAttributeValueModifier and TypeMethodDescriptionfinal Map<String,ExpectedAttributeValue> DeleteItemRequest.expected()This is a legacy parameter.final Map<String,ExpectedAttributeValue> PutItemRequest.expected()This is a legacy parameter.final Map<String,ExpectedAttributeValue> UpdateItemRequest.expected()This is a legacy parameter.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ExpectedAttributeValueModifier and TypeMethodDescriptionDeleteItemRequest.Builder.expected(Map<String, ExpectedAttributeValue> expected) This is a legacy parameter.PutItemRequest.Builder.expected(Map<String, ExpectedAttributeValue> expected) This is a legacy parameter.UpdateItemRequest.Builder.expected(Map<String, ExpectedAttributeValue> expected) This is a legacy parameter.