Uses of Class
software.amazon.awssdk.services.dynamodb.model.TableWarmThroughputDescription
-
Packages that use TableWarmThroughputDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of TableWarmThroughputDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TableWarmThroughputDescription Modifier and Type Method Description TableWarmThroughputDescriptionReplicaDescription. warmThroughput()Represents the warm throughput value for this replica.TableWarmThroughputDescriptionTableDescription. warmThroughput()Describes the warm throughput value of the base table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type TableWarmThroughputDescription Modifier and Type Method Description ReplicaDescription.BuilderReplicaDescription.Builder. warmThroughput(TableWarmThroughputDescription warmThroughput)Represents the warm throughput value for this replica.TableDescription.BuilderTableDescription.Builder. warmThroughput(TableWarmThroughputDescription warmThroughput)Describes the warm throughput value of the base table.
-