Uses of Class
software.amazon.awssdk.services.ecs.model.ProtectedTask
-
Packages that use ProtectedTask Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ProtectedTask in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ProtectedTask Modifier and Type Method Description List<ProtectedTask>GetTaskProtectionResponse. protectedTasks()A list of tasks with the following information.List<ProtectedTask>UpdateTaskProtectionResponse. protectedTasks()A list of tasks with the following information.Methods in software.amazon.awssdk.services.ecs.model with parameters of type ProtectedTask Modifier and Type Method Description GetTaskProtectionResponse.BuilderGetTaskProtectionResponse.Builder. protectedTasks(ProtectedTask... protectedTasks)A list of tasks with the following information.UpdateTaskProtectionResponse.BuilderUpdateTaskProtectionResponse.Builder. protectedTasks(ProtectedTask... protectedTasks)A list of tasks with the following information.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type ProtectedTask Modifier and Type Method Description GetTaskProtectionResponse.BuilderGetTaskProtectionResponse.Builder. protectedTasks(Collection<ProtectedTask> protectedTasks)A list of tasks with the following information.UpdateTaskProtectionResponse.BuilderUpdateTaskProtectionResponse.Builder. protectedTasks(Collection<ProtectedTask> protectedTasks)A list of tasks with the following information.
-