Uses of Class
software.amazon.awssdk.services.route53resolver.model.ListFirewallRuleGroupAssociationsResponse
-
Packages that use ListFirewallRuleGroupAssociationsResponse 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.paginators -
-
Uses of ListFirewallRuleGroupAssociationsResponse in software.amazon.awssdk.services.route53resolver
Methods in software.amazon.awssdk.services.route53resolver that return ListFirewallRuleGroupAssociationsResponse Modifier and Type Method Description default ListFirewallRuleGroupAssociationsResponseRoute53ResolverClient. listFirewallRuleGroupAssociations(Consumer<ListFirewallRuleGroupAssociationsRequest.Builder> listFirewallRuleGroupAssociationsRequest)Retrieves the firewall rule group associations that you have defined.default ListFirewallRuleGroupAssociationsResponseRoute53ResolverClient. listFirewallRuleGroupAssociations(ListFirewallRuleGroupAssociationsRequest listFirewallRuleGroupAssociationsRequest)Retrieves the firewall rule group associations that you have defined.Methods in software.amazon.awssdk.services.route53resolver that return types with arguments of type ListFirewallRuleGroupAssociationsResponse Modifier and Type Method Description default CompletableFuture<ListFirewallRuleGroupAssociationsResponse>Route53ResolverAsyncClient. listFirewallRuleGroupAssociations(Consumer<ListFirewallRuleGroupAssociationsRequest.Builder> listFirewallRuleGroupAssociationsRequest)Retrieves the firewall rule group associations that you have defined.default CompletableFuture<ListFirewallRuleGroupAssociationsResponse>Route53ResolverAsyncClient. listFirewallRuleGroupAssociations(ListFirewallRuleGroupAssociationsRequest listFirewallRuleGroupAssociationsRequest)Retrieves the firewall rule group associations that you have defined. -
Uses of ListFirewallRuleGroupAssociationsResponse in software.amazon.awssdk.services.route53resolver.paginators
Methods in software.amazon.awssdk.services.route53resolver.paginators that return types with arguments of type ListFirewallRuleGroupAssociationsResponse Modifier and Type Method Description Iterator<ListFirewallRuleGroupAssociationsResponse>ListFirewallRuleGroupAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.route53resolver.paginators with type arguments of type ListFirewallRuleGroupAssociationsResponse Modifier and Type Method Description voidListFirewallRuleGroupAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFirewallRuleGroupAssociationsResponse> subscriber)
-