Uses of Class
software.amazon.awssdk.services.dynamodb.model.WarmThroughput
-
Packages that use WarmThroughput Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of WarmThroughput in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return WarmThroughput Modifier and Type Method Description WarmThroughputCreateGlobalSecondaryIndexAction. warmThroughput()Represents the warm throughput value (in read units per second and write units per second) when creating a secondary index.WarmThroughputCreateTableRequest. warmThroughput()Represents the warm throughput (in read units per second and write units per second) for creating a table.WarmThroughputGlobalSecondaryIndex. warmThroughput()Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.WarmThroughputUpdateGlobalSecondaryIndexAction. warmThroughput()Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.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 WarmThroughput Modifier and Type Method Description CreateGlobalSecondaryIndexAction.BuilderCreateGlobalSecondaryIndexAction.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.BuilderCreateTableRequest.Builder. warmThroughput(WarmThroughput warmThroughput)Represents the warm throughput (in read units per second and write units per second) for creating a table.GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.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.BuilderUpdateGlobalSecondaryIndexAction.Builder. warmThroughput(WarmThroughput warmThroughput)Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.UpdateTableRequest.BuilderUpdateTableRequest.Builder. warmThroughput(WarmThroughput warmThroughput)Represents the warm throughput (in read units per second and write units per second) for updating a table.
-