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