| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static FirewallRuleGroupAssociationStatus |
FirewallRuleGroupAssociationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FirewallRuleGroupAssociationStatus |
FirewallRuleGroupAssociation.status()
The current status of the association.
|
FirewallRuleGroupAssociationStatus |
ListFirewallRuleGroupAssociationsRequest.status()
The association
Status setting that you want DNS Firewall to filter on for the list. |
static FirewallRuleGroupAssociationStatus |
FirewallRuleGroupAssociationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FirewallRuleGroupAssociationStatus[] |
FirewallRuleGroupAssociationStatus.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<FirewallRuleGroupAssociationStatus> |
FirewallRuleGroupAssociationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FirewallRuleGroupAssociation.Builder |
FirewallRuleGroupAssociation.Builder.status(FirewallRuleGroupAssociationStatus status)
The current status of the association.
|
ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.Builder.status(FirewallRuleGroupAssociationStatus status)
The association
Status setting that you want DNS Firewall to filter on for the list. |
Copyright © 2023. All rights reserved.