Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexWarmThroughputDescription.Builder
-
Packages that use GlobalSecondaryIndexWarmThroughputDescription.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of GlobalSecondaryIndexWarmThroughputDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalSecondaryIndexWarmThroughputDescription.Builder Modifier and Type Method Description static GlobalSecondaryIndexWarmThroughputDescription.BuilderGlobalSecondaryIndexWarmThroughputDescription. builder()GlobalSecondaryIndexWarmThroughputDescription.BuilderGlobalSecondaryIndexWarmThroughputDescription.Builder. readUnitsPerSecond(Long readUnitsPerSecond)Represents warm throughput read units per second value for a global secondary index.GlobalSecondaryIndexWarmThroughputDescription.BuilderGlobalSecondaryIndexWarmThroughputDescription.Builder. status(String status)Represents the warm throughput status being created or updated on a global secondary index.GlobalSecondaryIndexWarmThroughputDescription.BuilderGlobalSecondaryIndexWarmThroughputDescription.Builder. status(IndexStatus status)Represents the warm throughput status being created or updated on a global secondary index.GlobalSecondaryIndexWarmThroughputDescription.BuilderGlobalSecondaryIndexWarmThroughputDescription. toBuilder()GlobalSecondaryIndexWarmThroughputDescription.BuilderGlobalSecondaryIndexWarmThroughputDescription.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.Builder Modifier and Type Method Description static Class<? extends GlobalSecondaryIndexWarmThroughputDescription.Builder>GlobalSecondaryIndexWarmThroughputDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalSecondaryIndexWarmThroughputDescription.Builder Modifier and Type Method Description default GlobalSecondaryIndexDescription.BuilderGlobalSecondaryIndexDescription.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.default ReplicaGlobalSecondaryIndexDescription.BuilderReplicaGlobalSecondaryIndexDescription.Builder. warmThroughput(Consumer<GlobalSecondaryIndexWarmThroughputDescription.Builder> warmThroughput)Represents the warm throughput of the global secondary index for this replica.
-