Uses of Class
software.amazon.awssdk.services.route53resolver.model.PutFirewallRuleGroupPolicyResponse
-
Packages that use PutFirewallRuleGroupPolicyResponse 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 PutFirewallRuleGroupPolicyResponse in software.amazon.awssdk.services.route53resolver
Methods in software.amazon.awssdk.services.route53resolver that return PutFirewallRuleGroupPolicyResponse Modifier and Type Method Description default PutFirewallRuleGroupPolicyResponseRoute53ResolverClient. putFirewallRuleGroupPolicy(Consumer<PutFirewallRuleGroupPolicyRequest.Builder> putFirewallRuleGroupPolicyRequest)Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group.default PutFirewallRuleGroupPolicyResponseRoute53ResolverClient. putFirewallRuleGroupPolicy(PutFirewallRuleGroupPolicyRequest putFirewallRuleGroupPolicyRequest)Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group.Methods in software.amazon.awssdk.services.route53resolver that return types with arguments of type PutFirewallRuleGroupPolicyResponse Modifier and Type Method Description default CompletableFuture<PutFirewallRuleGroupPolicyResponse>Route53ResolverAsyncClient. putFirewallRuleGroupPolicy(Consumer<PutFirewallRuleGroupPolicyRequest.Builder> putFirewallRuleGroupPolicyRequest)Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group.default CompletableFuture<PutFirewallRuleGroupPolicyResponse>Route53ResolverAsyncClient. putFirewallRuleGroupPolicy(PutFirewallRuleGroupPolicyRequest putFirewallRuleGroupPolicyRequest)Attaches an Identity and Access Management (Amazon Web Services IAM) policy for sharing the rule group.
-