Uses of Interface
software.amazon.awssdk.services.route53.model.ListQueryLoggingConfigsRequest.Builder
-
Packages that use ListQueryLoggingConfigsRequest.Builder 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 -
-
Uses of ListQueryLoggingConfigsRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListQueryLoggingConfigsRequest.Builder Modifier and Type Method Description 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 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)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(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. -
Uses of ListQueryLoggingConfigsRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListQueryLoggingConfigsRequest.Builder Modifier and Type Method Description static ListQueryLoggingConfigsRequest.BuilderListQueryLoggingConfigsRequest. builder()ListQueryLoggingConfigsRequest.BuilderListQueryLoggingConfigsRequest.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.BuilderListQueryLoggingConfigsRequest.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.BuilderListQueryLoggingConfigsRequest.Builder. nextToken(String nextToken)(Optional) If the current Amazon Web Services account has more thanMaxResultsquery logging configurations, useNextTokento get the second and subsequent pages of results.ListQueryLoggingConfigsRequest.BuilderListQueryLoggingConfigsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQueryLoggingConfigsRequest.BuilderListQueryLoggingConfigsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListQueryLoggingConfigsRequest.BuilderListQueryLoggingConfigsRequest. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListQueryLoggingConfigsRequest.Builder Modifier and Type Method Description static Class<? extends ListQueryLoggingConfigsRequest.Builder>ListQueryLoggingConfigsRequest. serializableBuilderClass()
-