Uses of Class
software.amazon.awssdk.services.devicefarm.paginators.ListTestGridSessionActionsIterable
-
Packages that use ListTestGridSessionActionsIterable Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of ListTestGridSessionActionsIterable in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListTestGridSessionActionsIterable Modifier and Type Method Description default ListTestGridSessionActionsIterableDeviceFarmClient. listTestGridSessionActionsPaginator(Consumer<ListTestGridSessionActionsRequest.Builder> listTestGridSessionActionsRequest)Returns a list of the actions taken in a TestGridSession.default ListTestGridSessionActionsIterableDeviceFarmClient. listTestGridSessionActionsPaginator(ListTestGridSessionActionsRequest listTestGridSessionActionsRequest)Returns a list of the actions taken in a TestGridSession.
-