Uses of Class
software.amazon.awssdk.services.ec2.model.VpcClassicLink
-
Packages that use VpcClassicLink Package Description software.amazon.awssdk.services.ec2.model -
-
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 VpcClassicLink Modifier and Type Method Description List<VpcClassicLink>DescribeVpcClassicLinkResponse. vpcs()The ClassicLink status of the VPCs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcClassicLink Modifier and Type Method Description DescribeVpcClassicLinkResponse.BuilderDescribeVpcClassicLinkResponse.Builder. vpcs(VpcClassicLink... vpcs)The ClassicLink status of the VPCs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcClassicLink Modifier and Type Method Description DescribeVpcClassicLinkResponse.BuilderDescribeVpcClassicLinkResponse.Builder. vpcs(Collection<VpcClassicLink> vpcs)The ClassicLink status of the VPCs.
-