Uses of Class
software.amazon.awssdk.services.cloudfront.model.DnsConfiguration
Packages that use DnsConfiguration
-
Uses of DnsConfiguration in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type DnsConfigurationModifier and TypeMethodDescriptionfinal List<DnsConfiguration>VerifyDnsConfigurationResponse.dnsConfigurationList()The list of domain names, their statuses, and a description of each status.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type DnsConfigurationModifier and TypeMethodDescriptionVerifyDnsConfigurationResponse.Builder.dnsConfigurationList(DnsConfiguration... dnsConfigurationList) The list of domain names, their statuses, and a description of each status.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type DnsConfigurationModifier and TypeMethodDescriptionVerifyDnsConfigurationResponse.Builder.dnsConfigurationList(Collection<DnsConfiguration> dnsConfigurationList) The list of domain names, their statuses, and a description of each status.