| Package | Description |
|---|---|
| com.amazonaws.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
ManagedScaling |
ManagedScaling.clone() |
ManagedScaling |
AutoScalingGroupProvider.getManagedScaling()
The managed scaling settings for the Auto Scaling group capacity provider.
|
ManagedScaling |
ManagedScaling.withMaximumScalingStepSize(Integer maximumScalingStepSize)
The maximum number of container instances that Amazon ECS will scale in or scale out at one time.
|
ManagedScaling |
ManagedScaling.withMinimumScalingStepSize(Integer minimumScalingStepSize)
The minimum number of container instances that Amazon ECS will scale in or scale out at one time.
|
ManagedScaling |
ManagedScaling.withStatus(ManagedScalingStatus status)
Whether or not to enable managed scaling for the capacity provider.
|
ManagedScaling |
ManagedScaling.withStatus(String status)
Whether or not to enable managed scaling for the capacity provider.
|
ManagedScaling |
ManagedScaling.withTargetCapacity(Integer targetCapacity)
The target capacity value for the capacity provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoScalingGroupProvider.setManagedScaling(ManagedScaling managedScaling)
The managed scaling settings for the Auto Scaling group capacity provider.
|
AutoScalingGroupProvider |
AutoScalingGroupProvider.withManagedScaling(ManagedScaling managedScaling)
The managed scaling settings for the Auto Scaling group capacity provider.
|
Copyright © 2020. All rights reserved.