Uses of Interface
software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate.Builder
Packages that use AttributeValueUpdate.Builder
-
Uses of AttributeValueUpdate.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return AttributeValueUpdate.BuilderModifier and TypeMethodDescriptionSpecifies how to perform the update.AttributeValueUpdate.Builder.action(AttributeAction action) Specifies how to perform the update.static AttributeValueUpdate.BuilderAttributeValueUpdate.builder()AttributeValueUpdate.toBuilder()default AttributeValueUpdate.BuilderAttributeValueUpdate.Builder.value(Consumer<AttributeValue.Builder> value) Represents the data for an attribute.AttributeValueUpdate.Builder.value(AttributeValue value) Represents the data for an attribute.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type AttributeValueUpdate.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AttributeValueUpdate.Builder>AttributeValueUpdate.serializableBuilderClass()