Class ParseGroupLaunchConfigurationResponse
- java.lang.Object
-
- org.jclouds.rackspace.autoscale.v1.functions.ParseGroupLaunchConfigurationResponse
-
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,LaunchConfiguration>,Function<HttpResponse,LaunchConfiguration>
public class ParseGroupLaunchConfigurationResponse extends Object implements com.google.common.base.Function<HttpResponse,LaunchConfiguration>
This parses the group response and decouples domain objects from the json object returned by the service.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LaunchConfigurationapply(HttpResponse from)Parses the launch configuration from the response
-
-
-
Method Detail
-
apply
public LaunchConfiguration apply(HttpResponse from)
Parses the launch configuration from the response- Specified by:
applyin interfacecom.google.common.base.Function<HttpResponse,LaunchConfiguration>- Specified by:
applyin interfaceFunction<HttpResponse,LaunchConfiguration>
-
-