Uses of Class
software.amazon.awssdk.services.ec2.model.IcmpTypeCode
-
Packages that use IcmpTypeCode Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of IcmpTypeCode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IcmpTypeCode Modifier and Type Method Description IcmpTypeCodeCreateNetworkAclEntryRequest. icmpTypeCode()ICMP protocol: The ICMP or ICMPv6 type and code.IcmpTypeCodeNetworkAclEntry. icmpTypeCode()ICMP protocol: The ICMP type and code.IcmpTypeCodeReplaceNetworkAclEntryRequest. icmpTypeCode()ICMP protocol: The ICMP or ICMPv6 type and code.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IcmpTypeCode Modifier and Type Method Description CreateNetworkAclEntryRequest.BuilderCreateNetworkAclEntryRequest.Builder. icmpTypeCode(IcmpTypeCode icmpTypeCode)ICMP protocol: The ICMP or ICMPv6 type and code.NetworkAclEntry.BuilderNetworkAclEntry.Builder. icmpTypeCode(IcmpTypeCode icmpTypeCode)ICMP protocol: The ICMP type and code.ReplaceNetworkAclEntryRequest.BuilderReplaceNetworkAclEntryRequest.Builder. icmpTypeCode(IcmpTypeCode icmpTypeCode)ICMP protocol: The ICMP or ICMPv6 type and code.
-