Uses of Enum Class
org.apache.camel.component.aws2.redshift.data.RedshiftData2Operations
Packages that use RedshiftData2Operations
-
Uses of RedshiftData2Operations in org.apache.camel.component.aws2.redshift.data
Methods in org.apache.camel.component.aws2.redshift.data that return RedshiftData2OperationsModifier and TypeMethodDescriptionRedshiftData2Configuration.getOperation()static RedshiftData2OperationsReturns the enum constant of this class with the specified name.static RedshiftData2Operations[]RedshiftData2Operations.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.aws2.redshift.data with parameters of type RedshiftData2OperationsModifier and TypeMethodDescriptionvoidRedshiftData2Configuration.setOperation(RedshiftData2Operations operation) The operation to perform.