Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
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 |
PutItemResult.getItemCollectionMetrics()
Information about item collections, if any, that were affected by the
operation.
|
ItemCollectionMetrics |
UpdateItemResult.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, 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.
|
Modifier and Type | Method and Description |
---|---|
void |
PutItemResult.setItemCollectionMetrics(ItemCollectionMetrics itemCollectionMetrics)
Information about item collections, if any, that were affected by the
operation.
|
void |
UpdateItemResult.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.
|
PutItemResult |
PutItemResult.withItemCollectionMetrics(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.
|
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(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 © 2015. All rights reserved.