Uses of Interface
software.amazon.awssdk.services.route53resolver.model.PutResolverRulePolicyRequest.Builder
-
Packages that use PutResolverRulePolicyRequest.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 PutResolverRulePolicyRequest.Builder in software.amazon.awssdk.services.route53resolver
Method parameters in software.amazon.awssdk.services.route53resolver with type arguments of type PutResolverRulePolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutResolverRulePolicyResponse>Route53ResolverAsyncClient. putResolverRulePolicy(Consumer<PutResolverRulePolicyRequest.Builder> putResolverRulePolicyRequest)Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to share the rule with, and the operations that you want the account to be able to perform on the rule.default PutResolverRulePolicyResponseRoute53ResolverClient. putResolverRulePolicy(Consumer<PutResolverRulePolicyRequest.Builder> putResolverRulePolicyRequest)Specifies an Amazon Web Services rule that you want to share with another account, the account that you want to share the rule with, and the operations that you want the account to be able to perform on the rule. -
Uses of PutResolverRulePolicyRequest.Builder in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return PutResolverRulePolicyRequest.Builder Modifier and Type Method Description PutResolverRulePolicyRequest.BuilderPutResolverRulePolicyRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the rule that you want to share with another account.static PutResolverRulePolicyRequest.BuilderPutResolverRulePolicyRequest. builder()PutResolverRulePolicyRequest.BuilderPutResolverRulePolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutResolverRulePolicyRequest.BuilderPutResolverRulePolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutResolverRulePolicyRequest.BuilderPutResolverRulePolicyRequest.Builder. resolverRulePolicy(String resolverRulePolicy)An Identity and Access Management policy statement that lists the rules that you want to share with another Amazon Web Services account and the operations that you want the account to be able to perform.PutResolverRulePolicyRequest.BuilderPutResolverRulePolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type PutResolverRulePolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutResolverRulePolicyRequest.Builder>PutResolverRulePolicyRequest. serializableBuilderClass()
-