Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TableWarmThroughputDescription.Builder
Packages that use TableWarmThroughputDescription.Builder
-
Uses of TableWarmThroughputDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableWarmThroughputDescription.BuilderModifier and TypeMethodDescriptionTableWarmThroughputDescription.builder()TableWarmThroughputDescription.Builder.readUnitsPerSecond(Long readUnitsPerSecond) Represents the base table's warm throughput value in read units per second.Represents warm throughput value of the base table.TableWarmThroughputDescription.Builder.status(TableStatus status) Represents warm throughput value of the base table.TableWarmThroughputDescription.toBuilder()TableWarmThroughputDescription.Builder.writeUnitsPerSecond(Long writeUnitsPerSecond) Represents the base table's warm throughput value in write units per second.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TableWarmThroughputDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TableWarmThroughputDescription.Builder>TableWarmThroughputDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type TableWarmThroughputDescription.BuilderModifier and TypeMethodDescriptiondefault ReplicaDescription.BuilderReplicaDescription.Builder.warmThroughput(Consumer<TableWarmThroughputDescription.Builder> warmThroughput) Represents the warm throughput value for this replica.default TableDescription.BuilderTableDescription.Builder.warmThroughput(Consumer<TableWarmThroughputDescription.Builder> warmThroughput) Describes the warm throughput value of the base table.