Uses of Interface
software.amazon.awssdk.services.route53.model.ListQueryLoggingConfigsResponse.Builder
Packages that use ListQueryLoggingConfigsResponse.Builder
-
Uses of ListQueryLoggingConfigsResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListQueryLoggingConfigsResponse.BuilderModifier and TypeMethodDescriptionListQueryLoggingConfigsResponse.builder()If a response includes the last of the query logging configurations that are associated with the current Amazon Web Services account,NextTokendoesn't appear in the response.ListQueryLoggingConfigsResponse.Builder.queryLoggingConfigs(Collection<QueryLoggingConfig> queryLoggingConfigs) An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current Amazon Web Services account.ListQueryLoggingConfigsResponse.Builder.queryLoggingConfigs(Consumer<QueryLoggingConfig.Builder>... queryLoggingConfigs) An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current Amazon Web Services account.ListQueryLoggingConfigsResponse.Builder.queryLoggingConfigs(QueryLoggingConfig... queryLoggingConfigs) An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the current Amazon Web Services account.ListQueryLoggingConfigsResponse.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListQueryLoggingConfigsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListQueryLoggingConfigsResponse.Builder>ListQueryLoggingConfigsResponse.serializableBuilderClass()