Uses of Class
software.amazon.awssdk.services.cloudfront.model.DnsConfiguration
-
Packages that use DnsConfiguration Package Description software.amazon.awssdk.services.cloudfront.model -
-
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 DnsConfiguration Modifier and Type Method Description 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 DnsConfiguration Modifier and Type Method Description VerifyDnsConfigurationResponse.BuilderVerifyDnsConfigurationResponse.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 DnsConfiguration Modifier and Type Method Description VerifyDnsConfigurationResponse.BuilderVerifyDnsConfigurationResponse.Builder. dnsConfigurationList(Collection<DnsConfiguration> dnsConfigurationList)The list of domain names, their statuses, and a description of each status.
-