Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
ItemCollectionMetrics |
ItemCollectionMetrics.addItemCollectionKeyEntry(String key,
AttributeValue value)
Add a single ItemCollectionKey entry
|
ItemCollectionMetrics |
ItemCollectionMetrics.clearItemCollectionKeyEntries()
Removes all the entries added into ItemCollectionKey.
|
ItemCollectionMetrics |
ItemCollectionMetrics.clone() |
ItemCollectionMetrics |
PutItemResult.getItemCollectionMetrics()
Information about item collections, if any, that were affected by the
PutItem operation. |
ItemCollectionMetrics |
UpdateItemResult.getItemCollectionMetrics()
Information about item collections, if any, that were affected by the
UpdateItem operation. |
ItemCollectionMetrics |
DeleteItemResult.getItemCollectionMetrics()
Information about item collections, if any, that were affected by the
DeleteItem operation. |
ItemCollectionMetrics |
ItemCollectionMetrics.withItemCollectionKey(Map<String,AttributeValue> itemCollectionKey)
The partition key value of the item collection.
|
ItemCollectionMetrics |
ItemCollectionMetrics.withSizeEstimateRangeGB(Collection<Double> sizeEstimateRangeGB)
An estimate of item collection size, in gigabytes.
|
ItemCollectionMetrics |
ItemCollectionMetrics.withSizeEstimateRangeGB(Double... sizeEstimateRangeGB)
An estimate of item collection size, in gigabytes.
|
Modifier and Type | Method and 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. |
Map<String,List<ItemCollectionMetrics>> |
TransactWriteItemsResult.getItemCollectionMetrics()
A list of tables that were processed by
TransactWriteItems and, for each table, information about
any item collections that were affected by individual UpdateItem , PutItem , or
DeleteItem operations. |
Modifier and Type | Method and Description |
---|---|
void |
PutItemResult.setItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the
PutItem operation. |
void |
UpdateItemResult.setItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the
UpdateItem operation. |
void |
DeleteItemResult.setItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the
DeleteItem operation. |
PutItemResult |
PutItemResult.withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the
PutItem operation. |
UpdateItemResult |
UpdateItemResult.withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the
UpdateItem operation. |
DeleteItemResult |
DeleteItemResult.withItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the
DeleteItem operation. |
Modifier and Type | Method and Description |
---|---|
BatchWriteItemResult |
BatchWriteItemResult.addItemCollectionMetricsEntry(String key,
List<ItemCollectionMetrics> value)
Add a single ItemCollectionMetrics entry
|
TransactWriteItemsResult |
TransactWriteItemsResult.addItemCollectionMetricsEntry(String key,
List<ItemCollectionMetrics> value)
Add a single ItemCollectionMetrics entry
|
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. |
void |
TransactWriteItemsResult.setItemCollectionMetrics(Map<String,List<ItemCollectionMetrics>> itemCollectionMetrics)
A list of tables that were processed by
TransactWriteItems and, for each table, information about
any item collections that were affected by individual UpdateItem , PutItem , or
DeleteItem 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. |
TransactWriteItemsResult |
TransactWriteItemsResult.withItemCollectionMetrics(Map<String,List<ItemCollectionMetrics>> itemCollectionMetrics)
A list of tables that were processed by
TransactWriteItems and, for each table, information about
any item collections that were affected by individual UpdateItem , PutItem , or
DeleteItem operations. |
Copyright © 2021. All rights reserved.