Uses of Interface
software.amazon.awssdk.services.dynamodb.model.AttributeValue.Builder
Packages that use AttributeValue.Builder
-
Uses of AttributeValue.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return AttributeValue.BuilderModifier and TypeMethodDescriptionAn attribute of type Binary.An attribute of type Boolean.AttributeValue.Builder.bs(Collection<SdkBytes> bs) An attribute of type Binary Set.An attribute of type Binary Set.static AttributeValue.BuilderAttributeValue.builder()AttributeValue.Builder.l(Collection<AttributeValue> l) An attribute of type List.AttributeValue.Builder.l(Consumer<AttributeValue.Builder>... l) An attribute of type List.AttributeValue.Builder.l(AttributeValue... l) An attribute of type List.AttributeValue.Builder.m(Map<String, AttributeValue> m) An attribute of type Map.An attribute of type Number.An attribute of type Number Set.AttributeValue.Builder.ns(Collection<String> ns) An attribute of type Number Set.An attribute of type Null.An attribute of type String.An attribute of type String Set.AttributeValue.Builder.ss(Collection<String> ss) An attribute of type String Set.AttributeValue.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type AttributeValue.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AttributeValue.Builder>AttributeValue.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type AttributeValue.BuilderModifier and TypeMethodDescriptiondefault AttributeValueUpdate.BuilderAttributeValueUpdate.Builder.value(Consumer<AttributeValue.Builder> value) Represents the data for an attribute.default ExpectedAttributeValue.BuilderExpectedAttributeValue.Builder.value(Consumer<AttributeValue.Builder> value) Represents the data for the expected attribute.