Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListTestGridSessionsResponse
-
Packages that use ListTestGridSessionsResponse 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 ListTestGridSessionsResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListTestGridSessionsResponse Modifier and Type Method Description default ListTestGridSessionsResponseDeviceFarmClient. listTestGridSessions(Consumer<ListTestGridSessionsRequest.Builder> listTestGridSessionsRequest)Retrieves a list of sessions for a TestGridProject.default ListTestGridSessionsResponseDeviceFarmClient. listTestGridSessions(ListTestGridSessionsRequest listTestGridSessionsRequest)Retrieves a list of sessions for a TestGridProject.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListTestGridSessionsResponse Modifier and Type Method Description default CompletableFuture<ListTestGridSessionsResponse>DeviceFarmAsyncClient. listTestGridSessions(Consumer<ListTestGridSessionsRequest.Builder> listTestGridSessionsRequest)Retrieves a list of sessions for a TestGridProject.default CompletableFuture<ListTestGridSessionsResponse>DeviceFarmAsyncClient. listTestGridSessions(ListTestGridSessionsRequest listTestGridSessionsRequest)Retrieves a list of sessions for a TestGridProject. -
Uses of ListTestGridSessionsResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type ListTestGridSessionsResponse Modifier and Type Method Description Iterator<ListTestGridSessionsResponse>ListTestGridSessionsIterable. iterator()Method parameters in software.amazon.awssdk.services.devicefarm.paginators with type arguments of type ListTestGridSessionsResponse Modifier and Type Method Description voidListTestGridSessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTestGridSessionsResponse> subscriber)
-