Uses of Class
com.amazonaws.services.ec2.model.IcmpTypeCode
Packages that use IcmpTypeCode
-
Uses of IcmpTypeCode in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return IcmpTypeCodeModifier and TypeMethodDescriptionIcmpTypeCode.clone()
CreateNetworkAclEntryRequest.getIcmpTypeCode()
ICMP protocol: The ICMP type and code.NetworkAclEntry.getIcmpTypeCode()
ICMP protocol: The ICMP type and code.ReplaceNetworkAclEntryRequest.getIcmpTypeCode()
ICMP protocol: The ICMP type and code.The ICMP type.The ICMP code.Methods in com.amazonaws.services.ec2.model with parameters of type IcmpTypeCodeModifier and TypeMethodDescriptionvoid
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.withIcmpTypeCode
(IcmpTypeCode icmpTypeCode) ICMP protocol: The ICMP type and code.NetworkAclEntry.withIcmpTypeCode
(IcmpTypeCode icmpTypeCode) ICMP protocol: The ICMP type and code.ReplaceNetworkAclEntryRequest.withIcmpTypeCode
(IcmpTypeCode icmpTypeCode) ICMP protocol: The ICMP type and code.