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 Summary
Nested Classes - 
Method Summary
Modifier 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
- 
attributes
The attribute values as they appeared before thePutItemoperation. - 
consumedCapacity
The capacity units consumed by thePutItemoperation.- See Also:
 
 - 
itemCollectionMetrics
Information about item collections, if any, that were affected by thePutItemoperation.- See Also:
 
 - 
builder
 - 
equals
 - 
hashCode
public int hashCode() 
 -