Uses of Class
com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics
-
Packages that use ItemCollectionMetrics Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of ItemCollectionMetrics in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ItemCollectionMetrics Modifier and Type Method Description ItemCollectionMetricsItemCollectionMetrics. addItemCollectionKeyEntry(String key, AttributeValue value)ItemCollectionMetricsItemCollectionMetrics. clearItemCollectionKeyEntries()Removes all the entries added into ItemCollectionKey.ItemCollectionMetricsItemCollectionMetrics. clone()ItemCollectionMetricsDeleteItemResult. getItemCollectionMetrics()Information about item collections, if any, that were affected by the operation.ItemCollectionMetricsPutItemResult. getItemCollectionMetrics()Information about item collections, if any, that were affected by the operation.ItemCollectionMetricsUpdateItemResult. getItemCollectionMetrics()ItemCollectionMetricsItemCollectionMetrics. withItemCollectionKey(Map<String,AttributeValue> itemCollectionKey)The partition key value of the item collection.ItemCollectionMetricsItemCollectionMetrics. withSizeEstimateRangeGB(Double... sizeEstimateRangeGB)An estimate of item collection size, in gigabytes.ItemCollectionMetricsItemCollectionMetrics. 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 ItemCollectionMetrics Modifier and Type Method Description Map<String,List<ItemCollectionMetrics>>BatchWriteItemResult. 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 ItemCollectionMetrics Modifier and Type Method Description voidDeleteItemResult. setItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)Information about item collections, if any, that were affected by the operation.voidPutItemResult. setItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)Information about item collections, if any, that were affected by the operation.voidUpdateItemResult. setItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)DeleteItemResultDeleteItemResult. withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)Information about item collections, if any, that were affected by the operation.PutItemResultPutItemResult. withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)Information about item collections, if any, that were affected by the operation.UpdateItemResultUpdateItemResult. withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type ItemCollectionMetrics Modifier and Type Method Description BatchWriteItemResultBatchWriteItemResult. addItemCollectionMetricsEntry(String key, List<ItemCollectionMetrics> value)voidBatchWriteItemResult. 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.BatchWriteItemResultBatchWriteItemResult. 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.
-