Uses of Class
software.amazon.awssdk.services.route53.model.ListQueryLoggingConfigsResponse
-
Packages that use ListQueryLoggingConfigsResponse 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 -
-
Uses of ListQueryLoggingConfigsResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListQueryLoggingConfigsResponse Modifier and Type Method Description default ListQueryLoggingConfigsResponseRoute53Client. listQueryLoggingConfigs()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(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 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.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ListQueryLoggingConfigsResponse Modifier and Type Method Description default CompletableFuture<ListQueryLoggingConfigsResponse>Route53AsyncClient. listQueryLoggingConfigs()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 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. -
Uses of ListQueryLoggingConfigsResponse in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type ListQueryLoggingConfigsResponse Modifier and Type Method Description Iterator<ListQueryLoggingConfigsResponse>ListQueryLoggingConfigsIterable. iterator()Method parameters in software.amazon.awssdk.services.route53.paginators with type arguments of type ListQueryLoggingConfigsResponse Modifier and Type Method Description voidListQueryLoggingConfigsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListQueryLoggingConfigsResponse> subscriber)
-