Uses of Class
software.amazon.awssdk.services.route53resolver.model.PutResolverRulePolicyResponse
-
Packages that use PutResolverRulePolicyResponse 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 PutResolverRulePolicyResponse in software.amazon.awssdk.services.route53resolver
Methods in software.amazon.awssdk.services.route53resolver that return PutResolverRulePolicyResponse Modifier and Type Method Description 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.default PutResolverRulePolicyResponseRoute53ResolverClient. putResolverRulePolicy(PutResolverRulePolicyRequest 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.Methods in software.amazon.awssdk.services.route53resolver that return types with arguments of type PutResolverRulePolicyResponse 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 CompletableFuture<PutResolverRulePolicyResponse>Route53ResolverAsyncClient. putResolverRulePolicy(PutResolverRulePolicyRequest 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.
-