| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
EksAttemptContainerDetail |
EksAttemptContainerDetail.clone() |
EksAttemptContainerDetail |
EksAttemptContainerDetail.withExitCode(Integer exitCode)
The exit code for the job attempt.
|
EksAttemptContainerDetail |
EksAttemptContainerDetail.withReason(String reason)
A short (255 max characters) human-readable string to provide additional details for a running or stopped
container.
|
| Modifier and Type | Method and Description |
|---|---|
List<EksAttemptContainerDetail> |
EksAttemptDetail.getContainers()
The details for the final status of the containers for this job attempt.
|
| Modifier and Type | Method and Description |
|---|---|
EksAttemptDetail |
EksAttemptDetail.withContainers(EksAttemptContainerDetail... containers)
The details for the final status of the containers for this job attempt.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EksAttemptDetail.setContainers(Collection<EksAttemptContainerDetail> containers)
The details for the final status of the containers for this job attempt.
|
EksAttemptDetail |
EksAttemptDetail.withContainers(Collection<EksAttemptContainerDetail> containers)
The details for the final status of the containers for this job attempt.
|
Copyright © 2024. All rights reserved.