Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ExpectedAttributeValue.Builder
Packages that use ExpectedAttributeValue.Builder
-
Uses of ExpectedAttributeValue.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExpectedAttributeValue.BuilderModifier and TypeMethodDescriptionExpectedAttributeValue.Builder.attributeValueList(Collection<AttributeValue> attributeValueList) One or more values to evaluate against the supplied attribute.ExpectedAttributeValue.Builder.attributeValueList(Consumer<AttributeValue.Builder>... 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.ExpectedAttributeValue.builder()ExpectedAttributeValue.Builder.comparisonOperator(String comparisonOperator) A comparator for evaluating attributes in theAttributeValueList.ExpectedAttributeValue.Builder.comparisonOperator(ComparisonOperator comparisonOperator) A comparator for evaluating attributes in theAttributeValueList.Causes DynamoDB to evaluate the value before attempting a conditional operation:ExpectedAttributeValue.toBuilder()default ExpectedAttributeValue.BuilderExpectedAttributeValue.Builder.value(Consumer<AttributeValue.Builder> value) Represents the data for the expected attribute.ExpectedAttributeValue.Builder.value(AttributeValue value) Represents the data for the expected attribute.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ExpectedAttributeValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExpectedAttributeValue.Builder>ExpectedAttributeValue.serializableBuilderClass()