Uses of Enum Class
software.amazon.awscdk.services.appmesh.DnsResponseType
Packages that use DnsResponseType
-
Uses of DnsResponseType in software.amazon.awscdk.services.appmesh
Methods in software.amazon.awscdk.services.appmesh that return DnsResponseTypeModifier and TypeMethodDescriptionstatic DnsResponseTypeReturns the enum constant of this class with the specified name.static DnsResponseType[]DnsResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.appmesh with parameters of type DnsResponseTypeModifier and TypeMethodDescriptionstatic ServiceDiscoveryServiceDiscovery.dns(String hostname, DnsResponseType responseType) Returns DNS based service discovery.static ServiceDiscoveryServiceDiscovery.dns(String hostname, DnsResponseType responseType, IpPreference ipPreference) Returns DNS based service discovery.