org.jclouds.ec2.binders
Class BindFiltersToIndexedFormParams
java.lang.Object
org.jclouds.ec2.binders.BindFiltersToIndexedFormParams
- All Implemented Interfaces:
- org.jclouds.rest.Binder
@Singleton
public class BindFiltersToIndexedFormParams
- extends Object
- implements org.jclouds.rest.Binder
Binds the Multimap to form parameters for filtering.
https://ec2.amazonaws.com/?Action=DescribeTags
&Filter.1.Name=resource-type
&Filter.1.Value.1=instance
&Filter.2.Name=key
&Filter.2.Value.1=stack
&Filter.3.Name=value
&Filter.3.Value.1=Test
&Filter.3.Value.2=Production
&AUTHPARAMS
|
Method Summary |
<R extends org.jclouds.http.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 |
BindFiltersToIndexedFormParams
public BindFiltersToIndexedFormParams()
bindToRequest
public <R extends org.jclouds.http.HttpRequest> R bindToRequest(R request,
Object input)
- Specified by:
bindToRequest in interface org.jclouds.rest.Binder
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.