Uses of Interface
software.amazon.awssdk.services.dynamodb.model.AttributeValueUpdate.Builder
-
Packages that use AttributeValueUpdate.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of AttributeValueUpdate.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return AttributeValueUpdate.Builder Modifier and Type Method Description AttributeValueUpdate.BuilderAttributeValueUpdate.Builder. action(String action)Specifies how to perform the update.AttributeValueUpdate.BuilderAttributeValueUpdate.Builder. action(AttributeAction action)Specifies how to perform the update.static AttributeValueUpdate.BuilderAttributeValueUpdate. builder()AttributeValueUpdate.BuilderAttributeValueUpdate. toBuilder()default AttributeValueUpdate.BuilderAttributeValueUpdate.Builder. value(Consumer<AttributeValue.Builder> value)Represents the data for an attribute.AttributeValueUpdate.BuilderAttributeValueUpdate.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.Builder Modifier and Type Method Description static Class<? extends AttributeValueUpdate.Builder>AttributeValueUpdate. serializableBuilderClass()
-