Uses of Class
software.amazon.awssdk.enhanced.dynamodb.mapper.UpdateBehavior
-
-
Uses of UpdateBehavior in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return UpdateBehavior Modifier and Type Method Description static UpdateBehavior
UpdateBehaviorTag. resolveForAttribute(String attributeName, TableMetadata tableMetadata)
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type UpdateBehavior Modifier and Type Method Description static UpdateBehaviorTag
UpdateBehaviorTag. fromUpdateBehavior(UpdateBehavior updateBehavior)
-
Uses of UpdateBehavior in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return UpdateBehavior Modifier and Type Method Description static UpdateBehavior
UpdateBehavior. valueOf(String name)
Returns 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 UpdateBehavior Modifier and Type Method Description static StaticAttributeTag
StaticAttributeTags. updateBehavior(UpdateBehavior updateBehavior)
Specifies the behavior when this attribute is updated as part of an 'update' operation such as UpdateItem. -
Uses of UpdateBehavior in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper.annotations that return UpdateBehavior Modifier and Type Method Description UpdateBehavior
value()
-