Uses of Class
com.amazonaws.athena.connector.lambda.data.SupportedTypes
-
Packages that use SupportedTypes Package Description com.amazonaws.athena.connector.lambda.data -
-
Uses of SupportedTypes in com.amazonaws.athena.connector.lambda.data
Methods in com.amazonaws.athena.connector.lambda.data that return SupportedTypes Modifier and Type Method Description static SupportedTypesSupportedTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportedTypes[]SupportedTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-