Uses of Class
software.amazon.awssdk.services.route53.model.GetQueryLoggingConfigResponse
-
Packages that use GetQueryLoggingConfigResponse Package Description software.amazon.awssdk.services.route53 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 GetQueryLoggingConfigResponse Modifier and Type Method Description default 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 GetQueryLoggingConfigResponse Modifier and Type Method Description default CompletableFuture<GetQueryLoggingConfigResponse>Route53AsyncClient. getQueryLoggingConfig(Consumer<GetQueryLoggingConfigRequest.Builder> getQueryLoggingConfigRequest)Gets information about a specified configuration for DNS query logging.default CompletableFuture<GetQueryLoggingConfigResponse>Route53AsyncClient. getQueryLoggingConfig(GetQueryLoggingConfigRequest getQueryLoggingConfigRequest)Gets information about a specified configuration for DNS query logging.
-