Class DeleteItemEnhancedResponse<T>
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.DeleteItemEnhancedResponse<T>
- Type Parameters:
 T- The type of the item.
Defines the elements returned by DynamoDB from a 
DeleteItem operation, such as
 DynamoDbTable.deleteItemWithResponse(DeleteItemEnhancedRequest) and
 DynamoDbAsyncTable.deleteItemWithResponse(DeleteItemEnhancedRequest).- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionThe attribute values as they appeared before theDeleteItemoperation.static <T> DeleteItemEnhancedResponse.Builder<T> The capacity units consumed by theDeleteItemoperation.booleaninthashCode()Information about item collections, if any, that were affected by theDeleteItemoperation. 
- 
Method Details
- 
attributes
The attribute values as they appeared before theDeleteItemoperation. - 
consumedCapacity
The capacity units consumed by theDeleteItemoperation.- See Also:
 
 - 
itemCollectionMetrics
Information about item collections, if any, that were affected by theDeleteItemoperation.- See Also:
 
 - 
builder
 - 
equals
 - 
hashCode
public int hashCode() 
 -