Package | Description |
---|---|
org.mule.modules.sqs.model | |
org.mule.modules.sqs.util |
Modifier and Type | Method and Description |
---|---|
MessageAttributeValue |
MessageAttributeValue.withBinaryValue(ByteBuffer binaryValue) |
MessageAttributeValue |
MessageAttributeValue.withDataType(String dataType) |
MessageAttributeValue |
MessageAttributeValue.withStringValue(String stringValue) |
Modifier and Type | Method and Description |
---|---|
Map<String,MessageAttributeValue> |
SendMessageBatchRequestEntry.getMessageAttributes()
Each message attribute consists of a Name, Type, and Value.
|
Map<String,MessageAttributeValue> |
Message.getMessageAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
SendMessageBatchRequestEntry.setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes) |
void |
Message.setMessageAttributes(Map<String,MessageAttributeValue> messageAttributes) |
Constructor and Description |
---|
SendMessageBatchRequestEntry(String id,
String messageBody,
Integer delaySeconds,
Map<String,MessageAttributeValue> messageAttributes) |
Modifier and Type | Method and Description |
---|---|
static Map<String,com.amazonaws.services.sqs.model.MessageAttributeValue> |
SQSModelFactory.getMessageAttributes(Map<String,MessageAttributeValue> messageAttributes) |
Copyright © 2010–2017. All rights reserved.