Uses of Class
org.jclouds.sqs.domain.MessageIdAndMD5
Packages that use MessageIdAndMD5
-
Uses of MessageIdAndMD5 in org.jclouds.sqs.domain
Methods in org.jclouds.sqs.domain that return MessageIdAndMD5Methods in org.jclouds.sqs.domain with parameters of type MessageIdAndMD5 -
Uses of MessageIdAndMD5 in org.jclouds.sqs.features
Methods in org.jclouds.sqs.features that return MessageIdAndMD5Modifier and TypeMethodDescriptionThe SendMessage action delivers a message to the specified queue.MessageApi.send
(String message, SendMessageOptions options) same asinvalid reference
#sendMessage(URI, String)
Methods in org.jclouds.sqs.features that return types with arguments of type MessageIdAndMD5Modifier and TypeMethodDescriptionMessageApi.changeVisibility
(Map<String, Integer> receiptHandleVisibilityTimeout) Same asMessageApi.changeVisibility(Table)
, except that we generate numeric ids starting with1
BatchResult
<? extends MessageIdAndMD5> Same asMessageApi.send(Map)
, except that we generate numeric ids starting with1
BatchResult
<? extends MessageIdAndMD5> The SendMessageBatch action delivers up to ten messages to the specified queue.BatchResult
<? extends MessageIdAndMD5> MessageApi.sendWithDelay
(Iterable<String> messageBodies, int delaySeconds) Same asMessageApi.sendWithDelay(Map, int)
, except that we generate numeric ids starting with1
BatchResult
<? extends MessageIdAndMD5> MessageApi.sendWithDelay
(Map<String, String> idMessageBody, int delaySeconds) Same asMessageApi.send(Map)
except you set a delay for all messages in the requestBatchResult
<? extends MessageIdAndMD5> MessageApi.sendWithDelays
(com.google.common.collect.Table<String, String, Integer> idMessageBodyDelaySeconds) Same asMessageApi.send(Map)
except you can set a delay for each message in the request.BatchResult
<? extends MessageIdAndMD5> MessageApi.sendWithDelays
(Map<String, Integer> messageBodyDelaySeconds) Same asMessageApi.sendWithDelays(Table)
, except that we generate numeric ids starting with1
-
Uses of MessageIdAndMD5 in org.jclouds.sqs.xml
Methods in org.jclouds.sqs.xml that return MessageIdAndMD5Methods in org.jclouds.sqs.xml that return types with arguments of type MessageIdAndMD5