Uses of Interface
software.amazon.awscdk.services.ses.IDedicatedIpPool
Packages that use IDedicatedIpPool
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of IDedicatedIpPool in software.amazon.awscdk.services.ses
Subinterfaces of IDedicatedIpPool in software.amazon.awscdk.services.sesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDedicatedIpPool.Classes in software.amazon.awscdk.services.ses that implement IDedicatedIpPoolModifier and TypeClassDescriptionclassA dedicated IP pool.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ses that return IDedicatedIpPoolModifier and TypeMethodDescriptionstatic IDedicatedIpPoolDedicatedIpPool.fromDedicatedIpPoolName(software.constructs.Construct scope, String id, String dedicatedIpPoolName) Use an existing dedicated IP pool.default IDedicatedIpPoolConfigurationSetProps.getDedicatedIpPool()The dedicated IP pool to associate with the configuration set.final IDedicatedIpPoolConfigurationSetProps.Jsii$Proxy.getDedicatedIpPool()Methods in software.amazon.awscdk.services.ses with parameters of type IDedicatedIpPoolModifier and TypeMethodDescriptionConfigurationSet.Builder.dedicatedIpPool(IDedicatedIpPool dedicatedIpPool) The dedicated IP pool to associate with the configuration set.ConfigurationSetProps.Builder.dedicatedIpPool(IDedicatedIpPool dedicatedIpPool) Sets the value ofConfigurationSetProps.getDedicatedIpPool()