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