| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
TargetTrackingScalingPolicyConfiguration |
TargetTrackingScalingPolicyConfiguration.clone() |
TargetTrackingScalingPolicyConfiguration |
AutoScalingPolicy.getTargetTrackingScalingPolicyConfiguration()
Auto scaling scales up capacity automatically when traffic exceeds this target utilization rate, and then back
down when it falls below the target.
|
TargetTrackingScalingPolicyConfiguration |
TargetTrackingScalingPolicyConfiguration.withDisableScaleIn(Boolean disableScaleIn)
Specifies if
scale-in is enabled. |
TargetTrackingScalingPolicyConfiguration |
TargetTrackingScalingPolicyConfiguration.withScaleInCooldown(Integer scaleInCooldown)
Specifies a
scale-in cool down period. |
TargetTrackingScalingPolicyConfiguration |
TargetTrackingScalingPolicyConfiguration.withScaleOutCooldown(Integer scaleOutCooldown)
Specifies a scale out cool down period.
|
TargetTrackingScalingPolicyConfiguration |
TargetTrackingScalingPolicyConfiguration.withTargetValue(Double targetValue)
Specifies the target value for the target tracking auto scaling policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoScalingPolicy.setTargetTrackingScalingPolicyConfiguration(TargetTrackingScalingPolicyConfiguration targetTrackingScalingPolicyConfiguration)
Auto scaling scales up capacity automatically when traffic exceeds this target utilization rate, and then back
down when it falls below the target.
|
AutoScalingPolicy |
AutoScalingPolicy.withTargetTrackingScalingPolicyConfiguration(TargetTrackingScalingPolicyConfiguration targetTrackingScalingPolicyConfiguration)
Auto scaling scales up capacity automatically when traffic exceeds this target utilization rate, and then back
down when it falls below the target.
|
Copyright © 2024. All rights reserved.