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 UpdateTableSpec
UpdateTableSpec. withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)
Method parameters in com.amazonaws.services.dynamodbv2.document.spec with type arguments of type GlobalSecondaryIndexUpdate Modifier and Type Method Description UpdateTableSpec
UpdateTableSpec. 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 GlobalSecondaryIndexUpdate
GlobalSecondaryIndexUpdate. clone()
GlobalSecondaryIndexUpdate
GlobalSecondaryIndexUpdate. withCreate(CreateGlobalSecondaryIndexAction create)
The parameters required for creating a global secondary index on an existing table:GlobalSecondaryIndexUpdate
GlobalSecondaryIndexUpdate. withDelete(DeleteGlobalSecondaryIndexAction delete)
The name of an existing global secondary index to be removed.GlobalSecondaryIndexUpdate
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 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 UpdateTableRequest
UpdateTableRequest. 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 void
UpdateTableRequest. setGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.UpdateTableRequest
UpdateTableRequest. withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.
-