| 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 CompletableFuture<ListQueryLoggingConfigsResponse> |
Route53AsyncClient.listQueryLoggingConfigs(Consumer<ListQueryLoggingConfigsRequest.Builder> 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(Consumer<ListQueryLoggingConfigsRequest.Builder> 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(Consumer<ListQueryLoggingConfigsRequest.Builder> 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(Consumer<ListQueryLoggingConfigsRequest.Builder> 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 |
|---|---|
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 AWS 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 © 2021. All rights reserved.