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 thePutItem
operation.static <T> PutItemEnhancedResponse.Builder
<T> The capacity units consumed by thePutItem
operation.boolean
int
hashCode()
Information about item collections, if any, that were affected by thePutItem
operation.
-
Method Details
-
attributes
The attribute values as they appeared before thePutItem
operation. -
consumedCapacity
The capacity units consumed by thePutItem
operation.- See Also:
-
itemCollectionMetrics
Information about item collections, if any, that were affected by thePutItem
operation.- See Also:
-
builder
-
equals
-
hashCode
-