| Package | Description |
|---|---|
| com.amazonaws.services.route53 | |
| 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.
|
| 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 |
|---|---|
ListQueryLoggingConfigsResult |
ListQueryLoggingConfigsResult.clone() |
ListQueryLoggingConfigsResult |
ListQueryLoggingConfigsResult.withNextToken(String nextToken)
If a response includes the last of the query logging configurations that are associated with the current AWS
account,
NextToken doesn't appear in the response. |
ListQueryLoggingConfigsResult |
ListQueryLoggingConfigsResult.withQueryLoggingConfigs(Collection<QueryLoggingConfig> queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is
associated with the current AWS account.
|
ListQueryLoggingConfigsResult |
ListQueryLoggingConfigsResult.withQueryLoggingConfigs(QueryLoggingConfig... queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is
associated with the current AWS account.
|
Copyright © 2018. All rights reserved.