Uses of Enum Class
org.apache.camel.component.aws2.timestream.Timestream2Operations
Packages that use Timestream2Operations
-
Uses of Timestream2Operations in org.apache.camel.component.aws2.timestream
Methods in org.apache.camel.component.aws2.timestream that return Timestream2OperationsModifier and TypeMethodDescriptionTimestream2Configuration.getOperation()static Timestream2OperationsReturns the enum constant of this class with the specified name.static Timestream2Operations[]Timestream2Operations.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.aws2.timestream with parameters of type Timestream2OperationsModifier and TypeMethodDescriptionvoidTimestream2Configuration.setOperation(Timestream2Operations operation) The operation to perform.