Class DeleteGlobalSecondaryIndexAction

java.lang.Object
software.amazon.awssdk.services.dynamodb.model.DeleteGlobalSecondaryIndexAction
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<DeleteGlobalSecondaryIndexAction.Builder,DeleteGlobalSecondaryIndexAction>

@Generated("software.amazon.awssdk:codegen") public final class DeleteGlobalSecondaryIndexAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteGlobalSecondaryIndexAction.Builder,DeleteGlobalSecondaryIndexAction>

Represents a global secondary index to be deleted from an existing table.

See Also: