Package | Description |
---|---|
org.mule.modules.sqs | |
org.mule.modules.sqs.model |
Modifier and Type | Method and Description |
---|---|
RegionEndpoint |
SQSCommonConfig.getRegion() |
Modifier and Type | Method and Description |
---|---|
CreateQueueResult |
SQSConnector.createQueue(String queueName,
RegionEndpoint region,
Map<String,String> attributes)
Creates a new queue, or returns the URL of an existing one.
|
void |
SQSCommonConfig.setRegion(RegionEndpoint region) |
Modifier and Type | Method and Description |
---|---|
static RegionEndpoint |
RegionEndpoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionEndpoint[] |
RegionEndpoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2019. All rights reserved.