Package org.jclouds.sqs.binders
Class BindChangeMessageVisibilityBatchRequestEntryToIndexedFormParams
java.lang.Object
org.jclouds.aws.binders.BindTableToIndexedFormParams
org.jclouds.sqs.binders.BindChangeMessageVisibilityBatchRequestEntryToIndexedFormParams
public class BindChangeMessageVisibilityBatchRequestEntryToIndexedFormParams
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.idReceiptHandle(Iterable<String> input) Methods inherited from class org.jclouds.aws.binders.BindTableToIndexedFormParams
bindToRequestMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jclouds.rest.Binder
bindToRequest 
- 
Constructor Details
- 
BindChangeMessageVisibilityBatchRequestEntryToIndexedFormParams
protected BindChangeMessageVisibilityBatchRequestEntryToIndexedFormParams() 
 - 
 - 
Method Details
- 
idReceiptHandle
 - 
bindToRequest
Description copied from interface:MapBindercreates and binds the POST payload to the request using parameters specified.- Specified by:
 bindToRequestin interfaceMapBinder- See Also:
 
 
 -