Uses of Class
software.amazon.awssdk.services.dynamodb.model.TableWarmThroughputDescription
Packages that use TableWarmThroughputDescription
-
Uses of TableWarmThroughputDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableWarmThroughputDescriptionModifier and TypeMethodDescriptionReplicaDescription.warmThroughput()Represents the warm throughput value for this replica.TableDescription.warmThroughput()Describes the warm throughput value of the base table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TableWarmThroughputDescriptionModifier and TypeMethodDescriptionReplicaDescription.Builder.warmThroughput(TableWarmThroughputDescription warmThroughput) Represents the warm throughput value for this replica.TableDescription.Builder.warmThroughput(TableWarmThroughputDescription warmThroughput) Describes the warm throughput value of the base table.