Uses of Class
com.amazonaws.services.ec2.model.ClassicLinkDnsSupport
Packages that use ClassicLinkDnsSupport
-
Uses of ClassicLinkDnsSupport in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ClassicLinkDnsSupportModifier and TypeMethodDescriptionClassicLinkDnsSupport.clone()
ClassicLinkDnsSupport.withClassicLinkDnsSupported
(Boolean classicLinkDnsSupported) Indicates whether ClassicLink DNS support is enabled for the VPC.The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ClassicLinkDnsSupportModifier and TypeMethodDescriptionDescribeVpcClassicLinkDnsSupportResult.getVpcs()
Information about the ClassicLink DNS support status of the VPCs.Methods in com.amazonaws.services.ec2.model with parameters of type ClassicLinkDnsSupportModifier and TypeMethodDescriptionDescribeVpcClassicLinkDnsSupportResult.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 ClassicLinkDnsSupportModifier and TypeMethodDescriptionvoid
DescribeVpcClassicLinkDnsSupportResult.setVpcs
(Collection<ClassicLinkDnsSupport> vpcs) Information about the ClassicLink DNS support status of the VPCs.DescribeVpcClassicLinkDnsSupportResult.withVpcs
(Collection<ClassicLinkDnsSupport> vpcs) Information about the ClassicLink DNS support status of the VPCs.