Package org.jclouds.ec2.binders
Class BindUserIdGroupPairToSourceSecurityGroupFormParams
java.lang.Object
org.jclouds.ec2.binders.BindUserIdGroupPairToSourceSecurityGroupFormParams
- All Implemented Interfaces:
 Binder
@Singleton
public class BindUserIdGroupPairToSourceSecurityGroupFormParams
extends Object
implements 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
- 
BindUserIdGroupPairToSourceSecurityGroupFormParams
public BindUserIdGroupPairToSourceSecurityGroupFormParams() 
 - 
 - 
Method Details
- 
bindToRequest
- Specified by:
 bindToRequestin interfaceBinder
 
 -