| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceStatelessRuleMatchAttributesSourcePorts |
RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.clone() |
RuleGroupSourceStatelessRuleMatchAttributesSourcePorts |
RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.withFromPort(Integer fromPort)
The starting port value for the port range.
|
RuleGroupSourceStatelessRuleMatchAttributesSourcePorts |
RuleGroupSourceStatelessRuleMatchAttributesSourcePorts.withToPort(Integer toPort)
The ending port value for the port range.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleGroupSourceStatelessRuleMatchAttributesSourcePorts> |
RuleGroupSourceStatelessRuleMatchAttributes.getSourcePorts()
A list of port ranges to specify the source ports to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withSourcePorts(RuleGroupSourceStatelessRuleMatchAttributesSourcePorts... sourcePorts)
A list of port ranges to specify the source ports to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleGroupSourceStatelessRuleMatchAttributes.setSourcePorts(Collection<RuleGroupSourceStatelessRuleMatchAttributesSourcePorts> sourcePorts)
A list of port ranges to specify the source ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withSourcePorts(Collection<RuleGroupSourceStatelessRuleMatchAttributesSourcePorts> sourcePorts)
A list of port ranges to specify the source ports to inspect for.
|
Copyright © 2022. All rights reserved.