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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(LaunchSpecification launchSpec) <R extends HttpRequest>
RbindToRequest
(R request, Object input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
BindLaunchSpecificationToFormParams
public BindLaunchSpecificationToFormParams()
-
-
Method Details
-
bindToRequest
- Specified by:
bindToRequest
in interfaceBinder
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<LaunchSpecification,
Map<String, String>> - Specified by:
apply
in interfaceFunction<LaunchSpecification,
Map<String, String>>
-