Uses of Class
software.amazon.awssdk.services.route53resolver.model.FirewallDomainListStatus
-
Packages that use FirewallDomainListStatus Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of FirewallDomainListStatus in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return FirewallDomainListStatus Modifier and Type Method Description static FirewallDomainListStatusFirewallDomainListStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FirewallDomainListStatusFirewallDomainList. status()The status of the domain list.FirewallDomainListStatusImportFirewallDomainsResponse. status()Status of the import request.FirewallDomainListStatusUpdateFirewallDomainsResponse. status()Status of theUpdateFirewallDomainsrequest.static FirewallDomainListStatusFirewallDomainListStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FirewallDomainListStatus[]FirewallDomainListStatus. 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 FirewallDomainListStatus Modifier and Type Method Description static Set<FirewallDomainListStatus>FirewallDomainListStatus. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type FirewallDomainListStatus Modifier and Type Method Description FirewallDomainList.BuilderFirewallDomainList.Builder. status(FirewallDomainListStatus status)The status of the domain list.ImportFirewallDomainsResponse.BuilderImportFirewallDomainsResponse.Builder. status(FirewallDomainListStatus status)Status of the import request.UpdateFirewallDomainsResponse.BuilderUpdateFirewallDomainsResponse.Builder. status(FirewallDomainListStatus status)Status of theUpdateFirewallDomainsrequest.
-