| Package | Description |
|---|---|
| org.apache.camel.component.stitch | |
| org.apache.camel.component.stitch.client |
| Modifier and Type | Method and Description |
|---|---|
StitchRegion |
StitchConfiguration.getRegion()
Stitch account region, e.g: europe
|
| Modifier and Type | Method and Description |
|---|---|
void |
StitchConfiguration.setRegion(StitchRegion region) |
| Modifier and Type | Method and Description |
|---|---|
static StitchRegion |
StitchRegion.fromString(String regionAsText) |
static StitchRegion |
StitchRegion.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.
|
| Modifier and Type | Method and Description |
|---|---|
StitchClientBuilder |
StitchClientBuilder.withRegion(StitchRegion region) |
Apache Camel