Uses of Interface
software.amazon.awssdk.services.route53.model.TestDnsAnswerRequest.Builder
Packages that use TestDnsAnswerRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of TestDnsAnswerRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type TestDnsAnswerRequest.BuilderModifier 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 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. -
Uses of TestDnsAnswerRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return TestDnsAnswerRequest.BuilderModifier and TypeMethodDescriptionstatic TestDnsAnswerRequest.BuilderTestDnsAnswerRequest.builder()TestDnsAnswerRequest.Builder.edns0ClientSubnetIP(String edns0ClientSubnetIP) If the resolver that you specified for resolverip supports EDNS0, specify the IPv4 or IPv6 address of a client in the applicable location, for example,192.0.2.44or2001:db8:85a3::8a2e:370:7334.TestDnsAnswerRequest.Builder.edns0ClientSubnetMask(String edns0ClientSubnetMask) If you specify an IP address foredns0clientsubnetip, you can optionally specify the number of bits of the IP address that you want the checking tool to include in the DNS query.TestDnsAnswerRequest.Builder.hostedZoneId(String hostedZoneId) The ID of the hosted zone that you want Amazon Route 53 to simulate a query for.TestDnsAnswerRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) TestDnsAnswerRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) TestDnsAnswerRequest.Builder.recordName(String recordName) The name of the resource record set that you want Amazon Route 53 to simulate a query for.TestDnsAnswerRequest.Builder.recordType(String recordType) The type of the resource record set.TestDnsAnswerRequest.Builder.recordType(RRType recordType) The type of the resource record set.TestDnsAnswerRequest.Builder.resolverIP(String resolverIP) If you want to simulate a request from a specific DNS resolver, specify the IP address for that resolver.TestDnsAnswerRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type TestDnsAnswerRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TestDnsAnswerRequest.Builder>TestDnsAnswerRequest.serializableBuilderClass()