Uses of Class
software.amazon.awssdk.services.dynamodb.model.UpdateGlobalSecondaryIndexAction
-
Packages that use UpdateGlobalSecondaryIndexAction Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of UpdateGlobalSecondaryIndexAction in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return UpdateGlobalSecondaryIndexAction Modifier and Type Method Description UpdateGlobalSecondaryIndexActionGlobalSecondaryIndexUpdate. update()The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type UpdateGlobalSecondaryIndexAction Modifier and Type Method Description GlobalSecondaryIndexUpdate.BuilderGlobalSecondaryIndexUpdate.Builder. update(UpdateGlobalSecondaryIndexAction update)The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
-