Uses of Enum
software.amazon.awscdk.services.glue.SurplusBytesHandlingAction
Packages that use SurplusBytesHandlingAction
-
Uses of SurplusBytesHandlingAction in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return SurplusBytesHandlingActionModifier and TypeMethodDescriptionstatic SurplusBytesHandlingActionReturns the enum constant of this type with the specified name.static SurplusBytesHandlingAction[]SurplusBytesHandlingAction.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 SurplusBytesHandlingActionModifier and TypeMethodDescriptionstatic StorageParameterStorageParameter.surplusBytesHandling(SurplusBytesHandlingAction value) Specifies how to handle data being loaded that exceeds the length of the data type defined for columns containing VARBYTE data.