Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private ItemCollectionMetrics |
UpdateItemResult.itemCollectionMetrics |
private ItemCollectionMetrics |
PutItemResult.itemCollectionMetrics
Information about item collections, if any, that were affected by the
operation.
|
private ItemCollectionMetrics |
DeleteItemResult.itemCollectionMetrics
Information about item collections, if any, that were affected by the
operation.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,java.util.List<ItemCollectionMetrics>> |
BatchWriteItemResult.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.
|
Modifier and Type | Method and Description |
---|---|
ItemCollectionMetrics |
ItemCollectionMetrics.addItemCollectionKeyEntry(java.lang.String key,
AttributeValue value) |
ItemCollectionMetrics |
ItemCollectionMetrics.clearItemCollectionKeyEntries()
Removes all the entries added into ItemCollectionKey.
|
ItemCollectionMetrics |
ItemCollectionMetrics.clone() |
ItemCollectionMetrics |
UpdateItemResult.getItemCollectionMetrics() |
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(java.util.Map<java.lang.String,AttributeValue> itemCollectionKey)
The partition key value of the item collection.
|
ItemCollectionMetrics |
ItemCollectionMetrics.withSizeEstimateRangeGB(java.util.Collection<java.lang.Double> sizeEstimateRangeGB)
An estimate of item collection size, in gigabytes.
|
ItemCollectionMetrics |
ItemCollectionMetrics.withSizeEstimateRangeGB(java.lang.Double... sizeEstimateRangeGB)
An estimate of item collection size, in gigabytes.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.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.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateItemResult.setItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics) |
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) |
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.
|
Modifier and Type | Method and Description |
---|---|
BatchWriteItemResult |
BatchWriteItemResult.addItemCollectionMetricsEntry(java.lang.String key,
java.util.List<ItemCollectionMetrics> value) |
void |
BatchWriteItemResult.setItemCollectionMetrics(java.util.Map<java.lang.String,java.util.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(java.util.Map<java.lang.String,java.util.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.
|
Modifier and Type | Method and Description |
---|---|
ItemCollectionMetrics |
ItemCollectionMetricsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ItemCollectionMetricsJsonMarshaller.marshall(ItemCollectionMetrics itemCollectionMetrics,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|