| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
SimpleScalingPolicyConfiguration | 
SimpleScalingPolicyConfiguration.clone()  | 
SimpleScalingPolicyConfiguration | 
ScalingAction.getSimpleScalingPolicyConfiguration()
 The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the
 adjustment. 
 | 
SimpleScalingPolicyConfiguration | 
SimpleScalingPolicyConfiguration.withAdjustmentType(AdjustmentType adjustmentType)
 The way in which EC2 instances are added (if  
ScalingAdjustment is a positive number) or terminated
 (if ScalingAdjustment is a negative number) each time the scaling activity is triggered. | 
SimpleScalingPolicyConfiguration | 
SimpleScalingPolicyConfiguration.withAdjustmentType(String adjustmentType)
 The way in which EC2 instances are added (if  
ScalingAdjustment is a positive number) or terminated
 (if ScalingAdjustment is a negative number) each time the scaling activity is triggered. | 
SimpleScalingPolicyConfiguration | 
SimpleScalingPolicyConfiguration.withCoolDown(Integer coolDown)
 The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling
 activities can start. 
 | 
SimpleScalingPolicyConfiguration | 
SimpleScalingPolicyConfiguration.withScalingAdjustment(Integer scalingAdjustment)
 The amount by which to scale in or scale out, based on the specified  
AdjustmentType. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ScalingAction.setSimpleScalingPolicyConfiguration(SimpleScalingPolicyConfiguration simpleScalingPolicyConfiguration)
 The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the
 adjustment. 
 | 
ScalingAction | 
ScalingAction.withSimpleScalingPolicyConfiguration(SimpleScalingPolicyConfiguration simpleScalingPolicyConfiguration)
 The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the
 adjustment. 
 | 
Copyright © 2021. All rights reserved.