Uses of Class
software.amazon.awssdk.services.route53resolver.model.FirewallRuleGroupAssociationStatus
-
Packages that use FirewallRuleGroupAssociationStatus Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of FirewallRuleGroupAssociationStatus in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return FirewallRuleGroupAssociationStatus Modifier and Type Method Description static FirewallRuleGroupAssociationStatusFirewallRuleGroupAssociationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FirewallRuleGroupAssociationStatusFirewallRuleGroupAssociation. status()The current status of the association.FirewallRuleGroupAssociationStatusListFirewallRuleGroupAssociationsRequest. status()The associationStatussetting that you want DNS Firewall to filter on for the list.static FirewallRuleGroupAssociationStatusFirewallRuleGroupAssociationStatus. 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.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type FirewallRuleGroupAssociationStatus Modifier and Type Method Description static Set<FirewallRuleGroupAssociationStatus>FirewallRuleGroupAssociationStatus. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type FirewallRuleGroupAssociationStatus Modifier and Type Method Description FirewallRuleGroupAssociation.BuilderFirewallRuleGroupAssociation.Builder. status(FirewallRuleGroupAssociationStatus status)The current status of the association.ListFirewallRuleGroupAssociationsRequest.BuilderListFirewallRuleGroupAssociationsRequest.Builder. status(FirewallRuleGroupAssociationStatus status)The associationStatussetting that you want DNS Firewall to filter on for the list.
-