Uses of Class
software.amazon.awssdk.services.route53.model.GetQueryLoggingConfigResponse
Packages that use GetQueryLoggingConfigResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetQueryLoggingConfigResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetQueryLoggingConfigResponseModifier and TypeMethodDescriptiondefault GetQueryLoggingConfigResponseRoute53Client.getQueryLoggingConfig(Consumer<GetQueryLoggingConfigRequest.Builder> getQueryLoggingConfigRequest) Gets information about a specified configuration for DNS query logging.default GetQueryLoggingConfigResponseRoute53Client.getQueryLoggingConfig(GetQueryLoggingConfigRequest getQueryLoggingConfigRequest) Gets information about a specified configuration for DNS query logging.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetQueryLoggingConfigResponseModifier and TypeMethodDescriptionRoute53AsyncClient.getQueryLoggingConfig(Consumer<GetQueryLoggingConfigRequest.Builder> getQueryLoggingConfigRequest) Gets information about a specified configuration for DNS query logging.Route53AsyncClient.getQueryLoggingConfig(GetQueryLoggingConfigRequest getQueryLoggingConfigRequest) Gets information about a specified configuration for DNS query logging.