Uses of Class
com.amazonaws.services.ec2.model.DescribeSubnetsResult

Packages that use DescribeSubnetsResult
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of DescribeSubnetsResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return DescribeSubnetsResult
 DescribeSubnetsResult AmazonEC2.describeSubnets()
           Gives you information about your subnets.
 DescribeSubnetsResult AmazonEC2Client.describeSubnets()
           Gives you information about your subnets.
 DescribeSubnetsResult AmazonEC2.describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
           Gives you information about your subnets.
 DescribeSubnetsResult AmazonEC2Client.describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
           Gives you information about your subnets.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeSubnetsResult
 Future<DescribeSubnetsResult> AmazonEC2AsyncClient.describeSubnetsAsync(DescribeSubnetsRequest describeSubnetsRequest)
           Gives you information about your subnets.
 Future<DescribeSubnetsResult> AmazonEC2Async.describeSubnetsAsync(DescribeSubnetsRequest describeSubnetsRequest)
           Gives you information about your subnets.
 

Uses of DescribeSubnetsResult in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DescribeSubnetsResult
 DescribeSubnetsResult DescribeSubnetsResult.withSubnets(Collection<Subnet> subnets)
          Contains a set of one or more Subnet instances.
 DescribeSubnetsResult DescribeSubnetsResult.withSubnets(Subnet... subnets)
          Contains a set of one or more Subnet instances.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.