Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListTestGridSessionsRequest
-
Packages that use ListTestGridSessionsRequest 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 ListTestGridSessionsRequest in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm with parameters of type ListTestGridSessionsRequest Modifier and Type Method Description default CompletableFuture<ListTestGridSessionsResponse>DeviceFarmAsyncClient. listTestGridSessions(ListTestGridSessionsRequest listTestGridSessionsRequest)Retrieves a list of sessions for a TestGridProject.default ListTestGridSessionsResponseDeviceFarmClient. listTestGridSessions(ListTestGridSessionsRequest listTestGridSessionsRequest)Retrieves a list of sessions for a TestGridProject.default ListTestGridSessionsPublisherDeviceFarmAsyncClient. listTestGridSessionsPaginator(ListTestGridSessionsRequest listTestGridSessionsRequest)Retrieves a list of sessions for a TestGridProject.default ListTestGridSessionsIterableDeviceFarmClient. listTestGridSessionsPaginator(ListTestGridSessionsRequest listTestGridSessionsRequest)Retrieves a list of sessions for a TestGridProject. -
Uses of ListTestGridSessionsRequest in software.amazon.awssdk.services.devicefarm.paginators
Constructors in software.amazon.awssdk.services.devicefarm.paginators with parameters of type ListTestGridSessionsRequest Constructor Description ListTestGridSessionsIterable(DeviceFarmClient client, ListTestGridSessionsRequest firstRequest)ListTestGridSessionsPublisher(DeviceFarmAsyncClient client, ListTestGridSessionsRequest firstRequest) -
Uses of ListTestGridSessionsRequest in software.amazon.awssdk.services.devicefarm.transform
Methods in software.amazon.awssdk.services.devicefarm.transform with parameters of type ListTestGridSessionsRequest Modifier and Type Method Description SdkHttpFullRequestListTestGridSessionsRequestMarshaller. marshall(ListTestGridSessionsRequest listTestGridSessionsRequest)
-