| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model | |
| software.amazon.awssdk.services.dataexchange.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<JobEntry> |
ListJobsResponse.jobs()
The jobs listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobs(JobEntry... jobs)
The jobs listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobsResponse.Builder |
ListJobsResponse.Builder.jobs(Collection<JobEntry> jobs)
The jobs listed by the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<JobEntry> |
ListJobsPublisher.jobs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<JobEntry> |
ListJobsIterable.jobs()
Returns an iterable to iterate through the paginated
ListJobsResponse.jobs() member. |
Copyright © 2023. All rights reserved.