Uses of Class
software.amazon.awssdk.services.route53resolver.model.FirewallDomainUpdateOperation
-
Packages that use FirewallDomainUpdateOperation Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of FirewallDomainUpdateOperation in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return FirewallDomainUpdateOperation Modifier and Type Method Description static FirewallDomainUpdateOperationFirewallDomainUpdateOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FirewallDomainUpdateOperationUpdateFirewallDomainsRequest. operation()What you want DNS Firewall to do with the domains that you are providing:static FirewallDomainUpdateOperationFirewallDomainUpdateOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static FirewallDomainUpdateOperation[]FirewallDomainUpdateOperation. 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 FirewallDomainUpdateOperation Modifier and Type Method Description static Set<FirewallDomainUpdateOperation>FirewallDomainUpdateOperation. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type FirewallDomainUpdateOperation Modifier and Type Method Description UpdateFirewallDomainsRequest.BuilderUpdateFirewallDomainsRequest.Builder. operation(FirewallDomainUpdateOperation operation)What you want DNS Firewall to do with the domains that you are providing:
-