org.jclouds.aws.ec2.binders
Class BindTagsToIndexedFormParams

java.lang.Object
  extended by org.jclouds.aws.ec2.binders.BindTagsToIndexedFormParams
All Implemented Interfaces:
Binder

public class BindTagsToIndexedFormParams
extends Object
implements Binder

Author:
grkvlt@apache.org

Constructor Summary
BindTagsToIndexedFormParams()
           
 
Method Summary
<R extends HttpRequest>
R
bindToRequest(R request, Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindTagsToIndexedFormParams

public BindTagsToIndexedFormParams()
Method Detail

bindToRequest

public <R extends HttpRequest> R bindToRequest(R request,
                                               Object input)
Specified by:
bindToRequest in interface Binder


Copyright © 2009-2012 jclouds. All Rights Reserved.