Uses of Class
software.amazon.awssdk.services.servicediscovery.model.DnsConfig
-
Packages that use DnsConfig Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of DnsConfig in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return DnsConfig Modifier and Type Method Description DnsConfigCreateServiceRequest. dnsConfig()A complex type that contains information about the Amazon Route 53 records that you want Cloud Map to create when you register an instance.DnsConfigService. dnsConfig()A complex type that contains information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.DnsConfigServiceSummary. dnsConfig()Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type DnsConfig Modifier and Type Method Description CreateServiceRequest.BuilderCreateServiceRequest.Builder. dnsConfig(DnsConfig dnsConfig)A complex type that contains information about the Amazon Route 53 records that you want Cloud Map to create when you register an instance.Service.BuilderService.Builder. dnsConfig(DnsConfig dnsConfig)A complex type that contains information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.ServiceSummary.BuilderServiceSummary.Builder. dnsConfig(DnsConfig dnsConfig)Information about the Route 53 DNS records that you want Cloud Map to create when you register an instance.
-