Uses of Class
software.amazon.awssdk.services.route53.model.GetQueryLoggingConfigRequest
-
Packages that use GetQueryLoggingConfigRequest 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.transform -
-
Uses of GetQueryLoggingConfigRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type GetQueryLoggingConfigRequest Modifier and Type Method Description default CompletableFuture<GetQueryLoggingConfigResponse>Route53AsyncClient. getQueryLoggingConfig(GetQueryLoggingConfigRequest 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. -
Uses of GetQueryLoggingConfigRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type GetQueryLoggingConfigRequest Modifier and Type Method Description SdkHttpFullRequestGetQueryLoggingConfigRequestMarshaller. marshall(GetQueryLoggingConfigRequest getQueryLoggingConfigRequest)
-