Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexWarmThroughputDescription
Packages that use GlobalSecondaryIndexWarmThroughputDescription
-
Uses of GlobalSecondaryIndexWarmThroughputDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalSecondaryIndexWarmThroughputDescriptionModifier and TypeMethodDescriptionGlobalSecondaryIndexDescription.warmThroughput()Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.ReplicaGlobalSecondaryIndexDescription.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 GlobalSecondaryIndexWarmThroughputDescriptionModifier and TypeMethodDescriptionGlobalSecondaryIndexDescription.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.Builder.warmThroughput(GlobalSecondaryIndexWarmThroughputDescription warmThroughput) Represents the warm throughput of the global secondary index for this replica.