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