Uses of Enum
software.amazon.awssdk.services.sesv2.model.ScalingMode
Packages that use ScalingMode
-
Uses of ScalingMode in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ScalingModeModifier and TypeMethodDescriptionstatic ScalingModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ScalingModeCreateDedicatedIpPoolRequest.scalingMode()The type of scaling mode.final ScalingModeDedicatedIpPool.scalingMode()The type of the dedicated IP pool.final ScalingModePutDedicatedIpPoolScalingAttributesRequest.scalingMode()The scaling mode to apply to the dedicated IP pool.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.awssdk.services.sesv2.model that return types with arguments of type ScalingModeMethods in software.amazon.awssdk.services.sesv2.model with parameters of type ScalingModeModifier and TypeMethodDescriptionCreateDedicatedIpPoolRequest.Builder.scalingMode(ScalingMode scalingMode) The type of scaling mode.DedicatedIpPool.Builder.scalingMode(ScalingMode scalingMode) The type of the dedicated IP pool.PutDedicatedIpPoolScalingAttributesRequest.Builder.scalingMode(ScalingMode scalingMode) The scaling mode to apply to the dedicated IP pool.