Uses of Class
com.amazonaws.services.ec2.model.DescribeSubnetsResult
Packages that use DescribeSubnetsResult
-
Uses of DescribeSubnetsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeSubnetsResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeSubnets()
AbstractAmazonEC2.describeSubnets
(DescribeSubnetsRequest request) AmazonEC2.describeSubnets()
Simplified method form for invoking the DescribeSubnets operation.AmazonEC2.describeSubnets
(DescribeSubnetsRequest describeSubnetsRequest) Describes one or more of your subnets.AmazonEC2Client.describeSubnets()
AmazonEC2Client.describeSubnets
(DescribeSubnetsRequest describeSubnetsRequest) Describes one or more of your subnets.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeSubnetsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeSubnetsAsync()
Simplified method form for invoking the DescribeSubnets operation.AbstractAmazonEC2Async.describeSubnetsAsync
(AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) Simplified method form for invoking the DescribeSubnets operation with an AsyncHandler.AbstractAmazonEC2Async.describeSubnetsAsync
(DescribeSubnetsRequest request) AbstractAmazonEC2Async.describeSubnetsAsync
(DescribeSubnetsRequest request, AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) AmazonEC2Async.describeSubnetsAsync()
Simplified method form for invoking the DescribeSubnets operation.AmazonEC2Async.describeSubnetsAsync
(AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) Simplified method form for invoking the DescribeSubnets operation with an AsyncHandler.AmazonEC2Async.describeSubnetsAsync
(DescribeSubnetsRequest describeSubnetsRequest) Describes one or more of your subnets.AmazonEC2Async.describeSubnetsAsync
(DescribeSubnetsRequest describeSubnetsRequest, AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) Describes one or more of your subnets.AmazonEC2AsyncClient.describeSubnetsAsync()
Simplified method form for invoking the DescribeSubnets operation.AmazonEC2AsyncClient.describeSubnetsAsync
(AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) Simplified method form for invoking the DescribeSubnets operation with an AsyncHandler.AmazonEC2AsyncClient.describeSubnetsAsync
(DescribeSubnetsRequest request) AmazonEC2AsyncClient.describeSubnetsAsync
(DescribeSubnetsRequest request, AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeSubnetsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeSubnetsAsync
(AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) Simplified method form for invoking the DescribeSubnets operation with an AsyncHandler.AbstractAmazonEC2Async.describeSubnetsAsync
(DescribeSubnetsRequest request, AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) AmazonEC2Async.describeSubnetsAsync
(AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) Simplified method form for invoking the DescribeSubnets operation with an AsyncHandler.AmazonEC2Async.describeSubnetsAsync
(DescribeSubnetsRequest describeSubnetsRequest, AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) Describes one or more of your subnets.AmazonEC2AsyncClient.describeSubnetsAsync
(AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) Simplified method form for invoking the DescribeSubnets operation with an AsyncHandler.AmazonEC2AsyncClient.describeSubnetsAsync
(DescribeSubnetsRequest request, AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult> asyncHandler) -
Uses of DescribeSubnetsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeSubnetsResultModifier and TypeMethodDescriptionDescribeSubnetsResult.clone()
DescribeSubnetsResult.withSubnets
(Subnet... subnets) Information about one or more subnets.DescribeSubnetsResult.withSubnets
(Collection<Subnet> subnets) Information about one or more subnets.