Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
ScalingRule |
ScalingRule.clone() |
ScalingRule |
ScalingRule.withAction(ScalingAction action)
The conditions that trigger an automatic scaling activity.
|
ScalingRule |
ScalingRule.withDescription(String description)
A friendly, more verbose description of the automatic scaling rule.
|
ScalingRule |
ScalingRule.withName(String name)
The name used to identify an automatic scaling rule.
|
ScalingRule |
ScalingRule.withTrigger(ScalingTrigger trigger)
The CloudWatch alarm definition that determines when automatic scaling activity is triggered.
|
Modifier and Type | Method and Description |
---|---|
List<ScalingRule> |
AutoScalingPolicyDescription.getRules()
The scale-in and scale-out rules that comprise the automatic scaling policy.
|
List<ScalingRule> |
AutoScalingPolicy.getRules()
The scale-in and scale-out rules that comprise the automatic scaling policy.
|
Modifier and Type | Method and Description |
---|---|
AutoScalingPolicyDescription |
AutoScalingPolicyDescription.withRules(ScalingRule... rules)
The scale-in and scale-out rules that comprise the automatic scaling policy.
|
AutoScalingPolicy |
AutoScalingPolicy.withRules(ScalingRule... rules)
The scale-in and scale-out rules that comprise the automatic scaling policy.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoScalingPolicyDescription.setRules(Collection<ScalingRule> rules)
The scale-in and scale-out rules that comprise the automatic scaling policy.
|
void |
AutoScalingPolicy.setRules(Collection<ScalingRule> rules)
The scale-in and scale-out rules that comprise the automatic scaling policy.
|
AutoScalingPolicyDescription |
AutoScalingPolicyDescription.withRules(Collection<ScalingRule> rules)
The scale-in and scale-out rules that comprise the automatic scaling policy.
|
AutoScalingPolicy |
AutoScalingPolicy.withRules(Collection<ScalingRule> rules)
The scale-in and scale-out rules that comprise the automatic scaling policy.
|
Copyright © 2024. All rights reserved.