| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<ProtectedTask> |
UpdateTaskProtectionResponse.protectedTasks()
A list of tasks with the following information.
|
List<ProtectedTask> |
GetTaskProtectionResponse.protectedTasks()
A list of tasks with the following information.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTaskProtectionResponse.Builder |
UpdateTaskProtectionResponse.Builder.protectedTasks(ProtectedTask... protectedTasks)
A list of tasks with the following information.
|
GetTaskProtectionResponse.Builder |
GetTaskProtectionResponse.Builder.protectedTasks(ProtectedTask... protectedTasks)
A list of tasks with the following information.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTaskProtectionResponse.Builder |
UpdateTaskProtectionResponse.Builder.protectedTasks(Collection<ProtectedTask> protectedTasks)
A list of tasks with the following information.
|
GetTaskProtectionResponse.Builder |
GetTaskProtectionResponse.Builder.protectedTasks(Collection<ProtectedTask> protectedTasks)
A list of tasks with the following information.
|
Copyright © 2022. All rights reserved.