Uses of Class
software.amazon.awssdk.services.ec2.model.IcmpTypeCode
Packages that use IcmpTypeCode
-
Uses of IcmpTypeCode in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IcmpTypeCodeModifier and TypeMethodDescriptionfinal IcmpTypeCodeCreateNetworkAclEntryRequest.icmpTypeCode()ICMP protocol: The ICMP or ICMPv6 type and code.final IcmpTypeCodeNetworkAclEntry.icmpTypeCode()ICMP protocol: The ICMP type and code.final IcmpTypeCodeReplaceNetworkAclEntryRequest.icmpTypeCode()ICMP protocol: The ICMP or ICMPv6 type and code.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IcmpTypeCodeModifier and TypeMethodDescriptionCreateNetworkAclEntryRequest.Builder.icmpTypeCode(IcmpTypeCode icmpTypeCode) ICMP protocol: The ICMP or ICMPv6 type and code.NetworkAclEntry.Builder.icmpTypeCode(IcmpTypeCode icmpTypeCode) ICMP protocol: The ICMP type and code.ReplaceNetworkAclEntryRequest.Builder.icmpTypeCode(IcmpTypeCode icmpTypeCode) ICMP protocol: The ICMP or ICMPv6 type and code.