Uses of Class
com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction
-
Packages that use UpdateGlobalSecondaryIndexAction Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of UpdateGlobalSecondaryIndexAction in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return UpdateGlobalSecondaryIndexAction Modifier and Type Method Description UpdateGlobalSecondaryIndexActionUpdateGlobalSecondaryIndexAction. clone()UpdateGlobalSecondaryIndexActionGlobalSecondaryIndexUpdate. getUpdate()The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.UpdateGlobalSecondaryIndexActionUpdateGlobalSecondaryIndexAction. withIndexName(String indexName)The name of the global secondary index to be updated.UpdateGlobalSecondaryIndexActionUpdateGlobalSecondaryIndexAction. withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)Methods in com.amazonaws.services.dynamodbv2.model with parameters of type UpdateGlobalSecondaryIndexAction Modifier and Type Method Description voidGlobalSecondaryIndexUpdate. setUpdate(UpdateGlobalSecondaryIndexAction update)The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.GlobalSecondaryIndexUpdateGlobalSecondaryIndexUpdate. withUpdate(UpdateGlobalSecondaryIndexAction update)The name of an existing global secondary index, along with new provisioned throughput settings to be applied to that index.
-