Uses of Class
com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
-
Packages that use DeleteGlobalSecondaryIndexAction Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of DeleteGlobalSecondaryIndexAction in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return DeleteGlobalSecondaryIndexAction Modifier and Type Method Description DeleteGlobalSecondaryIndexAction
DeleteGlobalSecondaryIndexAction. clone()
DeleteGlobalSecondaryIndexAction
GlobalSecondaryIndexUpdate. getDelete()
The name of an existing global secondary index to be removed.DeleteGlobalSecondaryIndexAction
DeleteGlobalSecondaryIndexAction. withIndexName(String indexName)
The name of the global secondary index to be deleted.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type DeleteGlobalSecondaryIndexAction Modifier and Type Method Description void
GlobalSecondaryIndexUpdate. setDelete(DeleteGlobalSecondaryIndexAction delete)
The name of an existing global secondary index to be removed.GlobalSecondaryIndexUpdate
GlobalSecondaryIndexUpdate. withDelete(DeleteGlobalSecondaryIndexAction delete)
The name of an existing global secondary index to be removed.
-