Uses of Class
com.amazonaws.services.ec2.model.DescribeVpcsResult
Packages that use DescribeVpcsResult
-
Uses of DescribeVpcsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeVpcsResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeVpcs()
AbstractAmazonEC2.describeVpcs
(DescribeVpcsRequest request) AmazonEC2.describeVpcs()
Simplified method form for invoking the DescribeVpcs operation.AmazonEC2.describeVpcs
(DescribeVpcsRequest describeVpcsRequest) Describes one or more of your VPCs.AmazonEC2Client.describeVpcs()
AmazonEC2Client.describeVpcs
(DescribeVpcsRequest describeVpcsRequest) Describes one or more of your VPCs.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeVpcsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeVpcsAsync()
Simplified method form for invoking the DescribeVpcs operation.AbstractAmazonEC2Async.describeVpcsAsync
(AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) Simplified method form for invoking the DescribeVpcs operation with an AsyncHandler.AbstractAmazonEC2Async.describeVpcsAsync
(DescribeVpcsRequest request) AbstractAmazonEC2Async.describeVpcsAsync
(DescribeVpcsRequest request, AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) AmazonEC2Async.describeVpcsAsync()
Simplified method form for invoking the DescribeVpcs operation.AmazonEC2Async.describeVpcsAsync
(AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) Simplified method form for invoking the DescribeVpcs operation with an AsyncHandler.AmazonEC2Async.describeVpcsAsync
(DescribeVpcsRequest describeVpcsRequest) Describes one or more of your VPCs.AmazonEC2Async.describeVpcsAsync
(DescribeVpcsRequest describeVpcsRequest, AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) Describes one or more of your VPCs.AmazonEC2AsyncClient.describeVpcsAsync()
Simplified method form for invoking the DescribeVpcs operation.AmazonEC2AsyncClient.describeVpcsAsync
(AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) Simplified method form for invoking the DescribeVpcs operation with an AsyncHandler.AmazonEC2AsyncClient.describeVpcsAsync
(DescribeVpcsRequest request) AmazonEC2AsyncClient.describeVpcsAsync
(DescribeVpcsRequest request, AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeVpcsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeVpcsAsync
(AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) Simplified method form for invoking the DescribeVpcs operation with an AsyncHandler.AbstractAmazonEC2Async.describeVpcsAsync
(DescribeVpcsRequest request, AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) AmazonEC2Async.describeVpcsAsync
(AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) Simplified method form for invoking the DescribeVpcs operation with an AsyncHandler.AmazonEC2Async.describeVpcsAsync
(DescribeVpcsRequest describeVpcsRequest, AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) Describes one or more of your VPCs.AmazonEC2AsyncClient.describeVpcsAsync
(AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) Simplified method form for invoking the DescribeVpcs operation with an AsyncHandler.AmazonEC2AsyncClient.describeVpcsAsync
(DescribeVpcsRequest request, AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult> asyncHandler) -
Uses of DescribeVpcsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeVpcsResultModifier and TypeMethodDescriptionDescribeVpcsResult.clone()
Information about one or more VPCs.DescribeVpcsResult.withVpcs
(Collection<Vpc> vpcs) Information about one or more VPCs.