| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.paginators |
| Modifier and Type | Method and Description |
|---|---|
Run |
StopRunResponse.run()
The run that was stopped.
|
Run |
ScheduleRunResponse.run()
Information about the scheduled run.
|
Run |
GetRunResponse.run()
The run to get results from.
|
| Modifier and Type | Method and Description |
|---|---|
List<Run> |
ListRunsResponse.runs()
Information about the runs.
|
| Modifier and Type | Method and Description |
|---|---|
StopRunResponse.Builder |
StopRunResponse.Builder.run(Run run)
The run that was stopped.
|
ScheduleRunResponse.Builder |
ScheduleRunResponse.Builder.run(Run run)
Information about the scheduled run.
|
GetRunResponse.Builder |
GetRunResponse.Builder.run(Run run)
The run to get results from.
|
ListRunsResponse.Builder |
ListRunsResponse.Builder.runs(Run... runs)
Information about the runs.
|
| Modifier and Type | Method and Description |
|---|---|
ListRunsResponse.Builder |
ListRunsResponse.Builder.runs(Collection<Run> runs)
Information about the runs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Run> |
ListRunsPublisher.runs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Run> |
ListRunsIterable.runs()
Returns an iterable to iterate through the paginated
ListRunsResponse.runs() member. |
Copyright © 2021. All rights reserved.