Uses of Class
software.amazon.awssdk.services.route53resolver.model.FirewallConfig
-
Packages that use FirewallConfig Package Description software.amazon.awssdk.services.route53resolver.model software.amazon.awssdk.services.route53resolver.paginators -
-
Uses of FirewallConfig in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return FirewallConfig Modifier and Type Method Description FirewallConfigGetFirewallConfigResponse. firewallConfig()Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.FirewallConfigUpdateFirewallConfigResponse. firewallConfig()Configuration of the firewall behavior provided by DNS Firewall for a single VPC.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type FirewallConfig Modifier and Type Method Description List<FirewallConfig>ListFirewallConfigsResponse. firewallConfigs()The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type FirewallConfig Modifier and Type Method Description GetFirewallConfigResponse.BuilderGetFirewallConfigResponse.Builder. firewallConfig(FirewallConfig firewallConfig)Configuration of the firewall behavior provided by DNS Firewall for a single VPC from AmazonVPC.UpdateFirewallConfigResponse.BuilderUpdateFirewallConfigResponse.Builder. firewallConfig(FirewallConfig firewallConfig)Configuration of the firewall behavior provided by DNS Firewall for a single VPC.ListFirewallConfigsResponse.BuilderListFirewallConfigsResponse.Builder. firewallConfigs(FirewallConfig... firewallConfigs)The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC).Method parameters in software.amazon.awssdk.services.route53resolver.model with type arguments of type FirewallConfig Modifier and Type Method Description ListFirewallConfigsResponse.BuilderListFirewallConfigsResponse.Builder. firewallConfigs(Collection<FirewallConfig> firewallConfigs)The configurations for the firewall behavior provided by DNS Firewall for VPCs from Amazon Virtual Private Cloud (Amazon VPC). -
Uses of FirewallConfig in software.amazon.awssdk.services.route53resolver.paginators
Methods in software.amazon.awssdk.services.route53resolver.paginators that return types with arguments of type FirewallConfig Modifier and Type Method Description SdkIterable<FirewallConfig>ListFirewallConfigsIterable. firewallConfigs()Returns an iterable to iterate through the paginatedListFirewallConfigsResponse.firewallConfigs()member.SdkPublisher<FirewallConfig>ListFirewallConfigsPublisher. firewallConfigs()Returns a publisher that can be used to get a stream of data.
-