Uses of Class
com.amazonaws.services.dynamodbv2.model.DeleteGlobalSecondaryIndexAction
Packages that use DeleteGlobalSecondaryIndexAction
-
Uses of DeleteGlobalSecondaryIndexAction in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return DeleteGlobalSecondaryIndexActionModifier and TypeMethodDescriptionDeleteGlobalSecondaryIndexAction.clone()
GlobalSecondaryIndexUpdate.getDelete()
The name of an existing global secondary index to be removed.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 DeleteGlobalSecondaryIndexActionModifier and TypeMethodDescriptionvoid
GlobalSecondaryIndexUpdate.setDelete
(DeleteGlobalSecondaryIndexAction delete) The name of an existing global secondary index to be removed.GlobalSecondaryIndexUpdate.withDelete
(DeleteGlobalSecondaryIndexAction delete) The name of an existing global secondary index to be removed.