Uses of Interface
software.amazon.awssdk.services.route53resolver.model.PutResolverQueryLogConfigPolicyRequest.Builder
-
Packages that use PutResolverQueryLogConfigPolicyRequest.Builder 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.software.amazon.awssdk.services.route53resolver.model -
-
Uses of PutResolverQueryLogConfigPolicyRequest.Builder in software.amazon.awssdk.services.route53resolver
Method parameters in software.amazon.awssdk.services.route53resolver with type arguments of type PutResolverQueryLogConfigPolicyRequest.Builder 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 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. -
Uses of PutResolverQueryLogConfigPolicyRequest.Builder in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return PutResolverQueryLogConfigPolicyRequest.Builder Modifier and Type Method Description PutResolverQueryLogConfigPolicyRequest.BuilderPutResolverQueryLogConfigPolicyRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the account that you want to share rules with.static PutResolverQueryLogConfigPolicyRequest.BuilderPutResolverQueryLogConfigPolicyRequest. builder()PutResolverQueryLogConfigPolicyRequest.BuilderPutResolverQueryLogConfigPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutResolverQueryLogConfigPolicyRequest.BuilderPutResolverQueryLogConfigPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutResolverQueryLogConfigPolicyRequest.BuilderPutResolverQueryLogConfigPolicyRequest.Builder. resolverQueryLogConfigPolicy(String resolverQueryLogConfigPolicy)An Identity and Access Management policy statement that lists the query logging configurations that you want to share with another Amazon Web Services account and the operations that you want the account to be able to perform.PutResolverQueryLogConfigPolicyRequest.BuilderPutResolverQueryLogConfigPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type PutResolverQueryLogConfigPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutResolverQueryLogConfigPolicyRequest.Builder>PutResolverQueryLogConfigPolicyRequest. serializableBuilderClass()
-