|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<? extends MessageIdAndMD5> |
MessageAsyncApi.send(String message,
SendMessageOptions options)
|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||