Uses of Class
com.amazonaws.services.devicefarm.model.ListTestsResult
Packages that use ListTestsResult
-
Uses of ListTestsResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return ListTestsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.listTests(ListTestsRequest request) AWSDeviceFarm.listTests(ListTestsRequest listTestsRequest) Gets information about tests.AWSDeviceFarmClient.listTests(ListTestsRequest listTestsRequest) Gets information about tests.Methods in com.amazonaws.services.devicefarm that return types with arguments of type ListTestsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.listTestsAsync(ListTestsRequest request) AbstractAWSDeviceFarmAsync.listTestsAsync(ListTestsRequest request, AsyncHandler<ListTestsRequest, ListTestsResult> asyncHandler) AWSDeviceFarmAsync.listTestsAsync(ListTestsRequest listTestsRequest) Gets information about tests.AWSDeviceFarmAsync.listTestsAsync(ListTestsRequest listTestsRequest, AsyncHandler<ListTestsRequest, ListTestsResult> asyncHandler) Gets information about tests.AWSDeviceFarmAsyncClient.listTestsAsync(ListTestsRequest request) AWSDeviceFarmAsyncClient.listTestsAsync(ListTestsRequest request, AsyncHandler<ListTestsRequest, ListTestsResult> asyncHandler) Method parameters in com.amazonaws.services.devicefarm with type arguments of type ListTestsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.listTestsAsync(ListTestsRequest request, AsyncHandler<ListTestsRequest, ListTestsResult> asyncHandler) AWSDeviceFarmAsync.listTestsAsync(ListTestsRequest listTestsRequest, AsyncHandler<ListTestsRequest, ListTestsResult> asyncHandler) Gets information about tests.AWSDeviceFarmAsyncClient.listTestsAsync(ListTestsRequest request, AsyncHandler<ListTestsRequest, ListTestsResult> asyncHandler) -
Uses of ListTestsResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListTestsResultModifier and TypeMethodDescriptionListTestsResult.clone()ListTestsResult.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.Information about the tests.ListTestsResult.withTests(Collection<Test> tests) Information about the tests.