Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ProtectedTask |
ProtectedTask.clone() |
ProtectedTask |
ProtectedTask.withExpirationDate(Date expirationDate)
The epoch time when protection for the task will expire.
|
ProtectedTask |
ProtectedTask.withProtectionEnabled(Boolean protectionEnabled)
The protection status of the task.
|
ProtectedTask |
ProtectedTask.withTaskArn(String taskArn)
The task ARN.
|
Modifier and Type | Method and Description |
---|---|
List<ProtectedTask> |
GetTaskProtectionResult.getProtectedTasks()
A list of tasks with the following information.
|
List<ProtectedTask> |
UpdateTaskProtectionResult.getProtectedTasks()
A list of tasks with the following information.
|
Modifier and Type | Method and Description |
---|---|
GetTaskProtectionResult |
GetTaskProtectionResult.withProtectedTasks(ProtectedTask... protectedTasks)
A list of tasks with the following information.
|
UpdateTaskProtectionResult |
UpdateTaskProtectionResult.withProtectedTasks(ProtectedTask... protectedTasks)
A list of tasks with the following information.
|
Modifier and Type | Method and Description |
---|---|
void |
GetTaskProtectionResult.setProtectedTasks(Collection<ProtectedTask> protectedTasks)
A list of tasks with the following information.
|
void |
UpdateTaskProtectionResult.setProtectedTasks(Collection<ProtectedTask> protectedTasks)
A list of tasks with the following information.
|
GetTaskProtectionResult |
GetTaskProtectionResult.withProtectedTasks(Collection<ProtectedTask> protectedTasks)
A list of tasks with the following information.
|
UpdateTaskProtectionResult |
UpdateTaskProtectionResult.withProtectedTasks(Collection<ProtectedTask> protectedTasks)
A list of tasks with the following information.
|
Copyright © 2023. All rights reserved.