Uses of Class
software.amazon.awssdk.services.route53resolver.model.DnsThreatProtection
-
Packages that use DnsThreatProtection Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of DnsThreatProtection in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return DnsThreatProtection Modifier and Type Method Description DnsThreatProtectionCreateFirewallRuleRequest. dnsThreatProtection()Use to create a DNS Firewall Advanced rule.DnsThreatProtectionFirewallRule. dnsThreatProtection()The type of the DNS Firewall Advanced rule.DnsThreatProtectionUpdateFirewallRuleRequest. dnsThreatProtection()The type of the DNS Firewall Advanced rule.static DnsThreatProtectionDnsThreatProtection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DnsThreatProtectionDnsThreatProtection. valueOf(String name)Returns the enum constant of this type with the specified name.static DnsThreatProtection[]DnsThreatProtection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type DnsThreatProtection Modifier and Type Method Description static Set<DnsThreatProtection>DnsThreatProtection. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type DnsThreatProtection Modifier and Type Method Description CreateFirewallRuleRequest.BuilderCreateFirewallRuleRequest.Builder. dnsThreatProtection(DnsThreatProtection dnsThreatProtection)Use to create a DNS Firewall Advanced rule.FirewallRule.BuilderFirewallRule.Builder. dnsThreatProtection(DnsThreatProtection dnsThreatProtection)The type of the DNS Firewall Advanced rule.UpdateFirewallRuleRequest.BuilderUpdateFirewallRuleRequest.Builder. dnsThreatProtection(DnsThreatProtection dnsThreatProtection)The type of the DNS Firewall Advanced rule.
-