Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexWarmThroughputDescription
-
Packages that use GlobalSecondaryIndexWarmThroughputDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of GlobalSecondaryIndexWarmThroughputDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalSecondaryIndexWarmThroughputDescription Modifier and Type Method Description GlobalSecondaryIndexWarmThroughputDescriptionGlobalSecondaryIndexDescription. warmThroughput()Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.GlobalSecondaryIndexWarmThroughputDescriptionReplicaGlobalSecondaryIndexDescription. warmThroughput()Represents the warm throughput of the global secondary index for this replica.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalSecondaryIndexWarmThroughputDescription Modifier and Type Method Description GlobalSecondaryIndexDescription.BuilderGlobalSecondaryIndexDescription.Builder. warmThroughput(GlobalSecondaryIndexWarmThroughputDescription warmThroughput)Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.ReplicaGlobalSecondaryIndexDescription.BuilderReplicaGlobalSecondaryIndexDescription.Builder. warmThroughput(GlobalSecondaryIndexWarmThroughputDescription warmThroughput)Represents the warm throughput of the global secondary index for this replica.
-