Uses of Class
software.amazon.awssdk.services.ec2.model.ClassicLinkDnsSupport
Packages that use ClassicLinkDnsSupport
Package
Description
-
Uses of ClassicLinkDnsSupport in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ClassicLinkDnsSupportModifier and TypeMethodDescriptionfinal List<ClassicLinkDnsSupport>DescribeVpcClassicLinkDnsSupportResponse.vpcs()Information about the ClassicLink DNS support status of the VPCs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ClassicLinkDnsSupportModifier and TypeMethodDescriptionDescribeVpcClassicLinkDnsSupportResponse.Builder.vpcs(ClassicLinkDnsSupport... vpcs) Information about the ClassicLink DNS support status of the VPCs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ClassicLinkDnsSupportModifier and TypeMethodDescriptionDescribeVpcClassicLinkDnsSupportResponse.Builder.vpcs(Collection<ClassicLinkDnsSupport> vpcs) Information about the ClassicLink DNS support status of the VPCs. -
Uses of ClassicLinkDnsSupport in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ClassicLinkDnsSupportModifier and TypeMethodDescriptionfinal SdkIterable<ClassicLinkDnsSupport>DescribeVpcClassicLinkDnsSupportIterable.vpcs()Returns an iterable to iterate through the paginatedDescribeVpcClassicLinkDnsSupportResponse.vpcs()member.DescribeVpcClassicLinkDnsSupportPublisher.vpcs()Returns a publisher that can be used to get a stream of data.