Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction.Builder
Packages that use UpdateGlobalSecondaryIndexAction.Builder
-
Uses of UpdateGlobalSecondaryIndexAction.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateGlobalSecondaryIndexAction.BuilderModifier and TypeMethodDescriptionUpdateGlobalSecondaryIndexAction.builder()The name of the global secondary index to be updated.UpdateGlobalSecondaryIndexAction.Builder.onDemandThroughput(Consumer<OnDemandThroughput.Builder> onDemandThroughput) Updates the maximum number of read and write units for the specified global secondary index.UpdateGlobalSecondaryIndexAction.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) Updates the maximum number of read and write units for the specified global secondary index.UpdateGlobalSecondaryIndexAction.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.UpdateGlobalSecondaryIndexAction.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.UpdateGlobalSecondaryIndexAction.toBuilder()UpdateGlobalSecondaryIndexAction.Builder.warmThroughput(Consumer<WarmThroughput.Builder> warmThroughput) Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.UpdateGlobalSecondaryIndexAction.Builder.warmThroughput(WarmThroughput warmThroughput) Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateGlobalSecondaryIndexAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateGlobalSecondaryIndexAction.Builder>UpdateGlobalSecondaryIndexAction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type UpdateGlobalSecondaryIndexAction.BuilderModifier and TypeMethodDescriptionGlobalSecondaryIndexUpdate.Builder.update(Consumer<UpdateGlobalSecondaryIndexAction.Builder> update) The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.