| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts |
RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.clone() |
RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts |
RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.withFromPort(Integer fromPort)
The starting port value for the port range.
|
RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts |
RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts.withToPort(Integer toPort)
The ending port value for the port range.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts> |
RuleGroupSourceStatelessRuleMatchAttributes.getDestinationPorts()
A list of port ranges to specify the destination ports to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withDestinationPorts(RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts... destinationPorts)
A list of port ranges to specify the destination ports to inspect for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleGroupSourceStatelessRuleMatchAttributes.setDestinationPorts(Collection<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts> destinationPorts)
A list of port ranges to specify the destination ports to inspect for.
|
RuleGroupSourceStatelessRuleMatchAttributes |
RuleGroupSourceStatelessRuleMatchAttributes.withDestinationPorts(Collection<RuleGroupSourceStatelessRuleMatchAttributesDestinationPorts> destinationPorts)
A list of port ranges to specify the destination ports to inspect for.
|
Copyright © 2023. All rights reserved.