|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConsumedCapacity | |
---|---|
com.amazonaws.services.dynamodbv2.model | Classes modeling the various types represented by AmazonDynamoDBv2. |
Uses of ConsumedCapacity in com.amazonaws.services.dynamodbv2.model |
---|
Methods in com.amazonaws.services.dynamodbv2.model that return ConsumedCapacity | |
---|---|
ConsumedCapacity |
ConsumedCapacity.addGlobalSecondaryIndexesEntry(String key,
Capacity value)
The amount of throughput consumed on each global index affected by the operation. |
ConsumedCapacity |
ConsumedCapacity.addLocalSecondaryIndexesEntry(String key,
Capacity value)
The amount of throughput consumed on each local index affected by the operation. |
ConsumedCapacity |
ConsumedCapacity.clearGlobalSecondaryIndexesEntries()
Removes all the entries added into GlobalSecondaryIndexes. |
ConsumedCapacity |
ConsumedCapacity.clearLocalSecondaryIndexesEntries()
Removes all the entries added into LocalSecondaryIndexes. |
ConsumedCapacity |
UpdateItemResult.getConsumedCapacity()
Represents the capacity units consumed by an operation. |
ConsumedCapacity |
ScanResult.getConsumedCapacity()
Represents the capacity units consumed by an operation. |
ConsumedCapacity |
QueryResult.getConsumedCapacity()
Represents the capacity units consumed by an operation. |
ConsumedCapacity |
PutItemResult.getConsumedCapacity()
Represents the capacity units consumed by an operation. |
ConsumedCapacity |
GetItemResult.getConsumedCapacity()
Represents the capacity units consumed by an operation. |
ConsumedCapacity |
DeleteItemResult.getConsumedCapacity()
Represents the capacity units consumed by an operation. |
ConsumedCapacity |
ConsumedCapacity.withCapacityUnits(Double capacityUnits)
The total number of capacity units consumed by the operation. |
ConsumedCapacity |
ConsumedCapacity.withGlobalSecondaryIndexes(Map<String,Capacity> globalSecondaryIndexes)
The amount of throughput consumed on each global index affected by the operation. |
ConsumedCapacity |
ConsumedCapacity.withLocalSecondaryIndexes(Map<String,Capacity> localSecondaryIndexes)
The amount of throughput consumed on each local index affected by the operation. |
ConsumedCapacity |
ConsumedCapacity.withTable(Capacity table)
The amount of throughput consumed on the table affected by the operation. |
ConsumedCapacity |
ConsumedCapacity.withTableName(String tableName)
The name of the table that was affected by the operation. |
Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type ConsumedCapacity | |
---|---|
List<ConsumedCapacity> |
BatchWriteItemResult.getConsumedCapacity()
The capacity units consumed by the operation. |
List<ConsumedCapacity> |
BatchGetItemResult.getConsumedCapacity()
The write capacity units consumed by the operation. |
Methods in com.amazonaws.services.dynamodbv2.model with parameters of type ConsumedCapacity | |
---|---|
void |
UpdateItemResult.setConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
void |
ScanResult.setConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
void |
QueryResult.setConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
void |
PutItemResult.setConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
void |
GetItemResult.setConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
void |
DeleteItemResult.setConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
BatchWriteItemResult |
BatchWriteItemResult.withConsumedCapacity(ConsumedCapacity... consumedCapacity)
The capacity units consumed by the operation. |
BatchGetItemResult |
BatchGetItemResult.withConsumedCapacity(ConsumedCapacity... consumedCapacity)
The write capacity units consumed by the operation. |
UpdateItemResult |
UpdateItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
ScanResult |
ScanResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
QueryResult |
QueryResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
PutItemResult |
PutItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
GetItemResult |
GetItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
DeleteItemResult |
DeleteItemResult.withConsumedCapacity(ConsumedCapacity consumedCapacity)
Represents the capacity units consumed by an operation. |
Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type ConsumedCapacity | |
---|---|
void |
BatchWriteItemResult.setConsumedCapacity(Collection<ConsumedCapacity> consumedCapacity)
The capacity units consumed by the operation. |
void |
BatchGetItemResult.setConsumedCapacity(Collection<ConsumedCapacity> consumedCapacity)
The write capacity units consumed by the operation. |
BatchWriteItemResult |
BatchWriteItemResult.withConsumedCapacity(Collection<ConsumedCapacity> consumedCapacity)
The capacity units consumed by the operation. |
BatchGetItemResult |
BatchGetItemResult.withConsumedCapacity(Collection<ConsumedCapacity> consumedCapacity)
The write capacity units consumed by the operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |