Uses of Interface
software.amazon.awssdk.services.dynamodb.model.WarmThroughput.Builder
Packages that use WarmThroughput.Builder
-
Uses of WarmThroughput.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return WarmThroughput.BuilderModifier and TypeMethodDescriptionstatic WarmThroughput.BuilderWarmThroughput.builder()WarmThroughput.Builder.readUnitsPerSecond(Long readUnitsPerSecond) Represents the number of read operations your base table can instantaneously support.WarmThroughput.toBuilder()WarmThroughput.Builder.writeUnitsPerSecond(Long writeUnitsPerSecond) Represents the number of write operations your base table can instantaneously support.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type WarmThroughput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends WarmThroughput.Builder>WarmThroughput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type WarmThroughput.BuilderModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.Builder.warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) Represents the warm throughput value (in read units per second and write units per second) when creating a secondary index.default CreateTableRequest.BuilderCreateTableRequest.Builder.warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) Represents the warm throughput (in read units per second and write units per second) for creating a table.default GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.Builder.warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.UpdateGlobalSecondaryIndexAction.Builder.warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.default UpdateTableRequest.BuilderUpdateTableRequest.Builder.warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) Represents the warm throughput (in read units per second and write units per second) for updating a table.