Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ManagedScaling |
ManagedScaling.clone() |
ManagedScaling |
AutoScalingGroupProviderUpdate.getManagedScaling()
The managed scaling settings for the Auto Scaling group capacity provider.
|
ManagedScaling |
AutoScalingGroupProvider.getManagedScaling()
The managed scaling settings for the Auto Scaling group capacity provider.
|
ManagedScaling |
ManagedScaling.withInstanceWarmupPeriod(Integer instanceWarmupPeriod)
The period of time, in seconds, after a newly launched Amazon EC2 instance can contribute to CloudWatch metrics
for Auto Scaling group.
|
ManagedScaling |
ManagedScaling.withMaximumScalingStepSize(Integer maximumScalingStepSize)
The maximum number of Amazon EC2 instances that Amazon ECS will scale out at one time.
|
ManagedScaling |
ManagedScaling.withMinimumScalingStepSize(Integer minimumScalingStepSize)
The minimum number of Amazon EC2 instances that Amazon ECS will scale out at one time.
|
ManagedScaling |
ManagedScaling.withStatus(ManagedScalingStatus status)
Determines whether to use managed scaling for the capacity provider.
|
ManagedScaling |
ManagedScaling.withStatus(String status)
Determines whether to use managed scaling for the capacity provider.
|
ManagedScaling |
ManagedScaling.withTargetCapacity(Integer targetCapacity)
The target capacity utilization as a percentage for the capacity provider.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoScalingGroupProviderUpdate.setManagedScaling(ManagedScaling managedScaling)
The managed scaling settings for the Auto Scaling group capacity provider.
|
void |
AutoScalingGroupProvider.setManagedScaling(ManagedScaling managedScaling)
The managed scaling settings for the Auto Scaling group capacity provider.
|
AutoScalingGroupProviderUpdate |
AutoScalingGroupProviderUpdate.withManagedScaling(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 © 2023. All rights reserved.