Uses of Class
com.amazonaws.services.sqs.model.Message
Packages that use Message
-
Uses of Message in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return MessageModifier and TypeMethodDescriptionMessage.addAttributesEntry
(String key, String value) Message.addMessageAttributesEntry
(String key, MessageAttributeValue value) Message.clearAttributesEntries()
Removes all the entries added into Attributes.Message.clearMessageAttributesEntries()
Removes all the entries added into MessageAttributes.Message.clone()
Message.withAttributes
(Map<String, String> attributes) SenderId
,SentTimestamp
,ApproximateReceiveCount
, and/orApproximateFirstReceiveTimestamp
.The message's contents (not URL-encoded).Message.withMD5OfBody
(String mD5OfBody) An MD5 digest of the non-URL-encoded message body string.Message.withMD5OfMessageAttributes
(String mD5OfMessageAttributes) An MD5 digest of the non-URL-encoded message attribute string.Message.withMessageAttributes
(Map<String, MessageAttributeValue> messageAttributes) Each message attribute consists of a Name, Type, and Value.Message.withMessageId
(String messageId) A unique identifier for the message.Message.withReceiptHandle
(String receiptHandle) An identifier associated with the act of receiving the message.Methods in com.amazonaws.services.sqs.model that return types with arguments of type MessageMethods in com.amazonaws.services.sqs.model with parameters of type MessageModifier and TypeMethodDescriptionReceiveMessageResult.withMessages
(Message... messages) A list of messages.Method parameters in com.amazonaws.services.sqs.model with type arguments of type MessageModifier and TypeMethodDescriptionvoid
ReceiveMessageResult.setMessages
(Collection<Message> messages) A list of messages.ReceiveMessageResult.withMessages
(Collection<Message> messages) A list of messages.