Uses of Class
software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
-
Packages that use ItemCollectionMetrics Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ItemCollectionMetrics in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ItemCollectionMetrics Modifier and Type Method Description ItemCollectionMetricsDeleteItemResponse. itemCollectionMetrics()Information about item collections, if any, that were affected by theDeleteItemoperation.ItemCollectionMetricsPutItemResponse. itemCollectionMetrics()Information about item collections, if any, that were affected by thePutItemoperation.ItemCollectionMetricsUpdateItemResponse. itemCollectionMetrics()Information about item collections, if any, that were affected by theUpdateItemoperation.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ItemCollectionMetrics Modifier and Type Method Description Map<String,List<ItemCollectionMetrics>>BatchWriteItemResponse. itemCollectionMetrics()A list of tables that were processed byBatchWriteItemand, for each table, information about any item collections that were affected by individualDeleteItemorPutItemoperations.Map<String,List<ItemCollectionMetrics>>TransactWriteItemsResponse. itemCollectionMetrics()A list of tables that were processed byTransactWriteItemsand, for each table, information about any item collections that were affected by individualUpdateItem,PutItem, orDeleteItemoperations.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ItemCollectionMetrics Modifier and Type Method Description DeleteItemResponse.BuilderDeleteItemResponse.Builder. itemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)Information about item collections, if any, that were affected by theDeleteItemoperation.PutItemResponse.BuilderPutItemResponse.Builder. itemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)Information about item collections, if any, that were affected by thePutItemoperation.UpdateItemResponse.BuilderUpdateItemResponse.Builder. itemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)Information about item collections, if any, that were affected by theUpdateItemoperation.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ItemCollectionMetrics Modifier and Type Method Description BatchWriteItemResponse.BuilderBatchWriteItemResponse.Builder. itemCollectionMetrics(Map<String,? extends Collection<ItemCollectionMetrics>> itemCollectionMetrics)A list of tables that were processed byBatchWriteItemand, for each table, information about any item collections that were affected by individualDeleteItemorPutItemoperations.TransactWriteItemsResponse.BuilderTransactWriteItemsResponse.Builder. itemCollectionMetrics(Map<String,? extends Collection<ItemCollectionMetrics>> itemCollectionMetrics)A list of tables that were processed byTransactWriteItemsand, for each table, information about any item collections that were affected by individualUpdateItem,PutItem, orDeleteItemoperations.
-