| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags |
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.clone() |
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags |
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.withFlags(Collection<String> flags)
Defines the flags from the
Masks setting that must be set in order for the packet to match. |
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags |
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.withFlags(String... flags)
Defines the flags from the
Masks setting that must be set in order for the packet to match. |
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags |
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.withMasks(Collection<String> masks)
The set of flags to consider in the inspection.
|
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags |
RuleGroupSourceStatelessRuleMatchAttributesTcpFlags.withMasks(String... masks)
The set of flags to consider in the inspection.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags> |
RuleGroupSourceStatelessRuleMatchAttributes.getTcpFlags()
The TCP flags and masks to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withTcpFlags(RuleGroupSourceStatelessRuleMatchAttributesTcpFlags... tcpFlags)
The TCP flags and masks to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleGroupSourceStatelessRuleMatchAttributes.setTcpFlags(Collection<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags> tcpFlags)
The TCP flags and masks to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withTcpFlags(Collection<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags> tcpFlags)
The TCP flags and masks to inspect for.
|
Copyright © 2022. All rights reserved.