Uses of Class
software.amazon.awssdk.services.route53.model.TestDnsAnswerResponse
-
Packages that use TestDnsAnswerResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of TestDnsAnswerResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return TestDnsAnswerResponse Modifier and Type Method Description default TestDnsAnswerResponseRoute53Client. testDNSAnswer(Consumer<TestDnsAnswerRequest.Builder> testDnsAnswerRequest)Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type.default TestDnsAnswerResponseRoute53Client. testDNSAnswer(TestDnsAnswerRequest testDnsAnswerRequest)Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type TestDnsAnswerResponse Modifier and Type Method Description default CompletableFuture<TestDnsAnswerResponse>Route53AsyncClient. testDNSAnswer(Consumer<TestDnsAnswerRequest.Builder> testDnsAnswerRequest)Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type.default CompletableFuture<TestDnsAnswerResponse>Route53AsyncClient. testDNSAnswer(TestDnsAnswerRequest testDnsAnswerRequest)Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type.
-