Uses of Class
software.amazon.awssdk.services.appmesh.model.DnsServiceDiscovery
-
Packages that use DnsServiceDiscovery Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of DnsServiceDiscovery in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return DnsServiceDiscovery Modifier and Type Method Description DnsServiceDiscoveryServiceDiscovery. dns()Specifies the DNS information for the virtual node.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type DnsServiceDiscovery Modifier and Type Method Description ServiceDiscovery.BuilderServiceDiscovery.Builder. dns(DnsServiceDiscovery dns)Specifies the DNS information for the virtual node.static ServiceDiscoveryServiceDiscovery. fromDns(DnsServiceDiscovery dns)Create an instance of this class withServiceDiscovery.dns()initialized to the given value.
-