Uses of Class
com.amazonaws.services.ec2.model.ClassicLinkDnsSupport
-
Packages that use ClassicLinkDnsSupport Package Description com.amazonaws.services.ec2.model -
-
Uses of ClassicLinkDnsSupport in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ClassicLinkDnsSupport Modifier and Type Method Description ClassicLinkDnsSupportClassicLinkDnsSupport. clone()ClassicLinkDnsSupportClassicLinkDnsSupport. withClassicLinkDnsSupported(Boolean classicLinkDnsSupported)Indicates whether ClassicLink DNS support is enabled for the VPC.ClassicLinkDnsSupportClassicLinkDnsSupport. withVpcId(String vpcId)The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ClassicLinkDnsSupport Modifier and Type Method Description List<ClassicLinkDnsSupport>DescribeVpcClassicLinkDnsSupportResult. getVpcs()Information about the ClassicLink DNS support status of the VPCs.Methods in com.amazonaws.services.ec2.model with parameters of type ClassicLinkDnsSupport Modifier and Type Method Description DescribeVpcClassicLinkDnsSupportResultDescribeVpcClassicLinkDnsSupportResult. withVpcs(ClassicLinkDnsSupport... vpcs)Information about the ClassicLink DNS support status of the VPCs.Method parameters in com.amazonaws.services.ec2.model with type arguments of type ClassicLinkDnsSupport Modifier and Type Method Description voidDescribeVpcClassicLinkDnsSupportResult. setVpcs(Collection<ClassicLinkDnsSupport> vpcs)Information about the ClassicLink DNS support status of the VPCs.DescribeVpcClassicLinkDnsSupportResultDescribeVpcClassicLinkDnsSupportResult. withVpcs(Collection<ClassicLinkDnsSupport> vpcs)Information about the ClassicLink DNS support status of the VPCs.
-