| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| software.amazon.awssdk.services.route53.paginators | |
| software.amazon.awssdk.services.route53.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListQueryLoggingConfigsResponse> |
Route53AsyncClient.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.
|
default ListQueryLoggingConfigsResponse |
Route53Client.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.
|
default ListQueryLoggingConfigsPublisher |
Route53AsyncClient.listQueryLoggingConfigsPaginator(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.
|
default ListQueryLoggingConfigsIterable |
Route53Client.listQueryLoggingConfigsPaginator(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.
|
| Constructor and Description |
|---|
ListQueryLoggingConfigsIterable(Route53Client client,
ListQueryLoggingConfigsRequest firstRequest) |
ListQueryLoggingConfigsPublisher(Route53AsyncClient client,
ListQueryLoggingConfigsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListQueryLoggingConfigsRequestMarshaller.marshall(ListQueryLoggingConfigsRequest listQueryLoggingConfigsRequest) |
Copyright © 2021. All rights reserved.