| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkfirewall.model |
| Modifier and Type | Method and Description |
|---|---|
static RuleGroupType |
RuleGroupType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RuleGroupType |
CreateRuleGroupRequest.type()
Indicates whether the rule group is stateless or stateful.
|
RuleGroupType |
DescribeRuleGroupMetadataRequest.type()
Indicates whether the rule group is stateless or stateful.
|
RuleGroupType |
ListRuleGroupsRequest.type()
Indicates whether the rule group is stateless or stateful.
|
RuleGroupType |
DescribeRuleGroupMetadataResponse.type()
Indicates whether the rule group is stateless or stateful.
|
RuleGroupType |
DescribeRuleGroupRequest.type()
Indicates whether the rule group is stateless or stateful.
|
RuleGroupType |
RuleGroupResponse.type()
Indicates whether the rule group is stateless or stateful.
|
RuleGroupType |
UpdateRuleGroupRequest.type()
Indicates whether the rule group is stateless or stateful.
|
RuleGroupType |
DeleteRuleGroupRequest.type()
Indicates whether the rule group is stateless or stateful.
|
static RuleGroupType |
RuleGroupType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RuleGroupType> |
RuleGroupType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateRuleGroupRequest.Builder |
CreateRuleGroupRequest.Builder.type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
DescribeRuleGroupMetadataRequest.Builder |
DescribeRuleGroupMetadataRequest.Builder.type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
ListRuleGroupsRequest.Builder |
ListRuleGroupsRequest.Builder.type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
DescribeRuleGroupMetadataResponse.Builder |
DescribeRuleGroupMetadataResponse.Builder.type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
DescribeRuleGroupRequest.Builder |
DescribeRuleGroupRequest.Builder.type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
RuleGroupResponse.Builder |
RuleGroupResponse.Builder.type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
UpdateRuleGroupRequest.Builder |
UpdateRuleGroupRequest.Builder.type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
DeleteRuleGroupRequest.Builder |
DeleteRuleGroupRequest.Builder.type(RuleGroupType type)
Indicates whether the rule group is stateless or stateful.
|
Copyright © 2023. All rights reserved.