Uses of Class
software.amazon.awssdk.services.route53resolver.model.FirewallRuleGroupAssociation
-
Packages that use FirewallRuleGroupAssociation Package Description software.amazon.awssdk.services.route53resolver.model software.amazon.awssdk.services.route53resolver.paginators -
-
Uses of FirewallRuleGroupAssociation in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return FirewallRuleGroupAssociation Modifier and Type Method Description FirewallRuleGroupAssociationAssociateFirewallRuleGroupResponse. firewallRuleGroupAssociation()The association that you just created.FirewallRuleGroupAssociationDisassociateFirewallRuleGroupResponse. firewallRuleGroupAssociation()The firewall rule group association that you just removed.FirewallRuleGroupAssociationGetFirewallRuleGroupAssociationResponse. firewallRuleGroupAssociation()The association that you requested.FirewallRuleGroupAssociationUpdateFirewallRuleGroupAssociationResponse. firewallRuleGroupAssociation()The association that you just updated.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type FirewallRuleGroupAssociation Modifier and Type Method Description List<FirewallRuleGroupAssociation>ListFirewallRuleGroupAssociationsResponse. firewallRuleGroupAssociations()A list of your firewall rule group associations.Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type FirewallRuleGroupAssociation Modifier and Type Method Description AssociateFirewallRuleGroupResponse.BuilderAssociateFirewallRuleGroupResponse.Builder. firewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)The association that you just created.DisassociateFirewallRuleGroupResponse.BuilderDisassociateFirewallRuleGroupResponse.Builder. firewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)The firewall rule group association that you just removed.GetFirewallRuleGroupAssociationResponse.BuilderGetFirewallRuleGroupAssociationResponse.Builder. firewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)The association that you requested.UpdateFirewallRuleGroupAssociationResponse.BuilderUpdateFirewallRuleGroupAssociationResponse.Builder. firewallRuleGroupAssociation(FirewallRuleGroupAssociation firewallRuleGroupAssociation)The association that you just updated.ListFirewallRuleGroupAssociationsResponse.BuilderListFirewallRuleGroupAssociationsResponse.Builder. firewallRuleGroupAssociations(FirewallRuleGroupAssociation... firewallRuleGroupAssociations)A list of your firewall rule group associations.Method parameters in software.amazon.awssdk.services.route53resolver.model with type arguments of type FirewallRuleGroupAssociation Modifier and Type Method Description ListFirewallRuleGroupAssociationsResponse.BuilderListFirewallRuleGroupAssociationsResponse.Builder. firewallRuleGroupAssociations(Collection<FirewallRuleGroupAssociation> firewallRuleGroupAssociations)A list of your firewall rule group associations. -
Uses of FirewallRuleGroupAssociation in software.amazon.awssdk.services.route53resolver.paginators
Methods in software.amazon.awssdk.services.route53resolver.paginators that return types with arguments of type FirewallRuleGroupAssociation Modifier and Type Method Description SdkIterable<FirewallRuleGroupAssociation>ListFirewallRuleGroupAssociationsIterable. firewallRuleGroupAssociations()Returns an iterable to iterate through the paginatedListFirewallRuleGroupAssociationsResponse.firewallRuleGroupAssociations()member.SdkPublisher<FirewallRuleGroupAssociation>ListFirewallRuleGroupAssociationsPublisher. firewallRuleGroupAssociations()Returns a publisher that can be used to get a stream of data.
-