Uses of Class
software.amazon.awssdk.services.route53.model.TestDnsAnswerResponse
Packages that use TestDnsAnswerResponse
Package
Description
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 TestDnsAnswerResponseModifier and TypeMethodDescriptiondefault 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 TestDnsAnswerResponseModifier and TypeMethodDescriptiondefault 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.