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