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