Uses of Class
com.amazonaws.services.devicefarm.model.ListJobsRequest
Packages that use ListJobsRequest
-
Uses of ListJobsRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type ListJobsRequestModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.listJobs
(ListJobsRequest request) AWSDeviceFarm.listJobs
(ListJobsRequest listJobsRequest) Gets information about jobs.AWSDeviceFarmClient.listJobs
(ListJobsRequest listJobsRequest) Gets information about jobs.AbstractAWSDeviceFarmAsync.listJobsAsync
(ListJobsRequest request) AbstractAWSDeviceFarmAsync.listJobsAsync
(ListJobsRequest request, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) AWSDeviceFarmAsync.listJobsAsync
(ListJobsRequest listJobsRequest) Gets information about jobs.AWSDeviceFarmAsync.listJobsAsync
(ListJobsRequest listJobsRequest, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) Gets information about jobs.AWSDeviceFarmAsyncClient.listJobsAsync
(ListJobsRequest request) AWSDeviceFarmAsyncClient.listJobsAsync
(ListJobsRequest request, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) Method parameters in com.amazonaws.services.devicefarm with type arguments of type ListJobsRequestModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.listJobsAsync
(ListJobsRequest request, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) AWSDeviceFarmAsync.listJobsAsync
(ListJobsRequest listJobsRequest, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) Gets information about jobs.AWSDeviceFarmAsyncClient.listJobsAsync
(ListJobsRequest request, AsyncHandler<ListJobsRequest, ListJobsResult> asyncHandler) -
Uses of ListJobsRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListJobsRequestModifier and TypeMethodDescriptionListJobsRequest.clone()
The jobs' ARNs.ListJobsRequest.withNextToken
(String nextToken) An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.