| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.clone() |
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleDefinition.getMatchAttributes()
The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withDestinationPorts(Collection<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts> destinationPorts)
A list of port ranges to specify the destination ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withDestinationPorts(RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts... destinationPorts)
A list of port ranges to specify the destination ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withDestinations(Collection<RuleGroupSourceStatelessRuleMatchAttributesDestinations> destinations)
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withDestinations(RuleGroupSourceStatelessRuleMatchAttributesDestinations... destinations)
The destination IP addresses and address ranges to inspect for, in CIDR notation.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withProtocols(Collection<Integer> protocols)
The protocols to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withProtocols(Integer... protocols)
The protocols to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withSourcePorts(Collection<RuleGroupSourceStatelessRuleMatchAttributesSourcePorts> sourcePorts)
A list of port ranges to specify the source ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withSourcePorts(RuleGroupSourceStatelessRuleMatchAttributesSourcePorts... sourcePorts)
A list of port ranges to specify the source ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withSources(Collection<RuleGroupSourceStatelessRuleMatchAttributesSources> sources)
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withSources(RuleGroupSourceStatelessRuleMatchAttributesSources... sources)
The source IP addresses and address ranges to inspect for, in CIDR notation.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withTcpFlags(Collection<RuleGroupSourceStatelessRuleMatchAttributesTcpFlags> tcpFlags)
The TCP flags and masks to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withTcpFlags(RuleGroupSourceStatelessRuleMatchAttributesTcpFlags... tcpFlags)
The TCP flags and masks to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleGroupSourceStatelessRuleDefinition.setMatchAttributes(RuleGroupSourceStatelessRuleMatchAttributes matchAttributes)
The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
|
RuleGroupSourceStatelessRuleDefinition |
RuleGroupSourceStatelessRuleDefinition.withMatchAttributes(RuleGroupSourceStatelessRuleMatchAttributes matchAttributes)
The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.
|
Copyright © 2022. All rights reserved.