| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
IcmpTypeCode |
IcmpTypeCode.clone() |
IcmpTypeCode |
AwsEc2NetworkAclEntry.getIcmpTypeCode()
The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.
|
IcmpTypeCode |
IcmpTypeCode.withCode(Integer code)
The ICMP code for which to deny or allow access.
|
IcmpTypeCode |
IcmpTypeCode.withType(Integer type)
The ICMP type for which to deny or allow access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2NetworkAclEntry.setIcmpTypeCode(IcmpTypeCode icmpTypeCode)
The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.
|
AwsEc2NetworkAclEntry |
AwsEc2NetworkAclEntry.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.
|
Copyright © 2021. All rights reserved.