Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Scale |
Scale.clone() |
Scale |
CreateTaskSetRequest.getScale()
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
Scale |
TaskSet.getScale()
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
Scale |
UpdateTaskSetRequest.getScale()
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
Scale |
Scale.withUnit(ScaleUnit unit)
The unit of measure for the scale value.
|
Scale |
Scale.withUnit(String unit)
The unit of measure for the scale value.
|
Scale |
Scale.withValue(Double value)
The value, specified as a percent total of a service's
desiredCount , to scale the task set. |
Modifier and Type | Method and Description |
---|---|
void |
CreateTaskSetRequest.setScale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
void |
TaskSet.setScale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
void |
UpdateTaskSetRequest.setScale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
CreateTaskSetRequest |
CreateTaskSetRequest.withScale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
TaskSet |
TaskSet.withScale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
UpdateTaskSetRequest |
UpdateTaskSetRequest.withScale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
Copyright © 2021. All rights reserved.