| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
JobSummary |
JobSummary.clone() |
JobSummary |
JobSummary.withJobId(String jobId)
The ID of the job.
|
JobSummary |
JobSummary.withJobName(String jobName)
The name of the job.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListJobsResult.getJobSummaryList()
A list of job summaries that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResult |
ListJobsResult.withJobSummaryList(JobSummary... jobSummaryList)
A list of job summaries that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsResult.setJobSummaryList(Collection<JobSummary> jobSummaryList)
A list of job summaries that match the request.
|
ListJobsResult |
ListJobsResult.withJobSummaryList(Collection<JobSummary> jobSummaryList)
A list of job summaries that match the request.
|
Copyright © 2017. All rights reserved.