Uses of Interface
software.amazon.awscdk.services.ec2.CfnNetworkAclEntry.IcmpProperty
Packages that use CfnNetworkAclEntry.IcmpProperty
-
Uses of CfnNetworkAclEntry.IcmpProperty in software.amazon.awscdk.services.ec2
Classes in software.amazon.awscdk.services.ec2 that implement CfnNetworkAclEntry.IcmpPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnNetworkAclEntry.IcmpPropertyMethods in software.amazon.awscdk.services.ec2 that return CfnNetworkAclEntry.IcmpPropertyModifier and TypeMethodDescriptionCfnNetworkAclEntry.IcmpProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ec2 with parameters of type CfnNetworkAclEntry.IcmpPropertyModifier and TypeMethodDescriptionCfnNetworkAclEntry.Builder.icmp(CfnNetworkAclEntry.IcmpProperty icmp) The Internet Control Message Protocol (ICMP) code and type.CfnNetworkAclEntryProps.Builder.icmp(CfnNetworkAclEntry.IcmpProperty icmp) Sets the value ofCfnNetworkAclEntryProps.getIcmp()voidCfnNetworkAclEntry.setIcmp(CfnNetworkAclEntry.IcmpProperty value) The Internet Control Message Protocol (ICMP) code and type.