Uses of Enum Class
org.apache.camel.component.aws2.athena.Athena2OutputType
Packages that use Athena2OutputType
-
Uses of Athena2OutputType in org.apache.camel.component.aws2.athena
Methods in org.apache.camel.component.aws2.athena that return Athena2OutputTypeModifier and TypeMethodDescriptionAthena2Configuration.getOutputType()static Athena2OutputTypeReturns the enum constant of this class with the specified name.static Athena2OutputType[]Athena2OutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.aws2.athena with parameters of type Athena2OutputTypeModifier and TypeMethodDescriptionvoidAthena2Configuration.setOutputType(Athena2OutputType outputType) How query results should be returned.