Uses of Class
software.amazon.awssdk.services.route53.model.CreateQueryLoggingConfigResponse
Packages that use CreateQueryLoggingConfigResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of CreateQueryLoggingConfigResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return CreateQueryLoggingConfigResponseModifier and TypeMethodDescriptiondefault CreateQueryLoggingConfigResponseRoute53Client.createQueryLoggingConfig(Consumer<CreateQueryLoggingConfigRequest.Builder> createQueryLoggingConfigRequest) Creates a configuration for DNS query logging.default CreateQueryLoggingConfigResponseRoute53Client.createQueryLoggingConfig(CreateQueryLoggingConfigRequest createQueryLoggingConfigRequest) Creates a configuration for DNS query logging.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type CreateQueryLoggingConfigResponseModifier and TypeMethodDescriptionRoute53AsyncClient.createQueryLoggingConfig(Consumer<CreateQueryLoggingConfigRequest.Builder> createQueryLoggingConfigRequest) Creates a configuration for DNS query logging.Route53AsyncClient.createQueryLoggingConfig(CreateQueryLoggingConfigRequest createQueryLoggingConfigRequest) Creates a configuration for DNS query logging.