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 IcmpTypeCodeIcmpTypeCode. clone()IcmpTypeCodeCreateNetworkAclEntryRequest. getIcmpTypeCode()ICMP protocol: The ICMP type and code.IcmpTypeCodeNetworkAclEntry. getIcmpTypeCode()ICMP protocol: The ICMP type and code.IcmpTypeCodeReplaceNetworkAclEntryRequest. getIcmpTypeCode()ICMP protocol: The ICMP type and code.IcmpTypeCodeIcmpTypeCode. withCode(Integer code)The ICMP type.IcmpTypeCodeIcmpTypeCode. withType(Integer type)The ICMP code.Methods in com.amazonaws.services.ec2.model with parameters of type IcmpTypeCode Modifier and Type Method Description voidCreateNetworkAclEntryRequest. 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.CreateNetworkAclEntryRequestCreateNetworkAclEntryRequest. withIcmpTypeCode(IcmpTypeCode icmpTypeCode)ICMP protocol: The ICMP type and code.NetworkAclEntryNetworkAclEntry. withIcmpTypeCode(IcmpTypeCode icmpTypeCode)ICMP protocol: The ICMP type and code.ReplaceNetworkAclEntryRequestReplaceNetworkAclEntryRequest. withIcmpTypeCode(IcmpTypeCode icmpTypeCode)ICMP protocol: The ICMP type and code.
-