Java com.amazonaws.services.dynamodbv2.model ConsumedCapacity fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2.model ConsumedCapacity fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.dynamodbv2.model ConsumedCapacity.

The text is from its open source code.

Constructor

Method

DoublegetCapacityUnits()

The total number of capacity units consumed by the operation.

java.util.MapgetGlobalSecondaryIndexes()

The amount of throughput consumed on each global index affected by the operation.

java.util.MapgetLocalSecondaryIndexes()

The amount of throughput consumed on each local index affected by the operation.

CapacitygetTable()

The amount of throughput consumed on the table affected by the operation.

StringgetTableName()

The name of the table that was affected by the operation.