Uses of Class
software.amazon.awssdk.services.route53.model.CreateQueryLoggingConfigRequest
-
Packages that use CreateQueryLoggingConfigRequest 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 CreateQueryLoggingConfigRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type CreateQueryLoggingConfigRequest Modifier and Type Method Description default CompletableFuture<CreateQueryLoggingConfigResponse>Route53AsyncClient. createQueryLoggingConfig(CreateQueryLoggingConfigRequest createQueryLoggingConfigRequest)Creates a configuration for DNS query logging.default CreateQueryLoggingConfigResponseRoute53Client. createQueryLoggingConfig(CreateQueryLoggingConfigRequest createQueryLoggingConfigRequest)Creates a configuration for DNS query logging. -
Uses of CreateQueryLoggingConfigRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type CreateQueryLoggingConfigRequest Modifier and Type Method Description SdkHttpFullRequestCreateQueryLoggingConfigRequestMarshaller. marshall(CreateQueryLoggingConfigRequest createQueryLoggingConfigRequest)
-