Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListTestGridProjectsResponse
-
Packages that use ListTestGridProjectsResponse 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 ListTestGridProjectsResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListTestGridProjectsResponse Modifier and Type Method Description default ListTestGridProjectsResponseDeviceFarmClient. listTestGridProjects(Consumer<ListTestGridProjectsRequest.Builder> listTestGridProjectsRequest)Gets a list of all Selenium testing projects in your account.default ListTestGridProjectsResponseDeviceFarmClient. listTestGridProjects(ListTestGridProjectsRequest listTestGridProjectsRequest)Gets a list of all Selenium testing projects in your account.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListTestGridProjectsResponse Modifier and Type Method Description default CompletableFuture<ListTestGridProjectsResponse>DeviceFarmAsyncClient. listTestGridProjects(Consumer<ListTestGridProjectsRequest.Builder> listTestGridProjectsRequest)Gets a list of all Selenium testing projects in your account.default CompletableFuture<ListTestGridProjectsResponse>DeviceFarmAsyncClient. listTestGridProjects(ListTestGridProjectsRequest listTestGridProjectsRequest)Gets a list of all Selenium testing projects in your account. -
Uses of ListTestGridProjectsResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type ListTestGridProjectsResponse Modifier and Type Method Description Iterator<ListTestGridProjectsResponse>ListTestGridProjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.devicefarm.paginators with type arguments of type ListTestGridProjectsResponse Modifier and Type Method Description voidListTestGridProjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTestGridProjectsResponse> subscriber)
-