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 AmazonEC2.describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
           Gives you information about your subnets.
 DescribeSubnetsResult AmazonEC2Client.describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
           Gives you information about your subnets.
 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 DescribeSubnetsRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DescribeSubnetsRequest
 DescribeSubnetsRequest DescribeSubnetsRequest.withFilters(Collection<Filter> filters)
           Returns a reference to this object so that method calls can be chained together.
 DescribeSubnetsRequest DescribeSubnetsRequest.withFilters(Filter... filters)
           Returns a reference to this object so that method calls can be chained together.
 DescribeSubnetsRequest DescribeSubnetsRequest.withSubnetIds(Collection<String> subnetIds)
          A set of one or more subnet IDs.
 DescribeSubnetsRequest DescribeSubnetsRequest.withSubnetIds(String... subnetIds)
          A set of one or more subnet IDs.
 



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