Package org.jclouds.aws.binders
Class BindTableToIndexedFormParams
- java.lang.Object
-
- org.jclouds.aws.binders.BindTableToIndexedFormParams
-
- All Implemented Interfaces:
Binder
- Direct Known Subclasses:
BindChangeMessageVisibilityBatchRequestEntryToIndexedFormParams
,BindSendMessageBatchRequestEntryWithDelaysToIndexedFormParams
public class BindTableToIndexedFormParams extends Object implements Binder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BindTableToIndexedFormParams(String rowPattern, String columnPattern, String valuePattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R extends HttpRequest>
RbindToRequest(R request, Object input)
-
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object input)
- Specified by:
bindToRequest
in interfaceBinder
-
-