Uses of Class
software.amazon.awssdk.services.devicefarm.model.ListTestGridSessionActionsResponse
-
Packages that use ListTestGridSessionActionsResponse 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 ListTestGridSessionActionsResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return ListTestGridSessionActionsResponse Modifier and Type Method Description default ListTestGridSessionActionsResponseDeviceFarmClient. listTestGridSessionActions(Consumer<ListTestGridSessionActionsRequest.Builder> listTestGridSessionActionsRequest)Returns a list of the actions taken in a TestGridSession.default ListTestGridSessionActionsResponseDeviceFarmClient. listTestGridSessionActions(ListTestGridSessionActionsRequest listTestGridSessionActionsRequest)Returns a list of the actions taken in a TestGridSession.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type ListTestGridSessionActionsResponse Modifier and Type Method Description default CompletableFuture<ListTestGridSessionActionsResponse>DeviceFarmAsyncClient. listTestGridSessionActions(Consumer<ListTestGridSessionActionsRequest.Builder> listTestGridSessionActionsRequest)Returns a list of the actions taken in a TestGridSession.default CompletableFuture<ListTestGridSessionActionsResponse>DeviceFarmAsyncClient. listTestGridSessionActions(ListTestGridSessionActionsRequest listTestGridSessionActionsRequest)Returns a list of the actions taken in a TestGridSession. -
Uses of ListTestGridSessionActionsResponse in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type ListTestGridSessionActionsResponse Modifier and Type Method Description Iterator<ListTestGridSessionActionsResponse>ListTestGridSessionActionsIterable. iterator()Method parameters in software.amazon.awssdk.services.devicefarm.paginators with type arguments of type ListTestGridSessionActionsResponse Modifier and Type Method Description voidListTestGridSessionActionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTestGridSessionActionsResponse> subscriber)
-