Uses of Class
software.amazon.awssdk.services.dynamodb.model.ItemCollectionMetrics
Packages that use ItemCollectionMetrics
-
Uses of ItemCollectionMetrics in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ItemCollectionMetricsModifier and TypeMethodDescriptionfinal ItemCollectionMetricsDeleteItemResponse.itemCollectionMetrics()Information about item collections, if any, that were affected by theDeleteItemoperation.final ItemCollectionMetricsPutItemResponse.itemCollectionMetrics()Information about item collections, if any, that were affected by thePutItemoperation.final 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 ItemCollectionMetricsModifier and TypeMethodDescriptionfinal 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.final 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 ItemCollectionMetricsModifier and TypeMethodDescriptionDeleteItemResponse.Builder.itemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics) Information about item collections, if any, that were affected by theDeleteItemoperation.PutItemResponse.Builder.itemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics) Information about item collections, if any, that were affected by thePutItemoperation.UpdateItemResponse.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 ItemCollectionMetricsModifier and TypeMethodDescriptionBatchWriteItemResponse.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.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.