Uses of Interface
software.amazon.awssdk.services.route53.model.ListQueryLoggingConfigsRequest.Builder
Packages that use ListQueryLoggingConfigsRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListQueryLoggingConfigsRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListQueryLoggingConfigsRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.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(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 ListQueryLoggingConfigsPublisherRoute53AsyncClient.listQueryLoggingConfigsPaginator(Consumer<ListQueryLoggingConfigsRequest.Builder> listQueryLoggingConfigsRequest) This is a variant ofRoute53AsyncClient.listQueryLoggingConfigs(software.amazon.awssdk.services.route53.model.ListQueryLoggingConfigsRequest)operation.default ListQueryLoggingConfigsIterableRoute53Client.listQueryLoggingConfigsPaginator(Consumer<ListQueryLoggingConfigsRequest.Builder> listQueryLoggingConfigsRequest) This is a variant ofRoute53Client.listQueryLoggingConfigs(software.amazon.awssdk.services.route53.model.ListQueryLoggingConfigsRequest)operation. -
Uses of ListQueryLoggingConfigsRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListQueryLoggingConfigsRequest.BuilderModifier and TypeMethodDescriptionListQueryLoggingConfigsRequest.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 inHostedZoneId.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.(Optional) If the current Amazon Web Services account has more thanMaxResultsquery logging configurations, useNextTokento get the second and subsequent pages of results.ListQueryLoggingConfigsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListQueryLoggingConfigsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListQueryLoggingConfigsRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListQueryLoggingConfigsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListQueryLoggingConfigsRequest.Builder>ListQueryLoggingConfigsRequest.serializableBuilderClass()