Uses of Interface
software.amazon.awscdk.services.ec2.CfnNetworkAclEntry.IcmpProperty
-
Uses of CfnNetworkAclEntry.IcmpProperty in software.amazon.awscdk.services.ec2
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnNetworkAclEntry.IcmpProperty
Modifier and TypeMethodDescriptionCfnNetworkAclEntry.IcmpProperty.Builder.build()
Builds the configured instance.Modifier 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()
void
CfnNetworkAclEntry.setIcmp
(CfnNetworkAclEntry.IcmpProperty value) The Internet Control Message Protocol (ICMP) code and type.