Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexUpdate
Packages that use GlobalSecondaryIndexUpdate
-
Uses of GlobalSecondaryIndexUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalSecondaryIndexUpdateModifier and TypeMethodDescriptionfinal List<GlobalSecondaryIndexUpdate>UpdateTableRequest.globalSecondaryIndexUpdates()An array of one or more global secondary indexes for the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalSecondaryIndexUpdateModifier and TypeMethodDescriptionUpdateTableRequest.Builder.globalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalSecondaryIndexUpdateModifier and TypeMethodDescriptionUpdateTableRequest.Builder.globalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.