Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
IcmpTypeCode |
IcmpTypeCode.clone() |
IcmpTypeCode |
CreateNetworkAclEntryRequest.getIcmpTypeCode()
ICMP protocol: The ICMP type and code.
|
IcmpTypeCode |
NetworkAclEntry.getIcmpTypeCode()
ICMP protocol: The ICMP type and code.
|
IcmpTypeCode |
ReplaceNetworkAclEntryRequest.getIcmpTypeCode()
ICMP protocol: The ICMP type and code.
|
IcmpTypeCode |
IcmpTypeCode.withCode(Integer code)
The ICMP type.
|
IcmpTypeCode |
IcmpTypeCode.withType(Integer type)
The ICMP code.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateNetworkAclEntryRequest.setIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
void |
NetworkAclEntry.setIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
void |
ReplaceNetworkAclEntryRequest.setIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
CreateNetworkAclEntryRequest |
CreateNetworkAclEntryRequest.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
NetworkAclEntry |
NetworkAclEntry.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code.
|
Copyright © 2018. All rights reserved.