Uses of Interface
software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction.Builder
-
Packages that use UpdateGlobalSecondaryIndexAction.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of UpdateGlobalSecondaryIndexAction.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateGlobalSecondaryIndexAction.Builder Modifier and Type Method Description static UpdateGlobalSecondaryIndexAction.BuilderUpdateGlobalSecondaryIndexAction. builder()UpdateGlobalSecondaryIndexAction.BuilderUpdateGlobalSecondaryIndexAction.Builder. indexName(String indexName)The name of the global secondary index to be updated.default UpdateGlobalSecondaryIndexAction.BuilderUpdateGlobalSecondaryIndexAction.Builder. provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput)Represents the provisioned throughput settings for the specified global secondary index.UpdateGlobalSecondaryIndexAction.BuilderUpdateGlobalSecondaryIndexAction.Builder. provisionedThroughput(ProvisionedThroughput provisionedThroughput)Represents the provisioned throughput settings for the specified global secondary index.UpdateGlobalSecondaryIndexAction.BuilderUpdateGlobalSecondaryIndexAction. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type UpdateGlobalSecondaryIndexAction.Builder Modifier and Type Method Description static Class<? extends UpdateGlobalSecondaryIndexAction.Builder>UpdateGlobalSecondaryIndexAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type UpdateGlobalSecondaryIndexAction.Builder Modifier and Type Method Description default GlobalSecondaryIndexUpdate.BuilderGlobalSecondaryIndexUpdate.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.
-