Uses of Class
com.amazonaws.services.ec2.model.DescribeVpcClassicLinkResult
Packages that use DescribeVpcClassicLinkResult
-
Uses of DescribeVpcClassicLinkResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeVpcClassicLinkResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeVpcClassicLink()AbstractAmazonEC2.describeVpcClassicLink(DescribeVpcClassicLinkRequest request) AmazonEC2.describeVpcClassicLink()Simplified method form for invoking the DescribeVpcClassicLink operation.AmazonEC2.describeVpcClassicLink(DescribeVpcClassicLinkRequest describeVpcClassicLinkRequest) Describes the ClassicLink status of one or more VPCs.AmazonEC2Client.describeVpcClassicLink()AmazonEC2Client.describeVpcClassicLink(DescribeVpcClassicLinkRequest describeVpcClassicLinkRequest) Describes the ClassicLink status of one or more VPCs.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeVpcClassicLinkResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeVpcClassicLinkAsync()Simplified method form for invoking the DescribeVpcClassicLink operation.AbstractAmazonEC2Async.describeVpcClassicLinkAsync(AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) Simplified method form for invoking the DescribeVpcClassicLink operation with an AsyncHandler.AbstractAmazonEC2Async.describeVpcClassicLinkAsync(DescribeVpcClassicLinkRequest request) AbstractAmazonEC2Async.describeVpcClassicLinkAsync(DescribeVpcClassicLinkRequest request, AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) AmazonEC2Async.describeVpcClassicLinkAsync()Simplified method form for invoking the DescribeVpcClassicLink operation.AmazonEC2Async.describeVpcClassicLinkAsync(AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) Simplified method form for invoking the DescribeVpcClassicLink operation with an AsyncHandler.AmazonEC2Async.describeVpcClassicLinkAsync(DescribeVpcClassicLinkRequest describeVpcClassicLinkRequest) Describes the ClassicLink status of one or more VPCs.AmazonEC2Async.describeVpcClassicLinkAsync(DescribeVpcClassicLinkRequest describeVpcClassicLinkRequest, AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) Describes the ClassicLink status of one or more VPCs.AmazonEC2AsyncClient.describeVpcClassicLinkAsync()Simplified method form for invoking the DescribeVpcClassicLink operation.AmazonEC2AsyncClient.describeVpcClassicLinkAsync(AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) Simplified method form for invoking the DescribeVpcClassicLink operation with an AsyncHandler.AmazonEC2AsyncClient.describeVpcClassicLinkAsync(DescribeVpcClassicLinkRequest request) AmazonEC2AsyncClient.describeVpcClassicLinkAsync(DescribeVpcClassicLinkRequest request, AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeVpcClassicLinkResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeVpcClassicLinkAsync(AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) Simplified method form for invoking the DescribeVpcClassicLink operation with an AsyncHandler.AbstractAmazonEC2Async.describeVpcClassicLinkAsync(DescribeVpcClassicLinkRequest request, AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) AmazonEC2Async.describeVpcClassicLinkAsync(AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) Simplified method form for invoking the DescribeVpcClassicLink operation with an AsyncHandler.AmazonEC2Async.describeVpcClassicLinkAsync(DescribeVpcClassicLinkRequest describeVpcClassicLinkRequest, AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) Describes the ClassicLink status of one or more VPCs.AmazonEC2AsyncClient.describeVpcClassicLinkAsync(AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) Simplified method form for invoking the DescribeVpcClassicLink operation with an AsyncHandler.AmazonEC2AsyncClient.describeVpcClassicLinkAsync(DescribeVpcClassicLinkRequest request, AsyncHandler<DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult> asyncHandler) -
Uses of DescribeVpcClassicLinkResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeVpcClassicLinkResultModifier and TypeMethodDescriptionDescribeVpcClassicLinkResult.clone()DescribeVpcClassicLinkResult.withVpcs(VpcClassicLink... vpcs) The ClassicLink status of one or more VPCs.DescribeVpcClassicLinkResult.withVpcs(Collection<VpcClassicLink> vpcs) The ClassicLink status of one or more VPCs.