Uses of Class
org.apache.camel.component.aws.ecs.ECSOperations
-
-
Uses of ECSOperations in org.apache.camel.component.aws.ecs
Methods in org.apache.camel.component.aws.ecs that return ECSOperations Modifier and Type Method Description ECSOperations
ECSConfiguration. getOperation()
static ECSOperations
ECSOperations. valueOf(String name)
Returns the enum constant of this type with the specified name.static ECSOperations[]
ECSOperations. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.aws.ecs with parameters of type ECSOperations Modifier and Type Method Description void
ECSConfiguration. setOperation(ECSOperations operation)
The operation to perform
-