| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceStatus |
FirewallPolicyResponse.firewallPolicyStatus()
The current status of the firewall policy.
|
static ResourceStatus |
ResourceStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceStatus |
RuleGroupResponse.ruleGroupStatus()
Detailed information about the current status of a rule group.
|
ResourceStatus |
TLSInspectionConfigurationResponse.tlsInspectionConfigurationStatus()
Detailed information about the current status of a TLSInspectionConfiguration.
|
static ResourceStatus |
ResourceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceStatus[] |
ResourceStatus.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<ResourceStatus> |
ResourceStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FirewallPolicyResponse.Builder |
FirewallPolicyResponse.Builder.firewallPolicyStatus(ResourceStatus firewallPolicyStatus)
The current status of the firewall policy.
|
RuleGroupResponse.Builder |
RuleGroupResponse.Builder.ruleGroupStatus(ResourceStatus ruleGroupStatus)
Detailed information about the current status of a rule group.
|
TLSInspectionConfigurationResponse.Builder |
TLSInspectionConfigurationResponse.Builder.tlsInspectionConfigurationStatus(ResourceStatus tlsInspectionConfigurationStatus)
Detailed information about the current status of a TLSInspectionConfiguration.
|
Copyright © 2023. All rights reserved.