| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListQueryLoggingConfigsResponse |
Route53Client.listQueryLoggingConfigs(Consumer<ListQueryLoggingConfigsRequest.Builder> 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.
|
default CompletableFuture<ListQueryLoggingConfigsResponse> |
Route53AsyncClient.listQueryLoggingConfigs(Consumer<ListQueryLoggingConfigsRequest.Builder> 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.
|
default ListQueryLoggingConfigsIterable |
Route53Client.listQueryLoggingConfigsPaginator(Consumer<ListQueryLoggingConfigsRequest.Builder> 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.
|
default ListQueryLoggingConfigsPublisher |
Route53AsyncClient.listQueryLoggingConfigsPaginator(Consumer<ListQueryLoggingConfigsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static ListQueryLoggingConfigsRequest.Builder |
ListQueryLoggingConfigsRequest.builder() |
ListQueryLoggingConfigsRequest.Builder |
ListQueryLoggingConfigsRequest.Builder.hostedZoneId(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.Builder |
ListQueryLoggingConfigsRequest.Builder.maxResults(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.Builder |
ListQueryLoggingConfigsRequest.Builder.nextToken(String nextToken)
(Optional) If the current Amazon Web Services account has more than
MaxResults query logging
configurations, use NextToken to get the second and subsequent pages of results. |
ListQueryLoggingConfigsRequest.Builder |
ListQueryLoggingConfigsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListQueryLoggingConfigsRequest.Builder |
ListQueryLoggingConfigsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListQueryLoggingConfigsRequest.Builder |
ListQueryLoggingConfigsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListQueryLoggingConfigsRequest.Builder> |
ListQueryLoggingConfigsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.