Uses of Enum Class
org.apache.camel.component.aws2.athena.Athena2Operations
Packages that use Athena2Operations
-
Uses of Athena2Operations in org.apache.camel.component.aws2.athena
Methods in org.apache.camel.component.aws2.athena that return Athena2OperationsModifier and TypeMethodDescriptionAthena2Configuration.getOperation()static Athena2OperationsReturns the enum constant of this class with the specified name.static Athena2Operations[]Athena2Operations.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 Athena2OperationsModifier and TypeMethodDescriptionvoidAthena2Configuration.setOperation(Athena2Operations operation) The Athena API function to call.