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

Packages that use DescribeSubnetsRequest
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 DescribeSubnetsRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type DescribeSubnetsRequest
 DescribeSubnetsResult AmazonEC2Client.describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
           Gives you information about your subnets.
 DescribeSubnetsResult AmazonEC2.describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
           Gives you information about your subnets.
 Future<DescribeSubnetsResult> AmazonEC2Async.describeSubnetsAsync(DescribeSubnetsRequest describeSubnetsRequest)
           Gives you information about your subnets.
 Future<DescribeSubnetsResult> AmazonEC2AsyncClient.describeSubnetsAsync(DescribeSubnetsRequest describeSubnetsRequest)
           Gives you information about your subnets.
 

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

Methods in com.amazonaws.services.ec2.model that return DescribeSubnetsRequest
 DescribeSubnetsRequest DescribeSubnetsRequest.withFilters(Collection<Filter> filters)
          Sets the value of the Filters property for this object.
 DescribeSubnetsRequest DescribeSubnetsRequest.withFilters(Filter... filters)
          Sets the value of the Filters property for this object.
 DescribeSubnetsRequest DescribeSubnetsRequest.withSubnetIds(Collection<String> subnetIds)
          Sets the value of the SubnetIds property for this object.
 DescribeSubnetsRequest DescribeSubnetsRequest.withSubnetIds(String... subnetIds)
          Sets the value of the SubnetIds property for this object.
 



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