| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
LaunchActionRun |
LaunchActionRun.clone() |
LaunchActionRun |
LaunchActionRun.withAction(LaunchAction action)
Action.
|
LaunchActionRun |
LaunchActionRun.withFailureReason(String failureReason)
Failure reason.
|
LaunchActionRun |
LaunchActionRun.withRunId(String runId)
Run Id.
|
LaunchActionRun |
LaunchActionRun.withStatus(LaunchActionRunStatus status)
Run status.
|
LaunchActionRun |
LaunchActionRun.withStatus(String status)
Run status.
|
| Modifier and Type | Method and Description |
|---|---|
List<LaunchActionRun> |
LaunchActionsStatus.getRuns()
List of post launch action status.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchActionsStatus |
LaunchActionsStatus.withRuns(LaunchActionRun... runs)
List of post launch action status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LaunchActionsStatus.setRuns(Collection<LaunchActionRun> runs)
List of post launch action status.
|
LaunchActionsStatus |
LaunchActionsStatus.withRuns(Collection<LaunchActionRun> runs)
List of post launch action status.
|
Copyright © 2023. All rights reserved.