Package | Description |
---|---|
com.amazonaws.services.glacier.transfer | |
com.amazonaws.services.sqs.buffered | |
com.amazonaws.services.sqs.model | |
com.amazonaws.services.sqs.model.transform |
Modifier and Type | Method and Description |
---|---|
private void |
JobStatusMonitor.deleteMessage(Message message) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Message> |
ReceiveQueueBuffer.ReceiveMessageBatchTask.messages |
Modifier and Type | Method and Description |
---|---|
(package private) Message |
ReceiveQueueBuffer.ReceiveMessageBatchTask.removeMessage()
Returns a message if one is available.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Message> |
ReceiveMessageResult.messages
A list of messages.
|
Modifier and Type | Method and Description |
---|---|
Message |
Message.addAttributesEntry(java.lang.String key,
java.lang.String value) |
Message |
Message.addMessageAttributesEntry(java.lang.String key,
MessageAttributeValue value) |
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(java.util.Map<java.lang.String,java.lang.String> attributes)
SenderId , SentTimestamp ,
ApproximateReceiveCount , and/or
ApproximateFirstReceiveTimestamp . |
Message |
Message.withBody(java.lang.String body)
The message's contents (not URL-encoded).
|
Message |
Message.withMD5OfBody(java.lang.String mD5OfBody)
An MD5 digest of the non-URL-encoded message body string.
|
Message |
Message.withMD5OfMessageAttributes(java.lang.String mD5OfMessageAttributes)
An MD5 digest of the non-URL-encoded message attribute string.
|
Message |
Message.withMessageAttributes(java.util.Map<java.lang.String,MessageAttributeValue> messageAttributes)
Each message attribute consists of a Name, Type, and Value.
|
Message |
Message.withMessageId(java.lang.String messageId)
A unique identifier for the message.
|
Message |
Message.withReceiptHandle(java.lang.String receiptHandle)
An identifier associated with the act of receiving the message.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Message> messages)
A list of messages.
|
ReceiveMessageResult |
ReceiveMessageResult.withMessages(java.util.Collection<Message> messages)
A list of messages.
|
Modifier and Type | Method and Description |
---|---|
Message |
MessageStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |