Uses of Class
org.apache.camel.component.stitch.client.StitchRegion
-
Packages that use StitchRegion Package Description org.apache.camel.component.stitch org.apache.camel.component.stitch.client -
-
Uses of StitchRegion in org.apache.camel.component.stitch
Methods in org.apache.camel.component.stitch that return StitchRegion Modifier and Type Method Description StitchRegionStitchConfiguration. getRegion()Stitch account region, e.g: europeMethods in org.apache.camel.component.stitch with parameters of type StitchRegion Modifier and Type Method Description voidStitchConfiguration. setRegion(StitchRegion region) -
Uses of StitchRegion in org.apache.camel.component.stitch.client
Methods in org.apache.camel.component.stitch.client that return StitchRegion Modifier and Type Method Description static StitchRegionStitchRegion. fromString(String regionAsText)static StitchRegionStitchRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static StitchRegion[]StitchRegion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.stitch.client with parameters of type StitchRegion Modifier and Type Method Description StitchClientBuilderStitchClientBuilder. withRegion(StitchRegion region)
-