| Package | Description |
|---|---|
| software.amazon.awssdk.services.braket.model | |
| software.amazon.awssdk.services.braket.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<JobSummary> |
SearchJobsResponse.jobs()
An array of
JobSummary objects for devices that match the specified filter values. |
| Modifier and Type | Method and Description |
|---|---|
SearchJobsResponse.Builder |
SearchJobsResponse.Builder.jobs(JobSummary... jobs)
An array of
JobSummary objects for devices that match the specified filter values. |
| Modifier and Type | Method and Description |
|---|---|
SearchJobsResponse.Builder |
SearchJobsResponse.Builder.jobs(Collection<JobSummary> jobs)
An array of
JobSummary objects for devices that match the specified filter values. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<JobSummary> |
SearchJobsIterable.jobs()
Returns an iterable to iterate through the paginated
SearchJobsResponse.jobs() member. |
SdkPublisher<JobSummary> |
SearchJobsPublisher.jobs()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.