Uses of Class
com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
Packages that use ItemCollectionMetrics
-
Uses of ItemCollectionMetrics in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ItemCollectionMetricsModifier and TypeMethodDescriptionItemCollectionMetrics.addItemCollectionKeyEntry
(String key, AttributeValue value) ItemCollectionMetrics.clearItemCollectionKeyEntries()
Removes all the entries added into ItemCollectionKey.ItemCollectionMetrics.clone()
DeleteItemResult.getItemCollectionMetrics()
Information about item collections, if any, that were affected by the operation.PutItemResult.getItemCollectionMetrics()
Information about item collections, if any, that were affected by the operation.UpdateItemResult.getItemCollectionMetrics()
ItemCollectionMetrics.withItemCollectionKey
(Map<String, AttributeValue> itemCollectionKey) The partition key value of the item collection.ItemCollectionMetrics.withSizeEstimateRangeGB
(Double... sizeEstimateRangeGB) An estimate of item collection size, in gigabytes.ItemCollectionMetrics.withSizeEstimateRangeGB
(Collection<Double> sizeEstimateRangeGB) An estimate of item collection size, in gigabytes.Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type ItemCollectionMetricsModifier and TypeMethodDescriptionBatchWriteItemResult.getItemCollectionMetrics()
A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type ItemCollectionMetricsModifier and TypeMethodDescriptionvoid
DeleteItemResult.setItemCollectionMetrics
(ItemCollectionMetrics itemCollectionMetrics) Information about item collections, if any, that were affected by the operation.void
PutItemResult.setItemCollectionMetrics
(ItemCollectionMetrics itemCollectionMetrics) Information about item collections, if any, that were affected by the operation.void
UpdateItemResult.setItemCollectionMetrics
(ItemCollectionMetrics itemCollectionMetrics) DeleteItemResult.withItemCollectionMetrics
(ItemCollectionMetrics itemCollectionMetrics) Information about item collections, if any, that were affected by the operation.PutItemResult.withItemCollectionMetrics
(ItemCollectionMetrics itemCollectionMetrics) Information about item collections, if any, that were affected by the operation.UpdateItemResult.withItemCollectionMetrics
(ItemCollectionMetrics itemCollectionMetrics) Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type ItemCollectionMetricsModifier and TypeMethodDescriptionBatchWriteItemResult.addItemCollectionMetricsEntry
(String key, List<ItemCollectionMetrics> value) void
BatchWriteItemResult.setItemCollectionMetrics
(Map<String, List<ItemCollectionMetrics>> itemCollectionMetrics) A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.BatchWriteItemResult.withItemCollectionMetrics
(Map<String, List<ItemCollectionMetrics>> itemCollectionMetrics) A list of tables that were processed by BatchWriteItem and, for each table, information about any item collections that were affected by individual DeleteItem or PutItem operations.