Uses of Class
software.amazon.awssdk.services.route53.model.ListQueryLoggingConfigsRequest
Packages that use ListQueryLoggingConfigsRequest
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListQueryLoggingConfigsRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type ListQueryLoggingConfigsRequestModifier and TypeMethodDescriptionRoute53AsyncClient.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.default ListQueryLoggingConfigsResponseRoute53Client.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.default ListQueryLoggingConfigsPublisherRoute53AsyncClient.listQueryLoggingConfigsPaginator(ListQueryLoggingConfigsRequest listQueryLoggingConfigsRequest) This is a variant ofRoute53AsyncClient.listQueryLoggingConfigs(software.amazon.awssdk.services.route53.model.ListQueryLoggingConfigsRequest)operation.default ListQueryLoggingConfigsIterableRoute53Client.listQueryLoggingConfigsPaginator(ListQueryLoggingConfigsRequest listQueryLoggingConfigsRequest) This is a variant ofRoute53Client.listQueryLoggingConfigs(software.amazon.awssdk.services.route53.model.ListQueryLoggingConfigsRequest)operation. -
Uses of ListQueryLoggingConfigsRequest in software.amazon.awssdk.services.route53.paginators
Constructors in software.amazon.awssdk.services.route53.paginators with parameters of type ListQueryLoggingConfigsRequestModifierConstructorDescriptionListQueryLoggingConfigsIterable(Route53Client client, ListQueryLoggingConfigsRequest firstRequest) ListQueryLoggingConfigsPublisher(Route53AsyncClient client, ListQueryLoggingConfigsRequest firstRequest) -
Uses of ListQueryLoggingConfigsRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type ListQueryLoggingConfigsRequestModifier and TypeMethodDescriptionListQueryLoggingConfigsRequestMarshaller.marshall(ListQueryLoggingConfigsRequest listQueryLoggingConfigsRequest)