Uses of Class
software.amazon.awssdk.services.dynamodb.model.Capacity
-
Packages that use Capacity Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Capacity in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Capacity Modifier and Type Method Description Capacity
ConsumedCapacity. table()
The amount of throughput consumed on the table affected by the operation.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Capacity Modifier and Type Method Description Map<String,Capacity>
ConsumedCapacity. globalSecondaryIndexes()
The amount of throughput consumed on each global index affected by the operation.Map<String,Capacity>
ConsumedCapacity. localSecondaryIndexes()
The amount of throughput consumed on each local index affected by the operation.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type Capacity Modifier and Type Method Description ConsumedCapacity.Builder
ConsumedCapacity.Builder. table(Capacity table)
The amount of throughput consumed on the table affected by the operation.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Capacity Modifier and Type Method Description ConsumedCapacity.Builder
ConsumedCapacity.Builder. globalSecondaryIndexes(Map<String,Capacity> globalSecondaryIndexes)
The amount of throughput consumed on each global index affected by the operation.ConsumedCapacity.Builder
ConsumedCapacity.Builder. localSecondaryIndexes(Map<String,Capacity> localSecondaryIndexes)
The amount of throughput consumed on each local index affected by the operation.
-