Package org.jclouds.aws.binders
Class BindMapToIndexedFormParams
- java.lang.Object
-
- org.jclouds.aws.binders.BindMapToIndexedFormParams
-
- All Implemented Interfaces:
Binder
- Direct Known Subclasses:
BindDeleteMessageBatchRequestEntryToIndexedFormParams
,BindSendMessageBatchRequestEntryToIndexedFormParams
public class BindMapToIndexedFormParams extends Object implements Binder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BindMapToIndexedFormParams(String keyPattern, 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
-
-