This project has retired. For details please refer to its
Attic page .
ParseScalingPoliciesResponse (Apache jclouds 2.0.0 API)
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
java.lang.Object
org.jclouds.rackspace.autoscale.v1.functions.ParseScalingPoliciesResponse
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse ,com.google.common.collect.FluentIterable<ScalingPolicy >>
public class ParseScalingPoliciesResponse
extends Object
implements com.google.common.base.Function<HttpResponse ,com.google.common.collect.FluentIterable<ScalingPolicy >>
This parses the scaling policy response and decouples domain objects from the json object returned by the service.
Method Summary
Methods
Modifier and Type
Method and Description
com.google.common.collect.FluentIterable<ScalingPolicy >
apply (HttpResponse from)
Parse a list of scaling policy responses
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
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2009-2016 The Apache Software Foundation . All Rights Reserved.