Uses of Interface
software.amazon.awscdk.services.ses.CfnMailManagerIngressPoint.NetworkConfigurationProperty
Packages that use CfnMailManagerIngressPoint.NetworkConfigurationProperty
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnMailManagerIngressPoint.NetworkConfigurationProperty in software.amazon.awscdk.services.ses
Classes in software.amazon.awscdk.services.ses that implement CfnMailManagerIngressPoint.NetworkConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnMailManagerIngressPoint.NetworkConfigurationPropertyMethods in software.amazon.awscdk.services.ses that return CfnMailManagerIngressPoint.NetworkConfigurationPropertyModifier and TypeMethodDescriptionCfnMailManagerIngressPoint.NetworkConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.ses with parameters of type CfnMailManagerIngressPoint.NetworkConfigurationPropertyModifier and TypeMethodDescriptionCfnMailManagerIngressPoint.Builder.networkConfiguration(CfnMailManagerIngressPoint.NetworkConfigurationProperty networkConfiguration) The network type (IPv4-only, Dual-Stack, PrivateLink) of the ingress endpoint resource.CfnMailManagerIngressPointProps.Builder.networkConfiguration(CfnMailManagerIngressPoint.NetworkConfigurationProperty networkConfiguration) Sets the value ofCfnMailManagerIngressPointProps.getNetworkConfiguration()voidCfnMailManagerIngressPoint.setNetworkConfiguration(CfnMailManagerIngressPoint.NetworkConfigurationProperty value) The network type (IPv4-only, Dual-Stack, PrivateLink) of the ingress endpoint resource.