Package org.jclouds.sqs.binders
Class BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams
java.lang.Object
org.jclouds.aws.binders.BindTableToIndexedFormParams
org.jclouds.sqs.binders.BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams
public class BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams
extends BindTableToIndexedFormParams
implements MapBinder
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest
(R request, Map<String, Object> postParams) creates and binds the POST payload to the request using parameters specified.idMessageBody
(Iterable<String> input) Methods inherited from class org.jclouds.aws.binders.BindTableToIndexedFormParams
bindToRequest
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jclouds.rest.Binder
bindToRequest
-
Constructor Details
-
BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams
protected BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams()
-
-
Method Details
-
idMessageBody
-
bindToRequest
Description copied from interface:MapBinder
creates and binds the POST payload to the request using parameters specified.- Specified by:
bindToRequest
in interfaceMapBinder
- See Also:
-