| Package | Description |
|---|---|
| com.amazonaws.services.fms.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupRuleDescription |
SecurityGroupRuleDescription.clone() |
SecurityGroupRuleDescription |
SecurityGroupRemediationAction.getRemediationResult()
The final state of the rule specified in the
ViolationTarget after it is remediated. |
SecurityGroupRuleDescription |
SecurityGroupRuleDescription.withFromPort(Long fromPort)
The start of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 type number.
|
SecurityGroupRuleDescription |
SecurityGroupRuleDescription.withIPV4Range(String iPV4Range)
The IPv4 ranges for the security group rule.
|
SecurityGroupRuleDescription |
SecurityGroupRuleDescription.withIPV6Range(String iPV6Range)
The IPv6 ranges for the security group rule.
|
SecurityGroupRuleDescription |
SecurityGroupRuleDescription.withPrefixListId(String prefixListId)
The ID of the prefix list for the security group rule.
|
SecurityGroupRuleDescription |
SecurityGroupRuleDescription.withProtocol(String protocol)
The IP protocol name (
tcp, udp, icmp, icmpv6) or number. |
SecurityGroupRuleDescription |
SecurityGroupRuleDescription.withToPort(Long toPort)
The end of the port range for the TCP and UDP protocols, or an ICMP/ICMPv6 code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityGroupRemediationAction.setRemediationResult(SecurityGroupRuleDescription remediationResult)
The final state of the rule specified in the
ViolationTarget after it is remediated. |
SecurityGroupRemediationAction |
SecurityGroupRemediationAction.withRemediationResult(SecurityGroupRuleDescription remediationResult)
The final state of the rule specified in the
ViolationTarget after it is remediated. |
Copyright © 2025. All rights reserved.