Uses of Class
software.amazon.awssdk.services.route53resolver.model.PutResolverQueryLogConfigPolicyResponse
-
Packages that use PutResolverQueryLogConfigPolicyResponse 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 PutResolverQueryLogConfigPolicyResponse in software.amazon.awssdk.services.route53resolver
Methods in software.amazon.awssdk.services.route53resolver that return PutResolverQueryLogConfigPolicyResponse Modifier and Type Method Description default PutResolverQueryLogConfigPolicyResponseRoute53ResolverClient. putResolverQueryLogConfigPolicy(Consumer<PutResolverQueryLogConfigPolicyRequest.Builder> putResolverQueryLogConfigPolicyRequest)Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration.default PutResolverQueryLogConfigPolicyResponseRoute53ResolverClient. putResolverQueryLogConfigPolicy(PutResolverQueryLogConfigPolicyRequest putResolverQueryLogConfigPolicyRequest)Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration.Methods in software.amazon.awssdk.services.route53resolver that return types with arguments of type PutResolverQueryLogConfigPolicyResponse Modifier and Type Method Description default CompletableFuture<PutResolverQueryLogConfigPolicyResponse>Route53ResolverAsyncClient. putResolverQueryLogConfigPolicy(Consumer<PutResolverQueryLogConfigPolicyRequest.Builder> putResolverQueryLogConfigPolicyRequest)Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration.default CompletableFuture<PutResolverQueryLogConfigPolicyResponse>Route53ResolverAsyncClient. putResolverQueryLogConfigPolicy(PutResolverQueryLogConfigPolicyRequest putResolverQueryLogConfigPolicyRequest)Specifies an Amazon Web Services account that you want to share a query logging configuration with, the query logging configuration that you want to share, and the operations that you want the account to be able to perform on the configuration.
-