Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction.Builder
Packages that use DeleteGlobalSecondaryIndexAction.Builder
-
Uses of DeleteGlobalSecondaryIndexAction.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DeleteGlobalSecondaryIndexAction.BuilderModifier and TypeMethodDescriptionDeleteGlobalSecondaryIndexAction.builder()The name of the global secondary index to be deleted.DeleteGlobalSecondaryIndexAction.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DeleteGlobalSecondaryIndexAction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteGlobalSecondaryIndexAction.Builder>DeleteGlobalSecondaryIndexAction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type DeleteGlobalSecondaryIndexAction.BuilderModifier and TypeMethodDescriptionGlobalSecondaryIndexUpdate.Builder.delete(Consumer<DeleteGlobalSecondaryIndexAction.Builder> delete) The name of an existing global secondary index to be removed.