| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
TaskSummary |
TaskSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
TaskSummary |
TaskSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
TaskSummary |
TaskSummary.clone() |
TaskSummary |
TaskSummary.withState(String state)
The state of the task assigned to one or many devices.
|
TaskSummary |
TaskSummary.withState(TaskState state)
The state of the task assigned to one or many devices.
|
TaskSummary |
TaskSummary.withTags(Map<String,String> tags)
Optional metadata that you assign to a resource.
|
TaskSummary |
TaskSummary.withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
|
TaskSummary |
TaskSummary.withTaskId(String taskId)
The task ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaskSummary> |
ListTasksResult.getTasks()
A list of task structures containing details about each task.
|
| Modifier and Type | Method and Description |
|---|---|
ListTasksResult |
ListTasksResult.withTasks(TaskSummary... tasks)
A list of task structures containing details about each task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTasksResult.setTasks(Collection<TaskSummary> tasks)
A list of task structures containing details about each task.
|
ListTasksResult |
ListTasksResult.withTasks(Collection<TaskSummary> tasks)
A list of task structures containing details about each task.
|
Copyright © 2021. All rights reserved.