T - The type of the item.@ThreadSafe public final class UpdateItemEnhancedResponse<T> extends Object
UpdateItem operation, such as
DynamoDbTable.updateItemWithResponse(UpdateItemEnhancedRequest) and
DynamoDbAsyncTable.updateItemWithResponse(UpdateItemEnhancedRequest).| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateItemEnhancedResponse.Builder<T> |
| Modifier and Type | Method and Description |
|---|---|
T |
attributes()
The returned attribute values.
|
static <T> UpdateItemEnhancedResponse.Builder<T> |
builder(Class<? extends T> clzz) |
ConsumedCapacity |
consumedCapacity()
The capacity units consumed by the
UpdateItem operation. |
boolean |
equals(Object o) |
int |
hashCode() |
ItemCollectionMetrics |
itemCollectionMetrics()
Information about item collections, if any, that were affected by the
UpdateItem operation. |
public T attributes()
ReturnValue setting. By default,
the attributes reflect the values after the UpdateItem operation has been applied (ReturnValue.ALL_NEW).public ConsumedCapacity consumedCapacity()
UpdateItem operation.for more information.public ItemCollectionMetrics itemCollectionMetrics()
UpdateItem operation.for more information.public static <T> UpdateItemEnhancedResponse.Builder<T> builder(Class<? extends T> clzz)
Copyright © 2023. All rights reserved.