Uses of Class
software.amazon.awssdk.services.ec2.model.VpcClassicLink
Packages that use VpcClassicLink
-
Uses of VpcClassicLink in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcClassicLinkModifier and TypeMethodDescriptionfinal List<VpcClassicLink>DescribeVpcClassicLinkResponse.vpcs()The ClassicLink status of the VPCs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcClassicLinkModifier and TypeMethodDescriptionDescribeVpcClassicLinkResponse.Builder.vpcs(VpcClassicLink... vpcs) The ClassicLink status of the VPCs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcClassicLinkModifier and TypeMethodDescriptionDescribeVpcClassicLinkResponse.Builder.vpcs(Collection<VpcClassicLink> vpcs) The ClassicLink status of the VPCs.