Uses of Class
com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
Packages that use GlobalSecondaryIndexUpdate
Package
Description
-
Uses of GlobalSecondaryIndexUpdate in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type GlobalSecondaryIndexUpdateModifier and TypeMethodDescriptionUpdateTableSpec.withGlobalSecondaryIndexUpdates
(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) Method parameters in com.amazonaws.services.dynamodbv2.document.spec with type arguments of type GlobalSecondaryIndexUpdateModifier and TypeMethodDescriptionUpdateTableSpec.withGlobalSecondaryIndexUpdates
(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) -
Uses of GlobalSecondaryIndexUpdate in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return GlobalSecondaryIndexUpdateModifier and TypeMethodDescriptionGlobalSecondaryIndexUpdate.clone()
GlobalSecondaryIndexUpdate.withCreate
(CreateGlobalSecondaryIndexAction create) The parameters required for creating a global secondary index on an existing table:GlobalSecondaryIndexUpdate.withDelete
(DeleteGlobalSecondaryIndexAction delete) The name of an existing global secondary index to be removed.GlobalSecondaryIndexUpdate.withUpdate
(UpdateGlobalSecondaryIndexAction update) The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type GlobalSecondaryIndexUpdateModifier and TypeMethodDescriptionUpdateTableRequest.getGlobalSecondaryIndexUpdates()
An array of one or more global secondary indexes for the table.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type GlobalSecondaryIndexUpdateModifier and TypeMethodDescriptionUpdateTableRequest.withGlobalSecondaryIndexUpdates
(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type GlobalSecondaryIndexUpdateModifier and TypeMethodDescriptionvoid
UpdateTableRequest.setGlobalSecondaryIndexUpdates
(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.UpdateTableRequest.withGlobalSecondaryIndexUpdates
(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) An array of one or more global secondary indexes for the table.