| 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 |
AmazonRoute53.listQueryLoggingConfigs(ListQueryLoggingConfigsRequest listQueryLoggingConfigsRequest)
Lists the configurations for DNS query logging that are associated with the current Amazon Web Services account
or the configuration that is associated with a specified hosted zone.
|
ListQueryLoggingConfigsResult |
AmazonRoute53Client.listQueryLoggingConfigs(ListQueryLoggingConfigsRequest request)
Lists the configurations for DNS query logging that are associated with the current Amazon Web Services account
or the configuration that is associated with a specified hosted zone.
|
| 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 Amazon
Web Services 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 Amazon Web Services
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 Amazon Web Services
account.
|
Copyright © 2024. All rights reserved.