Uses of Class
software.amazon.awssdk.services.devicefarm.model.Run
-
Packages that use Run Package Description software.amazon.awssdk.services.devicefarm.model software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of Run in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return Run Modifier and Type Method Description RunGetRunResponse. run()The run to get results from.RunScheduleRunResponse. run()Information about the scheduled run.RunStopRunResponse. run()The run that was stopped.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type Run Modifier and Type Method Description List<Run>ListRunsResponse. runs()Information about the runs.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type Run Modifier and Type Method Description GetRunResponse.BuilderGetRunResponse.Builder. run(Run run)The run to get results from.ScheduleRunResponse.BuilderScheduleRunResponse.Builder. run(Run run)Information about the scheduled run.StopRunResponse.BuilderStopRunResponse.Builder. run(Run run)The run that was stopped.ListRunsResponse.BuilderListRunsResponse.Builder. runs(Run... runs)Information about the runs.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type Run Modifier and Type Method Description ListRunsResponse.BuilderListRunsResponse.Builder. runs(Collection<Run> runs)Information about the runs. -
Uses of Run in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type Run Modifier and Type Method Description SdkIterable<Run>ListRunsIterable. runs()Returns an iterable to iterate through the paginatedListRunsResponse.runs()member.SdkPublisher<Run>ListRunsPublisher. runs()Returns a publisher that can be used to get a stream of data.
-