Uses of Class
com.amazonaws.services.devicefarm.model.ListJobsResult
Packages that use ListJobsResult
-
Uses of ListJobsResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return ListJobsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.listJobs(ListJobsRequest request) AWSDeviceFarm.listJobs(ListJobsRequest listJobsRequest) Gets information about jobs.AWSDeviceFarmClient.listJobs(ListJobsRequest listJobsRequest) Gets information about jobs.Methods in com.amazonaws.services.devicefarm that return types with arguments of type ListJobsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.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 ListJobsResultModifier 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 ListJobsResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListJobsResultModifier and TypeMethodDescriptionListJobsResult.clone()Information about the jobs.ListJobsResult.withJobs(Collection<Job> jobs) Information about the jobs.ListJobsResult.withNextToken(String nextToken) If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.