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