T
- The type of the item.@ThreadSafe public final class DeleteItemEnhancedResponse<T> extends Object
DeleteItem
operation, such as
DynamoDbTable.deleteItemWithResponse(DeleteItemEnhancedRequest)
and
DynamoDbAsyncTable.deleteItemWithResponse(DeleteItemEnhancedRequest)
.Modifier and Type | Class and Description |
---|---|
static class |
DeleteItemEnhancedResponse.Builder<T> |
Modifier and Type | Method and Description |
---|---|
T |
attributes()
The attribute values as they appeared before the
DeleteItem operation. |
static <T> DeleteItemEnhancedResponse.Builder<T> |
builder(Class<? extends T> clzz) |
ConsumedCapacity |
consumedCapacity()
The capacity units consumed by the
DeleteItem operation. |
boolean |
equals(Object o) |
int |
hashCode() |
ItemCollectionMetrics |
itemCollectionMetrics()
Information about item collections, if any, that were affected by the
DeleteItem operation. |
public T attributes()
DeleteItem
operation.public ConsumedCapacity consumedCapacity()
DeleteItem
operation.for more information.
public ItemCollectionMetrics itemCollectionMetrics()
DeleteItem
operation.for more information.
public static <T> DeleteItemEnhancedResponse.Builder<T> builder(Class<? extends T> clzz)
Copyright © 2023. All rights reserved.