| Package | Description |
|---|---|
| com.amazonaws.services.route53 | |
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
TestDNSAnswerResult |
AbstractAmazonRoute53.testDNSAnswer(TestDNSAnswerRequest request) |
TestDNSAnswerResult |
AmazonRoute53Client.testDNSAnswer(TestDNSAnswerRequest testDNSAnswerRequest)
Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type.
|
TestDNSAnswerResult |
AmazonRoute53.testDNSAnswer(TestDNSAnswerRequest testDNSAnswerRequest)
Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TestDNSAnswerResult> |
AmazonRoute53AsyncClient.testDNSAnswerAsync(TestDNSAnswerRequest request) |
Future<TestDNSAnswerResult> |
AmazonRoute53Async.testDNSAnswerAsync(TestDNSAnswerRequest testDNSAnswerRequest)
Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type.
|
Future<TestDNSAnswerResult> |
AbstractAmazonRoute53Async.testDNSAnswerAsync(TestDNSAnswerRequest request) |
Future<TestDNSAnswerResult> |
AmazonRoute53AsyncClient.testDNSAnswerAsync(TestDNSAnswerRequest request,
AsyncHandler<TestDNSAnswerRequest,TestDNSAnswerResult> asyncHandler) |
Future<TestDNSAnswerResult> |
AmazonRoute53Async.testDNSAnswerAsync(TestDNSAnswerRequest testDNSAnswerRequest,
AsyncHandler<TestDNSAnswerRequest,TestDNSAnswerResult> asyncHandler)
Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type.
|
Future<TestDNSAnswerResult> |
AbstractAmazonRoute53Async.testDNSAnswerAsync(TestDNSAnswerRequest request,
AsyncHandler<TestDNSAnswerRequest,TestDNSAnswerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<TestDNSAnswerResult> |
AmazonRoute53AsyncClient.testDNSAnswerAsync(TestDNSAnswerRequest request,
AsyncHandler<TestDNSAnswerRequest,TestDNSAnswerResult> asyncHandler) |
Future<TestDNSAnswerResult> |
AmazonRoute53Async.testDNSAnswerAsync(TestDNSAnswerRequest testDNSAnswerRequest,
AsyncHandler<TestDNSAnswerRequest,TestDNSAnswerResult> asyncHandler)
Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type.
|
Future<TestDNSAnswerResult> |
AbstractAmazonRoute53Async.testDNSAnswerAsync(TestDNSAnswerRequest request,
AsyncHandler<TestDNSAnswerRequest,TestDNSAnswerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TestDNSAnswerResult |
TestDNSAnswerResult.clone() |
TestDNSAnswerResult |
TestDNSAnswerResult.withNameserver(String nameserver)
The Amazon Route 53 name server used to respond to the request.
|
TestDNSAnswerResult |
TestDNSAnswerResult.withProtocol(String protocol)
The protocol that Amazon Route 53 used to respond to the request, either
UDP or TCP. |
TestDNSAnswerResult |
TestDNSAnswerResult.withRecordData(Collection<String> recordData)
A list that contains values that Amazon Route 53 returned for this resource record set.
|
TestDNSAnswerResult |
TestDNSAnswerResult.withRecordData(String... recordData)
A list that contains values that Amazon Route 53 returned for this resource record set.
|
TestDNSAnswerResult |
TestDNSAnswerResult.withRecordName(String recordName)
The name of the resource record set that you submitted a request for.
|
TestDNSAnswerResult |
TestDNSAnswerResult.withRecordType(RRType recordType)
The type of the resource record set that you submitted a request for.
|
TestDNSAnswerResult |
TestDNSAnswerResult.withRecordType(String recordType)
The type of the resource record set that you submitted a request for.
|
TestDNSAnswerResult |
TestDNSAnswerResult.withResponseCode(String responseCode)
A code that indicates whether the request is valid or not.
|
Copyright © 2016. All rights reserved.