Package | Description |
---|---|
software.amazon.awssdk.enhanced.dynamodb.internal.mapper | |
software.amazon.awssdk.enhanced.dynamodb.mapper |
Modifier and Type | Method and Description |
---|---|
static UpdateBehavior |
UpdateBehaviorTag.resolveForAttribute(String attributeName,
TableMetadata tableMetadata) |
Modifier and Type | Method and Description |
---|---|
static UpdateBehaviorTag |
UpdateBehaviorTag.fromUpdateBehavior(UpdateBehavior updateBehavior) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static StaticAttributeTag |
StaticAttributeTags.updateBehavior(UpdateBehavior updateBehavior)
Specifies the behavior when this attribute is updated as part of an 'update' operation such as UpdateItem.
|
Copyright © 2021. All rights reserved.