Uses of Class
com.amazonaws.services.ec2.model.IcmpTypeCode
-
Packages that use IcmpTypeCode Package Description com.amazonaws.services.ec2.model -
-
Uses of IcmpTypeCode in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return IcmpTypeCode Modifier and Type Method 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.Methods in com.amazonaws.services.ec2.model with parameters of type IcmpTypeCode Modifier and Type Method 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.
-