| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
Scale |
CreateTaskSetRequest.scale()
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
Scale |
TaskSet.scale()
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
Scale |
UpdateTaskSetRequest.scale()
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTaskSetRequest.Builder |
CreateTaskSetRequest.Builder.scale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
TaskSet.Builder |
TaskSet.Builder.scale(Scale scale)
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
|
UpdateTaskSetRequest.Builder |
UpdateTaskSetRequest.Builder.scale(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.