Class PutItemEnhancedResponse<T>
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.PutItemEnhancedResponse<T>
- Type Parameters:
- T- The type of the item.
Defines the elements returned by DynamoDB from a 
PutItem operation, such as
 DynamoDbTable.putItem(PutItemEnhancedRequest) and DynamoDbAsyncTable.putItem(PutItemEnhancedRequest).- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionThe attribute values as they appeared before thePutItemoperation.static <T> PutItemEnhancedResponse.Builder<T> The capacity units consumed by thePutItemoperation.booleaninthashCode()Information about item collections, if any, that were affected by thePutItemoperation.
- 
Method Details- 
attributesThe attribute values as they appeared before thePutItemoperation.
- 
consumedCapacityThe capacity units consumed by thePutItemoperation.- See Also:
 
- 
itemCollectionMetricsInformation about item collections, if any, that were affected by thePutItemoperation.- See Also:
 
- 
builder
- 
equals
- 
hashCode
 
-