Uses of Enum Class
org.apache.camel.component.aws2.iam.IAM2Operations
Packages that use IAM2Operations
-
Uses of IAM2Operations in org.apache.camel.component.aws2.iam
Methods in org.apache.camel.component.aws2.iam that return IAM2OperationsModifier and TypeMethodDescriptionIAM2Configuration.getOperation()
static IAM2Operations
Returns the enum constant of this class with the specified name.static IAM2Operations[]
IAM2Operations.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.aws2.iam with parameters of type IAM2OperationsModifier and TypeMethodDescriptionvoid
IAM2Configuration.setOperation
(IAM2Operations operation) The operation to perform.