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