Uses of Class
com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexUpdate
-
Packages that use GlobalSecondaryIndexUpdate Package Description com.amazonaws.services.dynamodbv2.document.spec com.amazonaws.services.dynamodbv2.model -
-
Uses of GlobalSecondaryIndexUpdate in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type GlobalSecondaryIndexUpdate Modifier and Type Method Description UpdateTableSpecUpdateTableSpec. withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)Method parameters in com.amazonaws.services.dynamodbv2.document.spec with type arguments of type GlobalSecondaryIndexUpdate Modifier and Type Method Description UpdateTableSpecUpdateTableSpec. withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) -
Uses of GlobalSecondaryIndexUpdate in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return GlobalSecondaryIndexUpdate Modifier and Type Method Description GlobalSecondaryIndexUpdateGlobalSecondaryIndexUpdate. clone()GlobalSecondaryIndexUpdateGlobalSecondaryIndexUpdate. withCreate(CreateGlobalSecondaryIndexAction create)The parameters required for creating a global secondary index on an existing table:GlobalSecondaryIndexUpdateGlobalSecondaryIndexUpdate. withDelete(DeleteGlobalSecondaryIndexAction delete)The name of an existing global secondary index to be removed.GlobalSecondaryIndexUpdateGlobalSecondaryIndexUpdate. 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 GlobalSecondaryIndexUpdate Modifier and Type Method Description List<GlobalSecondaryIndexUpdate>UpdateTableRequest. getGlobalSecondaryIndexUpdates()An array of one or more global secondary indexes for the table.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type GlobalSecondaryIndexUpdate Modifier and Type Method Description UpdateTableRequestUpdateTableRequest. 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 GlobalSecondaryIndexUpdate Modifier and Type Method Description voidUpdateTableRequest. setGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)An array of one or more global secondary indexes for the table.UpdateTableRequestUpdateTableRequest. withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)An array of one or more global secondary indexes for the table.
-