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 AmazonEC2Client.describeSubnets()
           Describes one or more of your subnets.
 DescribeSubnetsResult AmazonEC2.describeSubnets()
           Describes one or more of your subnets.
 DescribeSubnetsResult AmazonEC2Client.describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
           Describes one or more of your subnets.
 DescribeSubnetsResult AmazonEC2.describeSubnets(DescribeSubnetsRequest describeSubnetsRequest)
           Describes one or more of your subnets.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeSubnetsResult
 Future<DescribeSubnetsResult> AmazonEC2AsyncClient.describeSubnetsAsync(DescribeSubnetsRequest describeSubnetsRequest)
           Describes one or more of your subnets.
 Future<DescribeSubnetsResult> AmazonEC2Async.describeSubnetsAsync(DescribeSubnetsRequest describeSubnetsRequest)
           Describes one or more of your subnets.
 Future<DescribeSubnetsResult> AmazonEC2AsyncClient.describeSubnetsAsync(DescribeSubnetsRequest describeSubnetsRequest, AsyncHandler<DescribeSubnetsRequest,DescribeSubnetsResult> asyncHandler)
           Describes one or more of your subnets.
 Future<DescribeSubnetsResult> AmazonEC2Async.describeSubnetsAsync(DescribeSubnetsRequest describeSubnetsRequest, AsyncHandler<DescribeSubnetsRequest,DescribeSubnetsResult> asyncHandler)
           Describes one or more of your subnets.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeSubnetsResult
 Future<DescribeSubnetsResult> AmazonEC2AsyncClient.describeSubnetsAsync(DescribeSubnetsRequest describeSubnetsRequest, AsyncHandler<DescribeSubnetsRequest,DescribeSubnetsResult> asyncHandler)
           Describes one or more of your subnets.
 Future<DescribeSubnetsResult> AmazonEC2Async.describeSubnetsAsync(DescribeSubnetsRequest describeSubnetsRequest, AsyncHandler<DescribeSubnetsRequest,DescribeSubnetsResult> asyncHandler)
           Describes one or more of 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)
          Information about one or more subnets.
 DescribeSubnetsResult DescribeSubnetsResult.withSubnets(Subnet... subnets)
          Information about one or more subnets.
 



Copyright © 2016. All rights reserved.