| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
CapacityTaskSummary |
CapacityTaskSummary.clone() |
CapacityTaskSummary |
CapacityTaskSummary.withCapacityTaskId(String capacityTaskId)
The ID of the specified capacity task.
|
CapacityTaskSummary |
CapacityTaskSummary.withCapacityTaskStatus(CapacityTaskStatus capacityTaskStatus)
The status of the capacity task.
|
CapacityTaskSummary |
CapacityTaskSummary.withCapacityTaskStatus(String capacityTaskStatus)
The status of the capacity task.
|
CapacityTaskSummary |
CapacityTaskSummary.withCompletionDate(Date completionDate)
The date that the specified capacity task successfully ran.
|
CapacityTaskSummary |
CapacityTaskSummary.withCreationDate(Date creationDate)
The date that the specified capacity task was created.
|
CapacityTaskSummary |
CapacityTaskSummary.withLastModifiedDate(Date lastModifiedDate)
The date that the specified capacity was last modified.
|
CapacityTaskSummary |
CapacityTaskSummary.withOrderId(String orderId)
The ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
|
CapacityTaskSummary |
CapacityTaskSummary.withOutpostId(String outpostId)
The ID of the Outpost associated with the specified capacity task.
|
| Modifier and Type | Method and Description |
|---|---|
List<CapacityTaskSummary> |
ListCapacityTasksResult.getCapacityTasks()
Lists all the capacity tasks.
|
| Modifier and Type | Method and Description |
|---|---|
ListCapacityTasksResult |
ListCapacityTasksResult.withCapacityTasks(CapacityTaskSummary... capacityTasks)
Lists all the capacity tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCapacityTasksResult.setCapacityTasks(Collection<CapacityTaskSummary> capacityTasks)
Lists all the capacity tasks.
|
ListCapacityTasksResult |
ListCapacityTasksResult.withCapacityTasks(Collection<CapacityTaskSummary> capacityTasks)
Lists all the capacity tasks.
|
Copyright © 2025. All rights reserved.