Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexWarmThroughputDescription.Builder
Packages that use GlobalSecondaryIndexWarmThroughputDescription.Builder
-
Uses of GlobalSecondaryIndexWarmThroughputDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalSecondaryIndexWarmThroughputDescription.BuilderModifier and TypeMethodDescriptionGlobalSecondaryIndexWarmThroughputDescription.builder()GlobalSecondaryIndexWarmThroughputDescription.Builder.readUnitsPerSecond(Long readUnitsPerSecond) Represents warm throughput read units per second value for a global secondary index.Represents the warm throughput status being created or updated on a global secondary index.GlobalSecondaryIndexWarmThroughputDescription.Builder.status(IndexStatus status) Represents the warm throughput status being created or updated on a global secondary index.GlobalSecondaryIndexWarmThroughputDescription.toBuilder()GlobalSecondaryIndexWarmThroughputDescription.Builder.writeUnitsPerSecond(Long writeUnitsPerSecond) Represents warm throughput write units per second value for a global secondary index.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalSecondaryIndexWarmThroughputDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GlobalSecondaryIndexWarmThroughputDescription.Builder>GlobalSecondaryIndexWarmThroughputDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalSecondaryIndexWarmThroughputDescription.BuilderModifier and TypeMethodDescriptionGlobalSecondaryIndexDescription.Builder.warmThroughput(Consumer<GlobalSecondaryIndexWarmThroughputDescription.Builder> warmThroughput) Represents the warm throughput value (in read units per second and write units per second) for the specified secondary index.ReplicaGlobalSecondaryIndexDescription.Builder.warmThroughput(Consumer<GlobalSecondaryIndexWarmThroughputDescription.Builder> warmThroughput) Represents the warm throughput of the global secondary index for this replica.