Uses of Class
software.amazon.awssdk.services.securityhub.model.IcmpTypeCode
-
Packages that use IcmpTypeCode Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of IcmpTypeCode in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return IcmpTypeCode Modifier and Type Method Description IcmpTypeCodeAwsEc2NetworkAclEntry. icmpTypeCode()The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type IcmpTypeCode Modifier and Type Method Description AwsEc2NetworkAclEntry.BuilderAwsEc2NetworkAclEntry.Builder. icmpTypeCode(IcmpTypeCode icmpTypeCode)The Internet Control Message Protocol (ICMP) type and code for which to deny or allow access.
-