Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListRunsResponse
-
Packages that use ListRunsResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for:software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of ListRunsResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListRunsResponse Modifier and Type Method Description default ListRunsResponseDeviceFarmClient. listRuns(Consumer<ListRunsRequest.Builder> listRunsRequest)Gets information about runs, given an AWS Device Farm project ARN.default ListRunsResponseDeviceFarmClient. listRuns(ListRunsRequest listRunsRequest)Gets information about runs, given an AWS Device Farm project ARN.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListRunsResponse Modifier and Type Method Description default CompletableFuture<ListRunsResponse>DeviceFarmAsyncClient. listRuns(Consumer<ListRunsRequest.Builder> listRunsRequest)Gets information about runs, given an AWS Device Farm project ARN.default CompletableFuture<ListRunsResponse>DeviceFarmAsyncClient. listRuns(ListRunsRequest listRunsRequest)Gets information about runs, given an AWS Device Farm project ARN. -
Uses of ListRunsResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type ListRunsResponse Modifier and Type Method Description Iterator<ListRunsResponse>ListRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.devicefarm.paginators with type arguments of type ListRunsResponse Modifier and Type Method Description voidListRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRunsResponse> subscriber)
-