Uses of Enum
software.amazon.awscdk.services.ses.ScalingMode
Packages that use ScalingMode
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of ScalingMode in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return ScalingModeModifier and TypeMethodDescriptiondefault ScalingModeDedicatedIpPoolProps.getScalingMode()The type of scailing mode to use for this IP pool.final ScalingModeDedicatedIpPoolProps.Jsii$Proxy.getScalingMode()static ScalingModeReturns the enum constant of this type with the specified name.static ScalingMode[]ScalingMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ses with parameters of type ScalingModeModifier and TypeMethodDescriptionDedicatedIpPool.Builder.scalingMode(ScalingMode scalingMode) The type of scailing mode to use for this IP pool.DedicatedIpPoolProps.Builder.scalingMode(ScalingMode scalingMode) Sets the value ofDedicatedIpPoolProps.getScalingMode()