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