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