Uses of Enum
software.amazon.awscdk.services.glue.InvalidCharHandlingAction
Packages that use InvalidCharHandlingAction
-
Uses of InvalidCharHandlingAction in software.amazon.awscdk.services.glue
Methods in software.amazon.awscdk.services.glue that return InvalidCharHandlingActionModifier and TypeMethodDescriptionstatic InvalidCharHandlingActionReturns the enum constant of this type with the specified name.static InvalidCharHandlingAction[]InvalidCharHandlingAction.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 InvalidCharHandlingActionModifier and TypeMethodDescriptionstatic StorageParameterStorageParameter.invalidCharHandling(InvalidCharHandlingAction value) Specifies the action to perform when query results contain invalid UTF-8 character values.