Package org.jclouds.aws.ec2.binders
Class BindLaunchSpecificationToFormParams
- java.lang.Object
-
- org.jclouds.aws.ec2.binders.BindLaunchSpecificationToFormParams
-
- All Implemented Interfaces:
com.google.common.base.Function<LaunchSpecification,Map<String,String>>
,Function<LaunchSpecification,Map<String,String>>
,Binder
@Singleton public class BindLaunchSpecificationToFormParams extends Object implements Binder, com.google.common.base.Function<LaunchSpecification,Map<String,String>>
-
-
Constructor Summary
Constructors Constructor Description BindLaunchSpecificationToFormParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
apply(LaunchSpecification launchSpec)
<R extends HttpRequest>
RbindToRequest(R request, Object input)
-
-
-
Method Detail
-
bindToRequest
public <R extends HttpRequest> R bindToRequest(R request, Object input)
- Specified by:
bindToRequest
in interfaceBinder
-
apply
public Map<String,String> apply(LaunchSpecification launchSpec)
- Specified by:
apply
in interfacecom.google.common.base.Function<LaunchSpecification,Map<String,String>>
- Specified by:
apply
in interfaceFunction<LaunchSpecification,Map<String,String>>
-
-