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 container instances that Amazon ECS scales in or scales out at one time.
|
ManagedScaling |
ManagedScaling.withMinimumScalingStepSize(Integer minimumScalingStepSize)
The minimum number of container instances that Amazon ECS scales in or scales out at one time.
|
ManagedScaling |
ManagedScaling.withStatus(ManagedScalingStatus status)
Determines whether to enable managed scaling for the capacity provider.
|
ManagedScaling |
ManagedScaling.withStatus(String status)
Determines whether 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 |
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 © 2021. All rights reserved.