Uses of Class
software.amazon.awssdk.services.networkfirewall.model.RuleGroupType
-
Packages that use RuleGroupType Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of RuleGroupType in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return RuleGroupType Modifier and Type Method Description static RuleGroupTypeRuleGroupType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleGroupTypeCreateRuleGroupRequest. type()Indicates whether the rule group is stateless or stateful.RuleGroupTypeDeleteRuleGroupRequest. type()Indicates whether the rule group is stateless or stateful.RuleGroupTypeDescribeRuleGroupMetadataRequest. type()Indicates whether the rule group is stateless or stateful.RuleGroupTypeDescribeRuleGroupMetadataResponse. type()Indicates whether the rule group is stateless or stateful.RuleGroupTypeDescribeRuleGroupRequest. type()Indicates whether the rule group is stateless or stateful.RuleGroupTypeListRuleGroupsRequest. type()Indicates whether the rule group is stateless or stateful.RuleGroupTypeRuleGroupResponse. type()Indicates whether the rule group is stateless or stateful.RuleGroupTypeUpdateRuleGroupRequest. type()Indicates whether the rule group is stateless or stateful.static RuleGroupTypeRuleGroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleGroupType[]RuleGroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type RuleGroupType Modifier and Type Method Description static Set<RuleGroupType>RuleGroupType. knownValues()Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type RuleGroupType Modifier and Type Method Description CreateRuleGroupRequest.BuilderCreateRuleGroupRequest.Builder. type(RuleGroupType type)Indicates whether the rule group is stateless or stateful.DeleteRuleGroupRequest.BuilderDeleteRuleGroupRequest.Builder. type(RuleGroupType type)Indicates whether the rule group is stateless or stateful.DescribeRuleGroupMetadataRequest.BuilderDescribeRuleGroupMetadataRequest.Builder. type(RuleGroupType type)Indicates whether the rule group is stateless or stateful.DescribeRuleGroupMetadataResponse.BuilderDescribeRuleGroupMetadataResponse.Builder. type(RuleGroupType type)Indicates whether the rule group is stateless or stateful.DescribeRuleGroupRequest.BuilderDescribeRuleGroupRequest.Builder. type(RuleGroupType type)Indicates whether the rule group is stateless or stateful.ListRuleGroupsRequest.BuilderListRuleGroupsRequest.Builder. type(RuleGroupType type)Indicates whether the rule group is stateless or stateful.RuleGroupResponse.BuilderRuleGroupResponse.Builder. type(RuleGroupType type)Indicates whether the rule group is stateless or stateful.UpdateRuleGroupRequest.BuilderUpdateRuleGroupRequest.Builder. type(RuleGroupType type)Indicates whether the rule group is stateless or stateful.
-