Uses of Class
software.amazon.awssdk.services.sesv2.model.ScalingMode
-
Packages that use ScalingMode Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ScalingMode in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ScalingMode Modifier and Type Method Description static ScalingModeScalingMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScalingModeCreateDedicatedIpPoolRequest. scalingMode()The type of scaling mode.ScalingModeDedicatedIpPool. scalingMode()The type of the dedicated IP pool.ScalingModePutDedicatedIpPoolScalingAttributesRequest. scalingMode()The scaling mode to apply to the dedicated IP pool.static ScalingModeScalingMode. valueOf(String name)Returns 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 ScalingMode Modifier and Type Method Description static Set<ScalingMode>ScalingMode. knownValues()Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ScalingMode Modifier and Type Method Description CreateDedicatedIpPoolRequest.BuilderCreateDedicatedIpPoolRequest.Builder. scalingMode(ScalingMode scalingMode)The type of scaling mode.DedicatedIpPool.BuilderDedicatedIpPool.Builder. scalingMode(ScalingMode scalingMode)The type of the dedicated IP pool.PutDedicatedIpPoolScalingAttributesRequest.BuilderPutDedicatedIpPoolScalingAttributesRequest.Builder. scalingMode(ScalingMode scalingMode)The scaling mode to apply to the dedicated IP pool.
-