| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerSummary |
ContainerSummary.clone() |
ContainerSummary |
JobSummary.getContainer()
An object representing the details of the container that's associated with the job.
|
ContainerSummary |
ContainerSummary.withExitCode(Integer exitCode)
The exit code to return upon completion.
|
ContainerSummary |
ContainerSummary.withReason(String reason)
A short (255 max characters) human-readable string to provide additional details about a running or stopped
container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobSummary.setContainer(ContainerSummary container)
An object representing the details of the container that's associated with the job.
|
JobSummary |
JobSummary.withContainer(ContainerSummary container)
An object representing the details of the container that's associated with the job.
|
Copyright © 2021. All rights reserved.