| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
CapacityTaskFailure |
CapacityTaskFailure.clone() |
CapacityTaskFailure |
GetCapacityTaskResult.getFailed()
Reason why the capacity task failed.
|
CapacityTaskFailure |
StartCapacityTaskResult.getFailed()
Reason that the specified capacity task failed.
|
CapacityTaskFailure |
CapacityTaskFailure.withReason(String reason)
The reason that the specified capacity task failed.
|
CapacityTaskFailure |
CapacityTaskFailure.withType(CapacityTaskFailureType type)
The type of failure.
|
CapacityTaskFailure |
CapacityTaskFailure.withType(String type)
The type of failure.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCapacityTaskResult.setFailed(CapacityTaskFailure failed)
Reason why the capacity task failed.
|
void |
StartCapacityTaskResult.setFailed(CapacityTaskFailure failed)
Reason that the specified capacity task failed.
|
GetCapacityTaskResult |
GetCapacityTaskResult.withFailed(CapacityTaskFailure failed)
Reason why the capacity task failed.
|
StartCapacityTaskResult |
StartCapacityTaskResult.withFailed(CapacityTaskFailure failed)
Reason that the specified capacity task failed.
|
Copyright © 2024. All rights reserved.