Uses of Class
software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction
-
Packages that use DeleteGlobalSecondaryIndexAction Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of DeleteGlobalSecondaryIndexAction in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DeleteGlobalSecondaryIndexAction Modifier and Type Method Description DeleteGlobalSecondaryIndexActionGlobalSecondaryIndexUpdate. delete()The name of an existing global secondary index to be removed.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type DeleteGlobalSecondaryIndexAction Modifier and Type Method Description GlobalSecondaryIndexUpdate.BuilderGlobalSecondaryIndexUpdate.Builder. delete(DeleteGlobalSecondaryIndexAction delete)The name of an existing global secondary index to be removed.
-