| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static FirewallDomainListStatus |
FirewallDomainListStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FirewallDomainListStatus |
FirewallDomainList.status()
The status of the domain list.
|
FirewallDomainListStatus |
UpdateFirewallDomainsResponse.status()
Status of the
UpdateFirewallDomains request. |
FirewallDomainListStatus |
ImportFirewallDomainsResponse.status()
Status of the import request.
|
static FirewallDomainListStatus |
FirewallDomainListStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<FirewallDomainListStatus> |
FirewallDomainListStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FirewallDomainList.Builder |
FirewallDomainList.Builder.status(FirewallDomainListStatus status)
The status of the domain list.
|
UpdateFirewallDomainsResponse.Builder |
UpdateFirewallDomainsResponse.Builder.status(FirewallDomainListStatus status)
Status of the
UpdateFirewallDomains request. |
ImportFirewallDomainsResponse.Builder |
ImportFirewallDomainsResponse.Builder.status(FirewallDomainListStatus status)
Status of the import request.
|
Copyright © 2023. All rights reserved.