Uses of Class
software.amazon.awssdk.services.route53.model.ListQueryLoggingConfigsRequest
-
Packages that use ListQueryLoggingConfigsRequest 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 -
-
Uses of ListQueryLoggingConfigsRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type ListQueryLoggingConfigsRequest Modifier and Type Method Description default CompletableFuture<ListQueryLoggingConfigsResponse>Route53AsyncClient. 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)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 ListQueryLoggingConfigsIterableRoute53Client. listQueryLoggingConfigsPaginator(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. -
Uses of ListQueryLoggingConfigsRequest in software.amazon.awssdk.services.route53.paginators
Constructors in software.amazon.awssdk.services.route53.paginators with parameters of type ListQueryLoggingConfigsRequest Constructor Description ListQueryLoggingConfigsIterable(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 ListQueryLoggingConfigsRequest Modifier and Type Method Description SdkHttpFullRequestListQueryLoggingConfigsRequestMarshaller. marshall(ListQueryLoggingConfigsRequest listQueryLoggingConfigsRequest)
-