Uses of Class
com.amazonaws.services.dynamodbv2.model.ItemCollectionMetrics

Packages that use ItemCollectionMetrics
com.amazonaws.services.dynamodbv2.model Classes modeling the various types represented by AmazonDynamoDBv2. 
 

Uses of ItemCollectionMetrics in com.amazonaws.services.dynamodbv2.model
 

Methods in com.amazonaws.services.dynamodbv2.model that return ItemCollectionMetrics
 ItemCollectionMetrics ItemCollectionMetrics.addItemCollectionKeyEntry(String key, AttributeValue value)
          The hash key value of the item collection.
 ItemCollectionMetrics ItemCollectionMetrics.clearItemCollectionKeyEntries()
          Removes all the entries added into ItemCollectionKey.
 ItemCollectionMetrics UpdateItemResult.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 DeleteItemResult.getItemCollectionMetrics()
          Information about item collections, if any, that were affected by the operation.
 ItemCollectionMetrics ItemCollectionMetrics.withItemCollectionKey(Map<String,AttributeValue> itemCollectionKey)
          The hash key value of the item collection.
 ItemCollectionMetrics ItemCollectionMetrics.withSizeEstimateRangeGB(Collection<Double> sizeEstimateRangeGB)
          An estimate of item collection size, measured in gigabytes.
 ItemCollectionMetrics ItemCollectionMetrics.withSizeEstimateRangeGB(Double... sizeEstimateRangeGB)
          An estimate of item collection size, measured in gigabytes.
 

Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type ItemCollectionMetrics
 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
 void UpdateItemResult.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 DeleteItemResult.setItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
          Information about item collections, if any, that were affected by the operation.
 UpdateItemResult UpdateItemResult.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.
 DeleteItemResult DeleteItemResult.withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
          Information about item collections, if any, that were affected by the operation.
 

Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type ItemCollectionMetrics
 BatchWriteItemResult BatchWriteItemResult.addItemCollectionMetricsEntry(String key, List<ItemCollectionMetrics> value)
          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.
 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.
 



Copyright © 2016. All rights reserved.