Uses of Class
software.amazon.awssdk.services.ecs.model.Scale
-
Packages that use Scale Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Scale in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return Scale Modifier and Type Method Description ScaleCreateTaskSetRequest. scale()A floating-point percentage of the desired number of tasks to place and keep running in the task set.ScaleTaskSet. scale()A floating-point percentage of your desired number of tasks to place and keep running in the task set.ScaleUpdateTaskSetRequest. scale()A floating-point percentage of the desired number of tasks to place and keep running in the task set.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Scale Modifier and Type Method Description CreateTaskSetRequest.BuilderCreateTaskSetRequest.Builder. scale(Scale scale)A floating-point percentage of the desired number of tasks to place and keep running in the task set.TaskSet.BuilderTaskSet.Builder. scale(Scale scale)A floating-point percentage of your desired number of tasks to place and keep running in the task set.UpdateTaskSetRequest.BuilderUpdateTaskSetRequest.Builder. scale(Scale scale)A floating-point percentage of the desired number of tasks to place and keep running in the task set.
-