Uses of Class
org.jclouds.ec2.domain.Subnet

Packages that use Subnet
org.jclouds.ec2.domain   
org.jclouds.ec2.features   
org.jclouds.ec2.xml   
 

Uses of Subnet in org.jclouds.ec2.domain
 

Methods in org.jclouds.ec2.domain that return Subnet
 Subnet Subnet.Builder.build()
           
 

Methods in org.jclouds.ec2.domain with parameters of type Subnet
 Subnet.Builder Subnet.Builder.from(Subnet in)
           
 

Uses of Subnet in org.jclouds.ec2.features
 

Methods in org.jclouds.ec2.features that return types with arguments of type Subnet
 com.google.common.collect.FluentIterable<Subnet> SubnetApi.filter(com.google.common.collect.Multimap<String,String> filter)
          Describes subnets for your EC2 resources qualified by a filter
 com.google.common.collect.FluentIterable<Subnet> SubnetApi.list()
          Describes all of your subnets for your EC2 resources.
 

Uses of Subnet in org.jclouds.ec2.xml
 

Methods in org.jclouds.ec2.xml that return Subnet
 Subnet SubnetHandler.getResult()
           
 

Methods in org.jclouds.ec2.xml that return types with arguments of type Subnet
 com.google.common.collect.FluentIterable<Subnet> DescribeSubnetsResponseHandler.getResult()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.