Uses of Class
org.jclouds.rackspace.autoscale.v1.domain.Group
- 
Packages that use Group Package Description org.jclouds.rackspace.autoscale.v1.domain org.jclouds.rackspace.autoscale.v1.features org.jclouds.rackspace.autoscale.v1.functions  - 
- 
Uses of Group in org.jclouds.rackspace.autoscale.v1.domain
Methods in org.jclouds.rackspace.autoscale.v1.domain that return Group Modifier and Type Method Description GroupGroup.Builder. build()Methods in org.jclouds.rackspace.autoscale.v1.domain with parameters of type Group Modifier and Type Method Description Group.BuilderGroup.Builder. fromGroup(Group in) - 
Uses of Group in org.jclouds.rackspace.autoscale.v1.features
Methods in org.jclouds.rackspace.autoscale.v1.features that return Group Modifier and Type Method Description GroupGroupApi. create(GroupConfiguration groupConfiguration, LaunchConfiguration launchConfiguration, List<CreateScalingPolicy> scalingPolicies)Create a scaling group.GroupGroupApi. get(String id)This operation gets group details for a group - 
Uses of Group in org.jclouds.rackspace.autoscale.v1.functions
Methods in org.jclouds.rackspace.autoscale.v1.functions that return Group Modifier and Type Method Description GroupParseGroupResponse. apply(HttpResponse from)Parses the Group from the response 
 -