| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
IcmpTypeCode |
IcmpTypeCode.clone() |
IcmpTypeCode |
NetworkACLEntry.getIcmpTypeCode()
Defines the ICMP protocol that consists of the ICMP type and code.
|
IcmpTypeCode |
IcmpTypeCode.withCode(Integer code)
The ICMP code.
|
IcmpTypeCode |
IcmpTypeCode.withType(Integer type)
The ICMP type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkACLEntry.setIcmpTypeCode(IcmpTypeCode icmpTypeCode)
Defines the ICMP protocol that consists of the ICMP type and code.
|
NetworkACLEntry |
NetworkACLEntry.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
Defines the ICMP protocol that consists of the ICMP type and code.
|
Copyright © 2024. All rights reserved.