Package org.jclouds.aws.binders
Class BindTableToIndexedFormParams
java.lang.Object
org.jclouds.aws.binders.BindTableToIndexedFormParams
- All Implemented Interfaces:
 Binder
- Direct Known Subclasses:
 BindChangeMessageVisibilityBatchRequestEntryToIndexedFormParams,BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBindTableToIndexedFormParams(String rowPattern, String columnPattern, String valuePattern)  - 
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest(R request, Object input)  
- 
Constructor Details
- 
BindTableToIndexedFormParams
 
 - 
 - 
Method Details
- 
bindToRequest
- Specified by:
 bindToRequestin interfaceBinder
 
 -