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 ItemCollectionMetrics
ItemCollectionMetrics. addItemCollectionKeyEntry(String key, AttributeValue value)
ItemCollectionMetrics
ItemCollectionMetrics. clearItemCollectionKeyEntries()
Removes all the entries added into ItemCollectionKey.ItemCollectionMetrics
ItemCollectionMetrics. clone()
ItemCollectionMetrics
DeleteItemResult. getItemCollectionMetrics()
Information about item collections, if any, that were affected by the operation.ItemCollectionMetrics
PutItemResult. getItemCollectionMetrics()
Information about item collections, if any, that were affected by the operation.ItemCollectionMetrics
UpdateItemResult. getItemCollectionMetrics()
ItemCollectionMetrics
ItemCollectionMetrics. withItemCollectionKey(Map<String,AttributeValue> itemCollectionKey)
The partition key value of the item collection.ItemCollectionMetrics
ItemCollectionMetrics. withSizeEstimateRangeGB(Double... sizeEstimateRangeGB)
An estimate of item collection size, in gigabytes.ItemCollectionMetrics
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 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 void
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
DeleteItemResult. withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the operation.PutItemResult
PutItemResult. withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the operation.UpdateItemResult
UpdateItemResult. withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type ItemCollectionMetrics Modifier and Type Method Description BatchWriteItemResult
BatchWriteItemResult. 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
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.
-