Package | Description |
---|---|
com.amazonaws.services.sqs.model |
Modifier and Type | Method and Description |
---|---|
Message |
Message.addAttributesEntry(String key,
String value)
Add a single Attributes entry
|
Message |
Message.addMessageAttributesEntry(String key,
MessageAttributeValue value)
Add a single MessageAttributes entry
|
Message |
Message.clearAttributesEntries()
Removes all the entries added into Attributes.
|
Message |
Message.clearMessageAttributesEntries()
Removes all the entries added into MessageAttributes.
|
Message |
Message.clone() |
Message |
Message.withAttributes(Map<String,String> attributes)
A map of the attributes requested in
ReceiveMessage to their respective values. |
Message |
Message.withBody(String body)
The message's contents (not URL-encoded).
|
Message |
Message.withMD5OfBody(String mD5OfBody)
An MD5 digest of the non-URL-encoded message body string.
|
Message |
Message.withMD5OfMessageAttributes(String mD5OfMessageAttributes)
An MD5 digest of the non-URL-encoded message attribute string.
|
Message |
Message.withMessageAttributes(Map<String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a
Name , Type , and Value . |
Message |
Message.withMessageId(String messageId)
A unique identifier for the message.
|
Message |
Message.withReceiptHandle(String receiptHandle)
An identifier associated with the act of receiving the message.
|
Modifier and Type | Method and Description |
---|---|
List<Message> |
ReceiveMessageResult.getMessages()
A list of messages.
|
Modifier and Type | Method and Description |
---|---|
ReceiveMessageResult |
ReceiveMessageResult.withMessages(Message... messages)
A list of messages.
|
Modifier and Type | Method and Description |
---|---|
void |
ReceiveMessageResult.setMessages(Collection<Message> messages)
A list of messages.
|
ReceiveMessageResult |
ReceiveMessageResult.withMessages(Collection<Message> messages)
A list of messages.
|
Copyright © 2024. All rights reserved.