Uses of Class
org.jclouds.sqs.options.SendMessageOptions
-
Packages that use SendMessageOptions Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description SendMessageOptions
SendMessageOptions. clone()
static SendMessageOptions
SendMessageOptions.Builder. delaySeconds(Integer delaySeconds)
SendMessageOptions
SendMessageOptions. delaySeconds(Integer delaySeconds)
The number of seconds to delay a specific message.
-