| Package | Description |
|---|---|
| com.amazonaws.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ExecutionSummary |
ExecutionSummary.clone() |
ExecutionSummary |
ExecutionSummary.withExecutionId(String executionId)
The ID of the execution.
|
ExecutionSummary |
ExecutionSummary.withManagedDeviceId(String managedDeviceId)
The ID of the managed device that the task is being executed on.
|
ExecutionSummary |
ExecutionSummary.withState(ExecutionState state)
The state of the execution.
|
ExecutionSummary |
ExecutionSummary.withState(String state)
The state of the execution.
|
ExecutionSummary |
ExecutionSummary.withTaskId(String taskId)
The ID of the task.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExecutionSummary> |
ListExecutionsResult.getExecutions()
A list of executions.
|
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResult |
ListExecutionsResult.withExecutions(ExecutionSummary... executions)
A list of executions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExecutionsResult.setExecutions(Collection<ExecutionSummary> executions)
A list of executions.
|
ListExecutionsResult |
ListExecutionsResult.withExecutions(Collection<ExecutionSummary> executions)
A list of executions.
|
Copyright © 2021. All rights reserved.