Uses of Class
software.amazon.awssdk.services.route53resolver.model.FirewallDomainRedirectionAction
-
Packages that use FirewallDomainRedirectionAction Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of FirewallDomainRedirectionAction in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return FirewallDomainRedirectionAction Modifier and Type Method Description FirewallDomainRedirectionActionCreateFirewallRuleRequest. firewallDomainRedirectionAction()How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.FirewallDomainRedirectionActionFirewallRule. firewallDomainRedirectionAction()How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.FirewallDomainRedirectionActionUpdateFirewallRuleRequest. firewallDomainRedirectionAction()How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.static FirewallDomainRedirectionActionFirewallDomainRedirectionAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FirewallDomainRedirectionActionFirewallDomainRedirectionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static FirewallDomainRedirectionAction[]FirewallDomainRedirectionAction. 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 FirewallDomainRedirectionAction Modifier and Type Method Description static Set<FirewallDomainRedirectionAction>FirewallDomainRedirectionAction. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type FirewallDomainRedirectionAction Modifier and Type Method Description CreateFirewallRuleRequest.BuilderCreateFirewallRuleRequest.Builder. firewallDomainRedirectionAction(FirewallDomainRedirectionAction firewallDomainRedirectionAction)How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.FirewallRule.BuilderFirewallRule.Builder. firewallDomainRedirectionAction(FirewallDomainRedirectionAction firewallDomainRedirectionAction)How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.UpdateFirewallRuleRequest.BuilderUpdateFirewallRuleRequest.Builder. firewallDomainRedirectionAction(FirewallDomainRedirectionAction firewallDomainRedirectionAction)How you want the the rule to evaluate DNS redirection in the DNS redirection chain, such as CNAME or DNAME.
-