Package org.jclouds.ec2.binders
Class BindGroupNamesToIndexedFormParams
java.lang.Object
org.jclouds.ec2.binders.BindGroupNamesToIndexedFormParams
- All Implemented Interfaces:
 Binder
Binds the String [] to query parameters named with GroupName.index
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<R extends HttpRequest>
RbindToRequest(R request, Object input)  
- 
Constructor Details
- 
BindGroupNamesToIndexedFormParams
public BindGroupNamesToIndexedFormParams() 
 - 
 - 
Method Details
- 
bindToRequest
- Specified by:
 bindToRequestin interfaceBinder
 
 -