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