Uses of Class
software.amazon.awssdk.services.route53resolver.model.GetResolverQueryLogConfigResponse
-
Packages that use GetResolverQueryLogConfigResponse Package Description software.amazon.awssdk.services.route53resolver When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver. -
-
Uses of GetResolverQueryLogConfigResponse in software.amazon.awssdk.services.route53resolver
Methods in software.amazon.awssdk.services.route53resolver that return GetResolverQueryLogConfigResponse Modifier and Type Method Description default GetResolverQueryLogConfigResponseRoute53ResolverClient. getResolverQueryLogConfig(Consumer<GetResolverQueryLogConfigRequest.Builder> getResolverQueryLogConfigRequest)Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration is logging queries for and the location that logs are sent to.default GetResolverQueryLogConfigResponseRoute53ResolverClient. getResolverQueryLogConfig(GetResolverQueryLogConfigRequest getResolverQueryLogConfigRequest)Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration is logging queries for and the location that logs are sent to.Methods in software.amazon.awssdk.services.route53resolver that return types with arguments of type GetResolverQueryLogConfigResponse Modifier and Type Method Description default CompletableFuture<GetResolverQueryLogConfigResponse>Route53ResolverAsyncClient. getResolverQueryLogConfig(Consumer<GetResolverQueryLogConfigRequest.Builder> getResolverQueryLogConfigRequest)Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration is logging queries for and the location that logs are sent to.default CompletableFuture<GetResolverQueryLogConfigResponse>Route53ResolverAsyncClient. getResolverQueryLogConfig(GetResolverQueryLogConfigRequest getResolverQueryLogConfigRequest)Gets information about a specified Resolver query logging configuration, such as the number of VPCs that the configuration is logging queries for and the location that logs are sent to.
-