Uses of Class
software.amazon.awssdk.services.ec2.model.ClassicLinkDnsSupport
-
Packages that use ClassicLinkDnsSupport Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 ClassicLinkDnsSupport Modifier and Type Method Description 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 ClassicLinkDnsSupport Modifier and Type Method Description DescribeVpcClassicLinkDnsSupportResponse.BuilderDescribeVpcClassicLinkDnsSupportResponse.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 ClassicLinkDnsSupport Modifier and Type Method Description DescribeVpcClassicLinkDnsSupportResponse.BuilderDescribeVpcClassicLinkDnsSupportResponse.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 ClassicLinkDnsSupport Modifier and Type Method Description SdkIterable<ClassicLinkDnsSupport>DescribeVpcClassicLinkDnsSupportIterable. vpcs()Returns an iterable to iterate through the paginatedDescribeVpcClassicLinkDnsSupportResponse.vpcs()member.SdkPublisher<ClassicLinkDnsSupport>DescribeVpcClassicLinkDnsSupportPublisher. vpcs()Returns a publisher that can be used to get a stream of data.
-