Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListTestsRequest
-
Packages that use ListTestsRequest 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 software.amazon.awssdk.services.devicefarm.transform -
-
Uses of ListTestsRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type ListTestsRequest Modifier and Type Method Description default CompletableFuture<ListTestsResponse>DeviceFarmAsyncClient. listTests(ListTestsRequest listTestsRequest)Gets information about tests in a given test suite.default ListTestsResponseDeviceFarmClient. listTests(ListTestsRequest listTestsRequest)Gets information about tests in a given test suite.default ListTestsPublisherDeviceFarmAsyncClient. listTestsPaginator(ListTestsRequest listTestsRequest)Gets information about tests in a given test suite.default ListTestsIterableDeviceFarmClient. listTestsPaginator(ListTestsRequest listTestsRequest)Gets information about tests in a given test suite. -
Uses of ListTestsRequest in software.amazon.awssdk.services.devicefarm.paginators
Constructors in software.amazon.awssdk.services.devicefarm.paginators with parameters of type ListTestsRequest Constructor Description ListTestsIterable(DeviceFarmClient client, ListTestsRequest firstRequest)ListTestsPublisher(DeviceFarmAsyncClient client, ListTestsRequest firstRequest) -
Uses of ListTestsRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type ListTestsRequest Modifier and Type Method Description SdkHttpFullRequestListTestsRequestMarshaller. marshall(ListTestsRequest listTestsRequest)
-