Uses of Class
com.amazonaws.services.sqs.model.Message

Packages that use Message
com.amazonaws.services.sqs.model Classes modeling the various types represented by AmazonSQS. 
 

Uses of Message in com.amazonaws.services.sqs.model
 

Methods in com.amazonaws.services.sqs.model that return Message
 Message Message.withAttributes(Map<String,String> attributes)
           Returns a reference to this object so that method calls can be chained together.
 Message Message.withBody(String body)
           Returns a reference to this object so that method calls can be chained together.
 Message Message.withMD5OfBody(String mD5OfBody)
           Returns a reference to this object so that method calls can be chained together.
 Message Message.withMessageId(String messageId)
           Returns a reference to this object so that method calls can be chained together.
 Message Message.withReceiptHandle(String receiptHandle)
           Returns a reference to this object so that method calls can be chained together.
 

Methods in com.amazonaws.services.sqs.model that return types with arguments of type Message
 List<Message> ReceiveMessageResult.getMessages()
          A list of messages.
 

Methods in com.amazonaws.services.sqs.model with parameters of type Message
 ReceiveMessageResult ReceiveMessageResult.withMessages(Message... messages)
          A list of messages.
 

Method parameters in com.amazonaws.services.sqs.model with type arguments of type Message
 void ReceiveMessageResult.setMessages(Collection<Message> messages)
          A list of messages.
 ReceiveMessageResult ReceiveMessageResult.withMessages(Collection<Message> messages)
          A list of messages.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.