Uses of Class
org.jclouds.sqs.options.SendMessageOptions

Packages that use SendMessageOptions
org.jclouds.sqs.features   
org.jclouds.sqs.options   
 

Uses of SendMessageOptions in org.jclouds.sqs.features
 

Methods in org.jclouds.sqs.features with parameters of type SendMessageOptions
 MessageIdAndMD5 MessageApi.send(String message, SendMessageOptions options)
          same as #sendMessage(URI, String) except you can control options such as delay seconds.
 

Uses of SendMessageOptions in org.jclouds.sqs.options
 

Methods in org.jclouds.sqs.options that return SendMessageOptions
 SendMessageOptions SendMessageOptions.clone()
           
 SendMessageOptions SendMessageOptions.delaySeconds(Integer delaySeconds)
          The number of seconds to delay a specific message.
static SendMessageOptions SendMessageOptions.Builder.delaySeconds(Integer delaySeconds)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.