Uses of Interface
software.amazon.awssdk.services.dynamodb.model.Capacity.Builder
-
Packages that use Capacity.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of Capacity.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return Capacity.Builder Modifier and Type Method Description static Capacity.BuilderCapacity. builder()Capacity.BuilderCapacity.Builder. capacityUnits(Double capacityUnits)The total number of capacity units consumed on a table or an index.Capacity.BuilderCapacity.Builder. readCapacityUnits(Double readCapacityUnits)The total number of read capacity units consumed on a table or an index.Capacity.BuilderCapacity. toBuilder()Capacity.BuilderCapacity.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.Builder Modifier and Type Method Description static Class<? extends Capacity.Builder>Capacity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type Capacity.Builder Modifier and Type Method Description default ConsumedCapacity.BuilderConsumedCapacity.Builder. table(Consumer<Capacity.Builder> table)The amount of throughput consumed on the table affected by the operation.
-