| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model | |
| software.amazon.awssdk.services.batch.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
ListJobsResponse.jobSummaryList()
A list of job summaries that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobSummaryList(JobSummary... jobSummaryList)
A list of job summaries that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobSummaryList(Collection<JobSummary> jobSummaryList)
A list of job summaries that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<JobSummary> |
ListJobsIterable.jobSummaryList()
Returns an iterable to iterate through the paginated
ListJobsResponse.jobSummaryList() member. |
SdkPublisher<JobSummary> |
ListJobsPublisher.jobSummaryList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.