Uses of Enum
software.amazon.awssdk.enhanced.dynamodb.mapper.UpdateBehavior
Packages that use UpdateBehavior
Package
Description
-
Uses of UpdateBehavior in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return UpdateBehaviorModifier and TypeMethodDescriptionstatic UpdateBehaviorUpdateBehaviorTag.resolveForAttribute(String attributeName, TableMetadata tableMetadata) Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type UpdateBehaviorModifier and TypeMethodDescriptionstatic UpdateBehaviorTagUpdateBehaviorTag.fromUpdateBehavior(UpdateBehavior updateBehavior) -
Uses of UpdateBehavior in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return UpdateBehaviorModifier and TypeMethodDescriptionstatic UpdateBehaviorReturns the enum constant of this type with the specified name.static UpdateBehavior[]UpdateBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type UpdateBehaviorModifier and TypeMethodDescriptionstatic StaticAttributeTagStaticAttributeTags.updateBehavior(UpdateBehavior updateBehavior) Specifies the behavior when this attribute is updated as part of an 'update' operation such as UpdateItem.