Uses of Enum
software.amazon.awscdk.services.glue.ColumnCountMismatchHandlingAction
Packages that use ColumnCountMismatchHandlingAction
-
Uses of ColumnCountMismatchHandlingAction in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return ColumnCountMismatchHandlingActionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ColumnCountMismatchHandlingAction[]ColumnCountMismatchHandlingAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.glue with parameters of type ColumnCountMismatchHandlingActionModifier and TypeMethodDescriptionstatic StorageParameterStorageParameter.columnCountMismatchHandling(ColumnCountMismatchHandlingAction value) Identifies if the file contains less or more values for a row than the number of columns specified in the external table definition.