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 TypeMethodDescriptionvoidCreateNetworkAclEntryRequest.setIcmpTypeCode(IcmpTypeCode icmpTypeCode) ICMP protocol: The ICMP type and code.voidNetworkAclEntry.setIcmpTypeCode(IcmpTypeCode icmpTypeCode) ICMP protocol: The ICMP type and code.voidReplaceNetworkAclEntryRequest.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.