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