| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static FirewallStatusValue |
FirewallStatusValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FirewallStatusValue |
FirewallStatus.status()
The readiness of the configured firewall to handle network traffic across all of the Availability Zones where
you've configured it.
|
static FirewallStatusValue |
FirewallStatusValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FirewallStatusValue[] |
FirewallStatusValue.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<FirewallStatusValue> |
FirewallStatusValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FirewallStatus.Builder |
FirewallStatus.Builder.status(FirewallStatusValue status)
The readiness of the configured firewall to handle network traffic across all of the Availability Zones where
you've configured it.
|
Copyright © 2023. All rights reserved.