Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Capacity.Builder
Packages that use Capacity.Builder
-
Uses of Capacity.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Capacity.BuilderModifier and TypeMethodDescriptionstatic Capacity.BuilderCapacity.builder()Capacity.Builder.capacityUnits(Double capacityUnits) The total number of capacity units consumed on a table or an index.Capacity.Builder.readCapacityUnits(Double readCapacityUnits) The total number of read capacity units consumed on a table or an index.Capacity.toBuilder()Capacity.Builder.writeCapacityUnits(Double writeCapacityUnits) The total number of write capacity units consumed on a table or an index.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type Capacity.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Capacity.Builder>Capacity.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Capacity.BuilderModifier and TypeMethodDescriptiondefault ConsumedCapacity.BuilderConsumedCapacity.Builder.table(Consumer<Capacity.Builder> table) The amount of throughput consumed on the table affected by the operation.