org.jclouds.ec2.binders
Class BindGroupIdsToIndexedFormParams
java.lang.Object
org.jclouds.ec2.binders.BindGroupIdsToIndexedFormParams
- All Implemented Interfaces:
- Binder
@Singleton
public class BindGroupIdsToIndexedFormParams
- extends Object
- implements Binder
Binds the String [] to query parameters named with GroupId.index
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindGroupIdsToIndexedFormParams
public BindGroupIdsToIndexedFormParams()
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request,
Object input)
- Specified by:
bindToRequest
in interface Binder
Copyright © 2009-2011 jclouds. All Rights Reserved.