Skip navigation links
A B C D E G H I L M O P R S T V W 

A

accessKey - Variable in class org.mule.modules.aws.ClientBuilder
 
addPermission(String, List<String>, List<String>, String) - Method in class org.mule.modules.sqs.SQSConnector
Adds a permission to this message queue.
AWS_CLIENT_MAX_ERROR_RETRY - Static variable in class org.mule.modules.aws.ClientBuilder
 
awsAsyncClientBuilder - Variable in class org.mule.modules.aws.ClientBuilder
 
awsSyncClientBuilder - Variable in class org.mule.modules.aws.ClientBuilder
 

B

BasicConfig<T extends com.amazonaws.AmazonWebServiceClient> - Class in org.mule.modules.aws
 
BasicConfig() - Constructor for class org.mule.modules.aws.BasicConfig
 
BatchResultErrorEntry - Class in org.mule.modules.sqs.model
This is used in the responses of batch API to give a detailed description of the result of an action on each entry in the request.
BatchResultErrorEntry(String, String, String, Boolean) - Constructor for class org.mule.modules.sqs.model.BatchResultErrorEntry
 
buildAsyncClient(CommonRegion) - Method in class org.mule.modules.aws.ClientBuilder
 
buildClient(CommonRegion) - Method in class org.mule.modules.aws.ClientBuilder
 

C

changeMessageVisibility(String, Integer, String) - Method in class org.mule.modules.sqs.SQSConnector
Changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibilityBatch(List<ChangeMessageVisibilityBatchRequestEntry>, String) - Method in class org.mule.modules.sqs.SQSConnector
Changes the visibility timeout of multiple messages.
ChangeMessageVisibilityBatchRequestEntry - Class in org.mule.modules.sqs.model
 
ChangeMessageVisibilityBatchRequestEntry(String, String, Integer) - Constructor for class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchRequestEntry
Constructs a new ChangeMessageVisibilityBatchRequestEntry object.
ChangeMessageVisibilityBatchResult - Class in org.mule.modules.sqs.model
For each message in the batch, the response contains a ChangeMessageVisibilityBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
ChangeMessageVisibilityBatchResult(List<BatchResultErrorEntry>, List<ChangeMessageVisibilityBatchResultEntry>) - Constructor for class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResult
 
ChangeMessageVisibilityBatchResultEntry - Class in org.mule.modules.sqs.model
Encloses the id of an entry in ChangeMessageVisibilityBatch.
ChangeMessageVisibilityBatchResultEntry(String) - Constructor for class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
ClientBuilder<T extends com.amazonaws.AmazonWebServiceClient> - Class in org.mule.modules.aws
 
ClientBuilder() - Constructor for class org.mule.modules.aws.ClientBuilder
 
clientBuilder - Variable in class org.mule.modules.aws.CommonConfig
 
clientBuilder - Variable in class org.mule.modules.aws.GenericConfig
 
clientConfig - Variable in class org.mule.modules.aws.ClientBuilder
 
clientConfig - Variable in class org.mule.modules.aws.GenericConfig
 
clientCredentials - Variable in class org.mule.modules.aws.GenericConfig
 
CommonConfig<T extends com.amazonaws.AmazonWebServiceClient> - Class in org.mule.modules.aws
 
CommonConfig() - Constructor for class org.mule.modules.aws.CommonConfig
 
CommonRegion - Interface in org.mule.modules.aws
Created by root on 4/18/17.
connect(String, String, boolean) - Method in class org.mule.modules.aws.BasicConfig
Login to Amazon S3
connect() - Method in class org.mule.modules.aws.ClientBuilder
 
connect(String, String, String, boolean) - Method in class org.mule.modules.sqs.SQSBasicConfig
 
connect() - Method in class org.mule.modules.sqs.SQSClientBuilder
 
connect(String, String, String, boolean) - Method in class org.mule.modules.sqs.SQSRoleConfig
 
connectionId - Variable in class org.mule.modules.aws.ClientBuilder
 
connectionId() - Method in class org.mule.modules.aws.GenericConfig
 
copyMap(Map<K, V>) - Static method in class org.mule.modules.sqs.util.ModelUtils
 
createClient() - Method in class org.mule.modules.aws.GenericConfig
Creates Amazon AWS client with the builder set by the concrete class
createClientBuilder() - Method in class org.mule.modules.aws.GenericConfig
Set the client builder to be called when creating a new client
createClientConfiguration() - Method in class org.mule.modules.aws.ClientBuilder
Creates the configuration for the AWSClient
createClientConfiguration() - Method in class org.mule.modules.aws.GenericConfig
Creates the configuration for the AWSClient
createClientCredentials(String, String, boolean) - Method in class org.mule.modules.aws.BasicConfig
Creates AWS basic credentials for the client
createQueue(String, RegionEndpoint, Map<String, String>) - Method in class org.mule.modules.sqs.SQSConnector
Creates a new queue, or returns the URL of an existing one.
CreateQueueResult - Class in org.mule.modules.sqs.model
Returns the QueueUrl element of the created queue.
CreateQueueResult(String) - Constructor for class org.mule.modules.sqs.model.CreateQueueResult
 
customSetupClientBuilder() - Method in class org.mule.modules.aws.ClientBuilder
 

D

deleteMessage(String, String) - Method in class org.mule.modules.sqs.SQSConnector
Deletes the message identified by message object on the queue this object represents.
deleteMessageBatch(List<DeleteMessageBatchRequestEntry>, String) - Method in class org.mule.modules.sqs.SQSConnector
Deletes up to ten messages from the specified queue.
DeleteMessageBatchRequestEntry - Class in org.mule.modules.sqs.model
Encloses a receipt handle and an identifier for it.
DeleteMessageBatchRequestEntry(String, String) - Constructor for class org.mule.modules.sqs.model.DeleteMessageBatchRequestEntry
Constructs a new DeleteMessageBatchRequestEntry object.
DeleteMessageBatchResult - Class in org.mule.modules.sqs.model
For each message in the batch, the response contains a DeleteMessageBatchResultEntry tag if the message is deleted or a BatchResultErrorEntry tag if the message cannot be deleted.
DeleteMessageBatchResult(List<BatchResultErrorEntry>, List<DeleteMessageBatchResultEntry>) - Constructor for class org.mule.modules.sqs.model.DeleteMessageBatchResult
 
DeleteMessageBatchResultEntry - Class in org.mule.modules.sqs.model
Encloses the id an entry in DeleteMessageBatch.
DeleteMessageBatchResultEntry(String) - Constructor for class org.mule.modules.sqs.model.DeleteMessageBatchResultEntry
 
deleteQueue(String) - Method in class org.mule.modules.sqs.SQSConnector
Deletes the message queue represented by this object.
disconnect() - Method in class org.mule.modules.aws.ClientBuilder
 
disconnect() - Method in class org.mule.modules.aws.GenericConfig
 
disconnect() - Method in class org.mule.modules.sqs.SQSClientBuilder
 
disconnect() - Method in class org.mule.modules.sqs.SQSCommonConfig
 

E

equals(Object) - Method in class org.mule.modules.sqs.model.BatchResultErrorEntry
 
equals(Object) - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
equals(Object) - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResult
 
equals(Object) - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
equals(Object) - Method in class org.mule.modules.sqs.model.CreateQueueResult
 
equals(Object) - Method in class org.mule.modules.sqs.model.DeleteMessageBatchRequestEntry
 
equals(Object) - Method in class org.mule.modules.sqs.model.DeleteMessageBatchResult
 
equals(Object) - Method in class org.mule.modules.sqs.model.DeleteMessageBatchResultEntry
 
equals(Object) - Method in class org.mule.modules.sqs.model.GetQueueAttributesResult
 
equals(Object) - Method in class org.mule.modules.sqs.model.GetQueueUrlResult
 
equals(Object) - Method in class org.mule.modules.sqs.model.ListDeadLetterSourceQueuesResult
 
equals(Object) - Method in class org.mule.modules.sqs.model.ListQueuesResult
 
equals(Object) - Method in class org.mule.modules.sqs.model.MessageAttributeValue
 
equals(Object) - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
 
equals(Object) - Method in class org.mule.modules.sqs.model.SendMessageBatchResult
 
equals(Object) - Method in class org.mule.modules.sqs.model.SendMessageBatchResultEntry
 
equals(Object) - Method in class org.mule.modules.sqs.model.SendMessageResult
 

G

GenericConfig<T extends com.amazonaws.AmazonWebServiceClient> - Class in org.mule.modules.aws
 
GenericConfig() - Constructor for class org.mule.modules.aws.GenericConfig
 
getAccessKey() - Method in class org.mule.modules.aws.ClientBuilder
 
getApproximateNumberOfMessages(String) - Method in class org.mule.modules.sqs.SQSConnector
Gets an approximate number of visible messages for a queue.
getAsyncClient() - Method in class org.mule.modules.aws.ClientBuilder
 
getAsyncClient() - Method in class org.mule.modules.aws.CommonConfig
 
getAsyncClientBuilder() - Method in class org.mule.modules.aws.ClientBuilder
 
getAsyncClientBuilder() - Method in class org.mule.modules.sqs.SQSClientBuilder
 
getAttributes() - Method in class org.mule.modules.sqs.model.GetQueueAttributesResult
A map of attributes to the respective values.
getBinaryValue() - Method in class org.mule.modules.sqs.model.MessageAttributeValue
 
getChangeMessageVisibilityBatchRequestEntries(List<ChangeMessageVisibilityBatchRequestEntry>) - Static method in class org.mule.modules.sqs.util.SQSModelFactory
 
getChangeMessageVisibilityBatchResult(List<ChangeMessageVisibilityBatchResultEntry>, List<BatchResultErrorEntry>) - Static method in class org.mule.modules.sqs.util.SQSModelFactory
 
getClient() - Method in class org.mule.modules.aws.GenericConfig
 
getClientBuilder() - Method in class org.mule.modules.aws.CommonConfig
 
getClientConfiguration() - Method in class org.mule.modules.aws.ClientBuilder
 
getCode() - Method in class org.mule.modules.sqs.model.BatchResultErrorEntry
An error code representing why the action failed on this entry.
getConfig() - Method in class org.mule.modules.sqs.SQSConnector
 
getConfigRegion() - Method in class org.mule.modules.aws.ClientBuilder
 
getConfigRegion() - Method in class org.mule.modules.aws.CommonConfig
 
getConfigRegion() - Method in class org.mule.modules.sqs.SQSCommonConfig
 
getConnectionId() - Method in class org.mule.modules.aws.ClientBuilder
 
getConnectionId() - Method in class org.mule.modules.sqs.SQSCommonConfig
 
getConnectionTimeout() - Method in class org.mule.modules.aws.ClientBuilder
 
getConnectionTimeout() - Method in class org.mule.modules.aws.CommonConfig
 
getConnectionTimeout() - Method in class org.mule.modules.aws.GenericConfig
 
getDataType() - Method in class org.mule.modules.sqs.model.MessageAttributeValue
 
getDefaultQueueName() - Method in class org.mule.modules.sqs.SQSClientBuilder
 
getDefaultQueueName() - Method in class org.mule.modules.sqs.SQSCommonConfig
 
getDefaultRegion() - Method in class org.mule.modules.aws.ClientBuilder
 
getDefaultRegion() - Method in class org.mule.modules.aws.CommonConfig
 
getDefaultRegion() - Method in class org.mule.modules.sqs.SQSClientBuilder
 
getDefaultRegion() - Method in class org.mule.modules.sqs.SQSCommonConfig
 
getDelaySeconds() - Method in class org.mule.modules.sqs.model.Message
 
getDelaySeconds() - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
The number of seconds for which the message has to be delayed.
getDeleteMessageBatchRequestEntries(List<DeleteMessageBatchRequestEntry>) - Static method in class org.mule.modules.sqs.util.SQSModelFactory
 
getDeleteMessageBatchResult(List<DeleteMessageBatchResultEntry>, List<BatchResultErrorEntry>) - Static method in class org.mule.modules.sqs.util.SQSModelFactory
 
getFailed() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResult
A list of BatchResultErrorEntry items.
getFailed() - Method in class org.mule.modules.sqs.model.DeleteMessageBatchResult
A list of BatchResultErrorEntry items.
getFailed() - Method in class org.mule.modules.sqs.model.SendMessageBatchResult
A list of BatchResultErrorEntry items with the error detail about each message that could not be enqueued.
getId() - Method in class org.mule.modules.sqs.model.BatchResultErrorEntry
The id of an entry in a batch request.
getId() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchRequestEntry
An identifier for this particular receipt handle.
getId() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResultEntry
Represents a message whose visibility timeout has been changed successfully.
getId() - Method in class org.mule.modules.sqs.model.DeleteMessageBatchRequestEntry
An identifier for this particular receipt handle.
getId() - Method in class org.mule.modules.sqs.model.DeleteMessageBatchResultEntry
Represents a successfully deleted message.
getId() - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
An identifier for the message in this batch.
getId() - Method in class org.mule.modules.sqs.model.SendMessageBatchResultEntry
An identifier for the message in this batch.
getMaxConnections() - Method in class org.mule.modules.aws.GenericConfig
 
getMD5OfMessageAttributes() - Method in class org.mule.modules.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message attribute string.
getMD5OfMessageAttributes() - Method in class org.mule.modules.sqs.model.SendMessageResult
An MD5 digest of the non-URL-encoded message attribute string.
getMD5OfMessageBody() - Method in class org.mule.modules.sqs.model.SendMessageBatchResultEntry
An MD5 digest of the non-URL-encoded message body string.
getMD5OfMessageBody() - Method in class org.mule.modules.sqs.model.SendMessageResult
An MD5 digest of the non-URL-encoded message body string.
getMessage() - Method in class org.mule.modules.sqs.model.BatchResultErrorEntry
A message explaining why the action failed on this entry.
getMessageAttributes() - Method in class org.mule.modules.sqs.model.Message
 
getMessageAttributes() - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
Each message attribute consists of a Name, Type, and Value.
getMessageAttributes(Map<String, MessageAttributeValue>) - Static method in class org.mule.modules.sqs.util.SQSModelFactory
 
getMessageBody() - Method in class org.mule.modules.sqs.model.Message
 
getMessageBody() - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
Body of the message.
getMessageDeduplicationId() - Method in class org.mule.modules.sqs.model.Message
 
getMessageDeduplicationId() - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
 
getMessageGroupId() - Method in class org.mule.modules.sqs.model.Message
 
getMessageGroupId() - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
The group id for which this message belongs to.
getMessageId() - Method in class org.mule.modules.sqs.model.SendMessageBatchResultEntry
An identifier for the message.
getMessageId() - Method in class org.mule.modules.sqs.model.SendMessageResult
An element containing the message ID of the message sent to the queue.
getProtocol() - Method in class org.mule.modules.aws.ClientBuilder
 
getProtocol() - Method in class org.mule.modules.aws.CommonConfig
 
getProtocol() - Method in class org.mule.modules.aws.GenericConfig
 
getProxyDomain() - Method in class org.mule.modules.aws.ClientBuilder
 
getProxyDomain() - Method in class org.mule.modules.aws.CommonConfig
 
getProxyDomain() - Method in class org.mule.modules.aws.GenericConfig
 
getProxyHost() - Method in class org.mule.modules.aws.ClientBuilder
 
getProxyHost() - Method in class org.mule.modules.aws.CommonConfig
 
getProxyHost() - Method in class org.mule.modules.aws.GenericConfig
 
getProxyPassword() - Method in class org.mule.modules.aws.ClientBuilder
 
getProxyPassword() - Method in class org.mule.modules.aws.CommonConfig
 
getProxyPassword() - Method in class org.mule.modules.aws.GenericConfig
 
getProxyPort() - Method in class org.mule.modules.aws.ClientBuilder
 
getProxyPort() - Method in class org.mule.modules.aws.CommonConfig
 
getProxyPort() - Method in class org.mule.modules.aws.GenericConfig
 
getProxyUsername() - Method in class org.mule.modules.aws.ClientBuilder
 
getProxyUsername() - Method in class org.mule.modules.aws.CommonConfig
 
getProxyUsername() - Method in class org.mule.modules.aws.GenericConfig
 
getProxyWorkstation() - Method in class org.mule.modules.aws.ClientBuilder
 
getProxyWorkstation() - Method in class org.mule.modules.aws.CommonConfig
 
getProxyWorkstation() - Method in class org.mule.modules.aws.GenericConfig
 
getQueueAttributes(List<String>, String) - Method in class org.mule.modules.sqs.SQSConnector
Gets queue attributes.
GetQueueAttributesResult - Class in org.mule.modules.sqs.model
A list of returned queue attributes.
GetQueueAttributesResult(Map<String, String>) - Constructor for class org.mule.modules.sqs.model.GetQueueAttributesResult
 
getQueueUrl() - Method in class org.mule.modules.sqs.model.CreateQueueResult
The URL for the created Amazon SQS queue.
getQueueUrl() - Method in class org.mule.modules.sqs.model.GetQueueUrlResult
The URL for the queue.
getQueueUrl(String, String) - Method in class org.mule.modules.sqs.SQSConnector
Returns the URL of an existing queue.
GetQueueUrlResult - Class in org.mule.modules.sqs.model
 
GetQueueUrlResult(String) - Constructor for class org.mule.modules.sqs.model.GetQueueUrlResult
 
getQueueUrls() - Method in class org.mule.modules.sqs.model.ListDeadLetterSourceQueuesResult
A list of source queue URLs that have the RedrivePolicy queue attribute configured with a dead letter queue.
getQueueUrls() - Method in class org.mule.modules.sqs.model.ListQueuesResult
A list of queue URLs, up to 1000 entries.
getReceiptHandle() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchRequestEntry
A receipt handle.
getReceiptHandle() - Method in class org.mule.modules.sqs.model.DeleteMessageBatchRequestEntry
A receipt handle.
getRegion() - Method in interface org.mule.modules.aws.CommonRegion
 
getRegion() - Method in enum org.mule.modules.sqs.model.RegionEndpoint
 
getRegion() - Method in class org.mule.modules.sqs.SQSCommonConfig
 
getRegions() - Method in class org.mule.modules.aws.GenericConfig
 
getRoleARN() - Method in class org.mule.modules.aws.ClientBuilder
 
getSecretKey() - Method in class org.mule.modules.aws.ClientBuilder
 
getSenderFault() - Method in class org.mule.modules.sqs.model.BatchResultErrorEntry
Whether the error happened due to the sender's fault.
getSendMessageBatchRequestEntries(List<SendMessageBatchRequestEntry>) - Static method in class org.mule.modules.sqs.util.SQSModelFactory
 
getSendMessageBatchResult(List<SendMessageBatchResultEntry>, List<BatchResultErrorEntry>) - Static method in class org.mule.modules.sqs.util.SQSModelFactory
 
getSendMessageResult(String, String, String) - Static method in class org.mule.modules.sqs.util.SQSModelFactory
 
getSessionToken() - Method in class org.mule.modules.aws.ClientBuilder
 
getSocketTimeout() - Method in class org.mule.modules.aws.ClientBuilder
 
getSocketTimeout() - Method in class org.mule.modules.aws.CommonConfig
 
getSocketTimeout() - Method in class org.mule.modules.aws.GenericConfig
 
getStringValue() - Method in class org.mule.modules.sqs.model.MessageAttributeValue
 
getSuccessful() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResult
getSuccessful() - Method in class org.mule.modules.sqs.model.DeleteMessageBatchResult
getSuccessful() - Method in class org.mule.modules.sqs.model.SendMessageBatchResult
getSyncClient() - Method in class org.mule.modules.aws.ClientBuilder
 
getSyncClient() - Method in class org.mule.modules.aws.CommonConfig
 
getSyncClientBuilder() - Method in class org.mule.modules.aws.ClientBuilder
 
getSyncClientBuilder() - Method in class org.mule.modules.sqs.SQSClientBuilder
 
getUrl() - Method in class org.mule.modules.sqs.SQSClientBuilder
 
getUrl() - Method in class org.mule.modules.sqs.SQSCommonConfig
 
getUrl(String) - Method in class org.mule.modules.sqs.SQSCommonConfig
 
getVisibilityTimeout() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchRequestEntry
The new value (in seconds) for the message's visibility timeout.

H

hashCode() - Method in class org.mule.modules.sqs.model.BatchResultErrorEntry
 
hashCode() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchRequestEntry
 
hashCode() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResult
 
hashCode() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
hashCode() - Method in class org.mule.modules.sqs.model.CreateQueueResult
 
hashCode() - Method in class org.mule.modules.sqs.model.DeleteMessageBatchRequestEntry
 
hashCode() - Method in class org.mule.modules.sqs.model.DeleteMessageBatchResult
 
hashCode() - Method in class org.mule.modules.sqs.model.DeleteMessageBatchResultEntry
 
hashCode() - Method in class org.mule.modules.sqs.model.GetQueueAttributesResult
 
hashCode() - Method in class org.mule.modules.sqs.model.GetQueueUrlResult
 
hashCode() - Method in class org.mule.modules.sqs.model.ListDeadLetterSourceQueuesResult
 
hashCode() - Method in class org.mule.modules.sqs.model.ListQueuesResult
 
hashCode() - Method in class org.mule.modules.sqs.model.MessageAttributeValue
 
hashCode() - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
 
hashCode() - Method in class org.mule.modules.sqs.model.SendMessageBatchResult
 
hashCode() - Method in class org.mule.modules.sqs.model.SendMessageBatchResultEntry
 
hashCode() - Method in class org.mule.modules.sqs.model.SendMessageResult
 

I

instantiateClient(CommonRegion) - Method in class org.mule.modules.aws.ClientBuilder
 
instantiateClient(String) - Method in class org.mule.modules.aws.ClientBuilder
 
isConnected() - Method in class org.mule.modules.aws.GenericConfig
 
isConnected() - Method in class org.mule.modules.sqs.SQSCommonConfig
 
isSenderFault() - Method in class org.mule.modules.sqs.model.BatchResultErrorEntry
Whether the error happened due to the sender's fault.
isTryDefaultAWSCredentialsProviderChain() - Method in class org.mule.modules.aws.ClientBuilder
 

L

listDeadLetterSourceQueues(String) - Method in class org.mule.modules.sqs.SQSConnector
Returns a list of your queues that have the RedrivePolicy queue attribute configured with a dead letter queue.
ListDeadLetterSourceQueuesResult - Class in org.mule.modules.sqs.model
A list of your dead letter source queues.
ListDeadLetterSourceQueuesResult(List<String>) - Constructor for class org.mule.modules.sqs.model.ListDeadLetterSourceQueuesResult
 
listQueues(String) - Method in class org.mule.modules.sqs.SQSConnector
Returns a list of your queues.
ListQueuesResult - Class in org.mule.modules.sqs.model
A list of your queues.
ListQueuesResult(List<String>) - Constructor for class org.mule.modules.sqs.model.ListQueuesResult
 

M

Message - Class in org.mule.modules.sqs.model
 
Message() - Constructor for class org.mule.modules.sqs.model.Message
 
MessageAttributeValue - Class in org.mule.modules.sqs.model
 
MessageAttributeValue() - Constructor for class org.mule.modules.sqs.model.MessageAttributeValue
 
ModelUtils - Class in org.mule.modules.sqs.util
 

O

org.mule.modules.aws - package org.mule.modules.aws
 
org.mule.modules.sqs - package org.mule.modules.sqs
 
org.mule.modules.sqs.model - package org.mule.modules.sqs.model
 
org.mule.modules.sqs.util - package org.mule.modules.sqs.util
 

P

performClientConnectionTest() - Method in class org.mule.modules.aws.BasicConfig
Executes a requests in AWS server to check if the client configuration is correct.
purgeQueue(String) - Method in class org.mule.modules.sqs.SQSConnector
Deletes the messages in a queue specified by the queue URL.

R

receiveMessages(SourceCallback, Integer, Boolean, Integer, String) - Method in class org.mule.modules.sqs.SQSConnector
Attempts to receive messages from a queue.
RegionEndpoint - Enum in org.mule.modules.sqs.model
Enum for including Region endpoints
regions - Variable in class org.mule.modules.aws.GenericConfig
Region for the amazon instance.
removePermission(String, String) - Method in class org.mule.modules.sqs.SQSConnector
Removes a permission from this message queue.
roleARN - Variable in class org.mule.modules.aws.ClientBuilder
 

S

secretKey - Variable in class org.mule.modules.aws.ClientBuilder
 
sendMessage(Message, String) - Method in class org.mule.modules.sqs.SQSConnector
Sends a message to a specified queue.
sendMessageBatch(List<SendMessageBatchRequestEntry>, String) - Method in class org.mule.modules.sqs.SQSConnector
Delivers up to ten messages to the specified queue.
SendMessageBatchRequestEntry - Class in org.mule.modules.sqs.model
Contains the details of a single Amazon SQS message along with a Id .
SendMessageBatchRequestEntry() - Constructor for class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
 
SendMessageBatchRequestEntry(String, String, Integer, Map<String, MessageAttributeValue>) - Constructor for class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
 
SendMessageBatchResult - Class in org.mule.modules.sqs.model
For each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
SendMessageBatchResult(List<BatchResultErrorEntry>, List<SendMessageBatchResultEntry>) - Constructor for class org.mule.modules.sqs.model.SendMessageBatchResult
 
SendMessageBatchResultEntry - Class in org.mule.modules.sqs.model
Encloses a message ID for successfully enqueued message of a SendMessageBatch.
SendMessageBatchResultEntry(String, String, String, String) - Constructor for class org.mule.modules.sqs.model.SendMessageBatchResultEntry
 
SendMessageResult - Class in org.mule.modules.sqs.model
The MD5OfMessageBody and MessageId elements.
SendMessageResult(String, String, String) - Constructor for class org.mule.modules.sqs.model.SendMessageResult
 
sessionToken - Variable in class org.mule.modules.aws.ClientBuilder
 
setAccessKey(String) - Method in class org.mule.modules.aws.ClientBuilder
 
setAsyncClient(T) - Method in class org.mule.modules.aws.ClientBuilder
 
setBinaryValue(ByteBuffer) - Method in class org.mule.modules.sqs.model.MessageAttributeValue
 
setClient(T) - Method in class org.mule.modules.aws.GenericConfig
 
setClientBuilder() - Method in class org.mule.modules.aws.CommonConfig
 
setClientBuilder(AwsClientBuilder) - Method in class org.mule.modules.aws.GenericConfig
 
setClientBuilder() - Method in class org.mule.modules.sqs.SQSCommonConfig
 
setClientConfiguration(ClientConfiguration) - Method in class org.mule.modules.aws.ClientBuilder
 
setConfig(SQSCommonConfig) - Method in class org.mule.modules.sqs.SQSConnector
 
setConfigRegion(CommonRegion) - Method in class org.mule.modules.aws.ClientBuilder
 
setConnectionId(String) - Method in class org.mule.modules.sqs.SQSClientBuilder
 
setConnectionTimeout(Integer) - Method in class org.mule.modules.aws.ClientBuilder
 
setConnectionTimeout(Integer) - Method in class org.mule.modules.aws.CommonConfig
 
setConnectionTimeout(Integer) - Method in class org.mule.modules.aws.GenericConfig
 
setCustomClientConfiguration() - Method in class org.mule.modules.aws.ClientBuilder
Sets the custom configuration fields for every different AWSClient
setCustomClientConfiguration() - Method in class org.mule.modules.aws.GenericConfig
Sets the custom configuration fields for every different AWSClient
setCustomClientConfiguration() - Method in class org.mule.modules.sqs.SQSClientBuilder
 
setDataType(String) - Method in class org.mule.modules.sqs.model.MessageAttributeValue
 
setDefaultQueueName(String) - Method in class org.mule.modules.sqs.SQSClientBuilder
 
setDefaultQueueName(String) - Method in class org.mule.modules.sqs.SQSCommonConfig
 
setDefaultRegion(CommonRegion) - Method in class org.mule.modules.aws.ClientBuilder
 
setDelaySeconds(Integer) - Method in class org.mule.modules.sqs.model.Message
 
setDelaySeconds(Integer) - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
 
setId(String) - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
 
setMaxConnections(Integer) - Method in class org.mule.modules.aws.GenericConfig
 
setMessageAttributes(Map<String, MessageAttributeValue>) - Method in class org.mule.modules.sqs.model.Message
 
setMessageAttributes(Map<String, MessageAttributeValue>) - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
 
setMessageBody(String) - Method in class org.mule.modules.sqs.model.Message
 
setMessageBody(String) - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
 
setMessageDeduplicationId(String) - Method in class org.mule.modules.sqs.model.Message
 
setMessageDeduplicationId(String) - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
 
setMessageGroupId(String) - Method in class org.mule.modules.sqs.model.Message
 
setMessageGroupId(String) - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
 
setProtocol(Protocol) - Method in class org.mule.modules.aws.ClientBuilder
 
setProtocol(Protocol) - Method in class org.mule.modules.aws.CommonConfig
 
setProtocol(Protocol) - Method in class org.mule.modules.aws.GenericConfig
 
setProxyDomain(String) - Method in class org.mule.modules.aws.ClientBuilder
 
setProxyDomain(String) - Method in class org.mule.modules.aws.CommonConfig
 
setProxyDomain(String) - Method in class org.mule.modules.aws.GenericConfig
 
setProxyHost(String) - Method in class org.mule.modules.aws.ClientBuilder
 
setProxyHost(String) - Method in class org.mule.modules.aws.CommonConfig
 
setProxyHost(String) - Method in class org.mule.modules.aws.GenericConfig
 
setProxyPassword(String) - Method in class org.mule.modules.aws.ClientBuilder
 
setProxyPassword(String) - Method in class org.mule.modules.aws.CommonConfig
 
setProxyPassword(String) - Method in class org.mule.modules.aws.GenericConfig
 
setProxyPort(Integer) - Method in class org.mule.modules.aws.ClientBuilder
 
setProxyPort(Integer) - Method in class org.mule.modules.aws.CommonConfig
 
setProxyPort(Integer) - Method in class org.mule.modules.aws.GenericConfig
 
setProxyUsername(String) - Method in class org.mule.modules.aws.ClientBuilder
 
setProxyUsername(String) - Method in class org.mule.modules.aws.CommonConfig
 
setProxyUsername(String) - Method in class org.mule.modules.aws.GenericConfig
 
setProxyWorkstation(String) - Method in class org.mule.modules.aws.ClientBuilder
 
setProxyWorkstation(String) - Method in class org.mule.modules.aws.CommonConfig
 
setProxyWorkstation(String) - Method in class org.mule.modules.aws.GenericConfig
 
setQueueAttributes(Map<String, String>, String) - Method in class org.mule.modules.sqs.SQSConnector
Sets the value of one or more queue attributes.
setRegion(Regions) - Method in class org.mule.modules.aws.GenericConfig
 
setRegion(RegionEndpoint) - Method in class org.mule.modules.sqs.SQSCommonConfig
 
setRoleARN(String) - Method in class org.mule.modules.aws.ClientBuilder
 
setSecretKey(String) - Method in class org.mule.modules.aws.ClientBuilder
 
setSessionToken(String) - Method in class org.mule.modules.aws.ClientBuilder
 
setSocketTimeout(Integer) - Method in class org.mule.modules.aws.ClientBuilder
 
setSocketTimeout(Integer) - Method in class org.mule.modules.aws.CommonConfig
 
setSocketTimeout(Integer) - Method in class org.mule.modules.aws.GenericConfig
 
setStringValue(String) - Method in class org.mule.modules.sqs.model.MessageAttributeValue
 
setSyncClient(T) - Method in class org.mule.modules.aws.ClientBuilder
 
setTryDefaultAWSCredentialsProviderChain(boolean) - Method in class org.mule.modules.aws.ClientBuilder
 
setupClientBuilder() - Method in class org.mule.modules.aws.ClientBuilder
 
setUrl(String) - Method in class org.mule.modules.sqs.SQSClientBuilder
 
setUrl(String) - Method in class org.mule.modules.sqs.SQSCommonConfig
 
SQSBasicConfig - Class in org.mule.modules.sqs
 
SQSBasicConfig() - Constructor for class org.mule.modules.sqs.SQSBasicConfig
 
SQSClientBuilder - Class in org.mule.modules.sqs
 
SQSClientBuilder() - Constructor for class org.mule.modules.sqs.SQSClientBuilder
 
SQSCommonConfig - Class in org.mule.modules.sqs
 
SQSCommonConfig() - Constructor for class org.mule.modules.sqs.SQSCommonConfig
 
SQSConnectionException - Exception in org.mule.modules.sqs.model
Exception thrown by the connector when we cannot resolve it to ConnectionException
SQSConnectionException(String, Throwable) - Constructor for exception org.mule.modules.sqs.model.SQSConnectionException
Create a SQSConnectionException
SQSConnector - Class in org.mule.modules.sqs
Amazon Simple Queue Service (Amazon SQS) is a distributed queue messaging service introduced by Amazon.com in April of 2006.
SQSConnector() - Constructor for class org.mule.modules.sqs.SQSConnector
 
SQSConnectorException - Exception in org.mule.modules.sqs.model
Exception thrown by the connector when we cannot resolve it to SQSConnectorException
SQSConnectorException(String) - Constructor for exception org.mule.modules.sqs.model.SQSConnectorException
Create a SQSConnectorException
SQSConnectorException(String, Throwable) - Constructor for exception org.mule.modules.sqs.model.SQSConnectorException
Create a SQSConnectorException
SQSModelFactory - Class in org.mule.modules.sqs.util
 
SQSRoleConfig - Class in org.mule.modules.sqs
 
SQSRoleConfig() - Constructor for class org.mule.modules.sqs.SQSRoleConfig
 

T

testConnect(String, String, boolean) - Method in class org.mule.modules.aws.BasicConfig
Test Connectivity to Amazon S3.
testConnect() - Method in class org.mule.modules.aws.ClientBuilder
 
testConnect(String, String, String, boolean) - Method in class org.mule.modules.sqs.SQSBasicConfig
 
testConnect() - Method in class org.mule.modules.sqs.SQSClientBuilder
 
testConnect(String, String, String, boolean) - Method in class org.mule.modules.sqs.SQSRoleConfig
 
toString() - Method in class org.mule.modules.sqs.model.BatchResultErrorEntry
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchRequestEntry
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.ChangeMessageVisibilityBatchResultEntry
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.CreateQueueResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.DeleteMessageBatchRequestEntry
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.DeleteMessageBatchResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.DeleteMessageBatchResultEntry
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.GetQueueAttributesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.GetQueueUrlResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.ListDeadLetterSourceQueuesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.ListQueuesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.MessageAttributeValue
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum org.mule.modules.sqs.model.RegionEndpoint
 
toString() - Method in class org.mule.modules.sqs.model.SendMessageBatchRequestEntry
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.SendMessageBatchResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.SendMessageBatchResultEntry
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class org.mule.modules.sqs.model.SendMessageResult
Returns a string representation of this object; useful for testing and debugging.
tryDefaultAWSCredentialsProviderChain - Variable in class org.mule.modules.aws.ClientBuilder
 

V

value() - Method in enum org.mule.modules.sqs.model.RegionEndpoint
 
valueOf(String) - Static method in enum org.mule.modules.sqs.model.RegionEndpoint
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.modules.sqs.model.RegionEndpoint
Returns an array containing the constants of this enum type, in the order they are declared.

W

withBinaryValue(ByteBuffer) - Method in class org.mule.modules.sqs.model.MessageAttributeValue
 
withDataType(String) - Method in class org.mule.modules.sqs.model.MessageAttributeValue
 
withFailed(BatchResultErrorEntry...) - Method in class org.mule.modules.sqs.model.DeleteMessageBatchResult
A list of BatchResultErrorEntry items.
withStringValue(String) - Method in class org.mule.modules.sqs.model.MessageAttributeValue
 
withSuccessful(DeleteMessageBatchResultEntry...) - Method in class org.mule.modules.sqs.model.DeleteMessageBatchResult
withSuccessful(SendMessageBatchResultEntry...) - Method in class org.mule.modules.sqs.model.SendMessageBatchResult
wrapMessageAttributes(Message) - Static method in class org.mule.modules.sqs.util.SQSModelFactory
 
A B C D E G H I L M O P R S T V W 
Skip navigation links

Copyright © 2010–2019. All rights reserved.