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 ClassicLinkDnsSupport
ClassicLinkDnsSupport. clone()
ClassicLinkDnsSupport
ClassicLinkDnsSupport. withClassicLinkDnsSupported(Boolean classicLinkDnsSupported)
Indicates whether ClassicLink DNS support is enabled for the VPC.ClassicLinkDnsSupport
ClassicLinkDnsSupport. 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 DescribeVpcClassicLinkDnsSupportResult
DescribeVpcClassicLinkDnsSupportResult. 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 void
DescribeVpcClassicLinkDnsSupportResult. setVpcs(Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.DescribeVpcClassicLinkDnsSupportResult
DescribeVpcClassicLinkDnsSupportResult. withVpcs(Collection<ClassicLinkDnsSupport> vpcs)
Information about the ClassicLink DNS support status of the VPCs.
-