| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ListQueryLoggingConfigsResult |
AbstractAmazonRoute53.listQueryLoggingConfigs(ListQueryLoggingConfigsRequest request) |
ListQueryLoggingConfigsResult |
AmazonRoute53Client.listQueryLoggingConfigs(ListQueryLoggingConfigsRequest request)
Lists the configurations for DNS query logging that are associated with the current AWS account or the
configuration that is associated with a specified hosted zone.
|
ListQueryLoggingConfigsResult |
AmazonRoute53.listQueryLoggingConfigs(ListQueryLoggingConfigsRequest listQueryLoggingConfigsRequest)
Lists the configurations for DNS query logging that are associated with the current AWS account or the
configuration that is associated with a specified hosted zone.
|
Future<ListQueryLoggingConfigsResult> |
AmazonRoute53AsyncClient.listQueryLoggingConfigsAsync(ListQueryLoggingConfigsRequest request) |
Future<ListQueryLoggingConfigsResult> |
AmazonRoute53Async.listQueryLoggingConfigsAsync(ListQueryLoggingConfigsRequest listQueryLoggingConfigsRequest)
Lists the configurations for DNS query logging that are associated with the current AWS account or the
configuration that is associated with a specified hosted zone.
|
Future<ListQueryLoggingConfigsResult> |
AbstractAmazonRoute53Async.listQueryLoggingConfigsAsync(ListQueryLoggingConfigsRequest request) |
Future<ListQueryLoggingConfigsResult> |
AmazonRoute53AsyncClient.listQueryLoggingConfigsAsync(ListQueryLoggingConfigsRequest request,
AsyncHandler<ListQueryLoggingConfigsRequest,ListQueryLoggingConfigsResult> asyncHandler) |
Future<ListQueryLoggingConfigsResult> |
AmazonRoute53Async.listQueryLoggingConfigsAsync(ListQueryLoggingConfigsRequest listQueryLoggingConfigsRequest,
AsyncHandler<ListQueryLoggingConfigsRequest,ListQueryLoggingConfigsResult> asyncHandler)
Lists the configurations for DNS query logging that are associated with the current AWS account or the
configuration that is associated with a specified hosted zone.
|
Future<ListQueryLoggingConfigsResult> |
AbstractAmazonRoute53Async.listQueryLoggingConfigsAsync(ListQueryLoggingConfigsRequest request,
AsyncHandler<ListQueryLoggingConfigsRequest,ListQueryLoggingConfigsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListQueryLoggingConfigsResult> |
AmazonRoute53AsyncClient.listQueryLoggingConfigsAsync(ListQueryLoggingConfigsRequest request,
AsyncHandler<ListQueryLoggingConfigsRequest,ListQueryLoggingConfigsResult> asyncHandler) |
Future<ListQueryLoggingConfigsResult> |
AmazonRoute53Async.listQueryLoggingConfigsAsync(ListQueryLoggingConfigsRequest listQueryLoggingConfigsRequest,
AsyncHandler<ListQueryLoggingConfigsRequest,ListQueryLoggingConfigsResult> asyncHandler)
Lists the configurations for DNS query logging that are associated with the current AWS account or the
configuration that is associated with a specified hosted zone.
|
Future<ListQueryLoggingConfigsResult> |
AbstractAmazonRoute53Async.listQueryLoggingConfigsAsync(ListQueryLoggingConfigsRequest request,
AsyncHandler<ListQueryLoggingConfigsRequest,ListQueryLoggingConfigsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListQueryLoggingConfigsRequest |
ListQueryLoggingConfigsRequest.clone() |
ListQueryLoggingConfigsRequest |
ListQueryLoggingConfigsRequest.withHostedZoneId(String hostedZoneId)
(Optional) If you want to list the query logging configuration that is associated with a hosted zone, specify the
ID in
HostedZoneId. |
ListQueryLoggingConfigsRequest |
ListQueryLoggingConfigsRequest.withMaxResults(String maxResults)
(Optional) The maximum number of query logging configurations that you want Amazon Route 53 to return in response
to the current request.
|
ListQueryLoggingConfigsRequest |
ListQueryLoggingConfigsRequest.withNextToken(String nextToken)
(Optional) If the current AWS account has more than
MaxResults query logging configurations, use
NextToken to get the second and subsequent pages of results. |
Copyright © 2019. All rights reserved.