| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ScalingConstraints | ScalingConstraints. clone() | 
| ScalingConstraints | AutoScalingPolicy. getConstraints()
 The upper and lower EC2 instance limits for an automatic scaling policy. | 
| ScalingConstraints | AutoScalingPolicyDescription. getConstraints()
 The upper and lower EC2 instance limits for an automatic scaling policy. | 
| ScalingConstraints | ScalingConstraints. withMaxCapacity(Integer maxCapacity)
 The upper boundary of EC2 instances in an instance group beyond which scaling activities are not allowed to grow. | 
| ScalingConstraints | ScalingConstraints. withMinCapacity(Integer minCapacity)
 The lower boundary of EC2 instances in an instance group below which scaling activities are not allowed to
 shrink. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AutoScalingPolicy. setConstraints(ScalingConstraints constraints)
 The upper and lower EC2 instance limits for an automatic scaling policy. | 
| void | AutoScalingPolicyDescription. setConstraints(ScalingConstraints constraints)
 The upper and lower EC2 instance limits for an automatic scaling policy. | 
| AutoScalingPolicy | AutoScalingPolicy. withConstraints(ScalingConstraints constraints)
 The upper and lower EC2 instance limits for an automatic scaling policy. | 
| AutoScalingPolicyDescription | AutoScalingPolicyDescription. withConstraints(ScalingConstraints constraints)
 The upper and lower EC2 instance limits for an automatic scaling policy. | 
Copyright © 2017. All rights reserved.