Class DeleteItemEnhancedResponse<T>
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.model.DeleteItemEnhancedResponse<T>
-
- Type Parameters:
T- The type of the item.
@SdkPublicApi @ThreadSafe public final class DeleteItemEnhancedResponse<T> extends Object
Defines the elements returned by DynamoDB from aDeleteItemoperation, such asDynamoDbTable.deleteItemWithResponse(DeleteItemEnhancedRequest)andDynamoDbAsyncTable.deleteItemWithResponse(DeleteItemEnhancedRequest).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteItemEnhancedResponse.Builder<T>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tattributes()The attribute values as they appeared before theDeleteItemoperation.static <T> DeleteItemEnhancedResponse.Builder<T>builder(Class<? extends T> clzz)ConsumedCapacityconsumedCapacity()The capacity units consumed by theDeleteItemoperation.booleanequals(Object o)inthashCode()ItemCollectionMetricsitemCollectionMetrics()Information about item collections, if any, that were affected by theDeleteItemoperation.
-
-
-
Method Detail
-
attributes
public T attributes()
The attribute values as they appeared before theDeleteItemoperation.
-
consumedCapacity
public ConsumedCapacity consumedCapacity()
The capacity units consumed by theDeleteItemoperation.- See Also:
for more information.
-
itemCollectionMetrics
public ItemCollectionMetrics itemCollectionMetrics()
Information about item collections, if any, that were affected by theDeleteItemoperation.- See Also:
for more information.
-
builder
public static <T> DeleteItemEnhancedResponse.Builder<T> builder(Class<? extends T> clzz)
-
-