Uses of Class
software.amazon.awssdk.services.dynamodb.model.WarmThroughput
Packages that use WarmThroughput
-
Uses of WarmThroughput in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return WarmThroughputModifier and TypeMethodDescriptionfinal WarmThroughputCreateGlobalSecondaryIndexAction.warmThroughput()Represents the warm throughput value (in read units per second and write units per second) when creating a secondary index.final WarmThroughputCreateTableRequest.warmThroughput()Represents the warm throughput (in read units per second and write units per second) for creating a table.final WarmThroughputGlobalSecondaryIndex.warmThroughput()Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.final WarmThroughputUpdateGlobalSecondaryIndexAction.warmThroughput()Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.final WarmThroughputUpdateTableRequest.warmThroughput()Represents the warm throughput (in read units per second and write units per second) for updating a table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type WarmThroughputModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.Builder.warmThroughput(WarmThroughput warmThroughput) Represents the warm throughput value (in read units per second and write units per second) when creating a secondary index.CreateTableRequest.Builder.warmThroughput(WarmThroughput warmThroughput) Represents the warm throughput (in read units per second and write units per second) for creating a table.GlobalSecondaryIndex.Builder.warmThroughput(WarmThroughput warmThroughput) Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.UpdateGlobalSecondaryIndexAction.Builder.warmThroughput(WarmThroughput warmThroughput) Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.UpdateTableRequest.Builder.warmThroughput(WarmThroughput warmThroughput) Represents the warm throughput (in read units per second and write units per second) for updating a table.