Class UpdateItemEnhancedResponse<T>
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.UpdateItemEnhancedResponse<T>
- Type Parameters:
T- The type of the item.
Defines the elements returned by DynamoDB from a
UpdateItem operation, such as
DynamoDbTable.updateItemWithResponse(UpdateItemEnhancedRequest) and
DynamoDbAsyncTable.updateItemWithResponse(UpdateItemEnhancedRequest).-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThe returned attribute values.static <T> UpdateItemEnhancedResponse.Builder<T> The capacity units consumed by theUpdateItemoperation.booleaninthashCode()Information about item collections, if any, that were affected by theUpdateItemoperation.
-
Method Details
-
attributes
The returned attribute values. These correspond to the DynamoDBReturnValuesetting. By default, the attributes reflect the values after theUpdateItemoperation has been applied (ReturnValue.ALL_NEW). -
consumedCapacity
The capacity units consumed by theUpdateItemoperation.- See Also:
-
itemCollectionMetrics
Information about item collections, if any, that were affected by theUpdateItemoperation.- See Also:
-
builder
-
equals
-
hashCode
-