| Package | Description | 
|---|---|
| org.jclouds.sqs.features | |
| org.jclouds.sqs.options | 
| Modifier and Type | Method and Description | 
|---|---|
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. | 
| Modifier and Type | Method and Description | 
|---|---|
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-2013 jclouds. All Rights Reserved.