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 attribute values as they appeared before the
UpdateItem operation. |
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()
UpdateItem
operation.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 © 2022. All rights reserved.