Uses of Class
com.amazonaws.services.devicefarm.model.ListProjectsResult
Packages that use ListProjectsResult
-
Uses of ListProjectsResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return ListProjectsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.listProjects(ListProjectsRequest request) AWSDeviceFarm.listProjects(ListProjectsRequest listProjectsRequest) Gets information about projects.AWSDeviceFarmClient.listProjects(ListProjectsRequest listProjectsRequest) Gets information about projects.Methods in com.amazonaws.services.devicefarm that return types with arguments of type ListProjectsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.listProjectsAsync(ListProjectsRequest request) AbstractAWSDeviceFarmAsync.listProjectsAsync(ListProjectsRequest request, AsyncHandler<ListProjectsRequest, ListProjectsResult> asyncHandler) AWSDeviceFarmAsync.listProjectsAsync(ListProjectsRequest listProjectsRequest) Gets information about projects.AWSDeviceFarmAsync.listProjectsAsync(ListProjectsRequest listProjectsRequest, AsyncHandler<ListProjectsRequest, ListProjectsResult> asyncHandler) Gets information about projects.AWSDeviceFarmAsyncClient.listProjectsAsync(ListProjectsRequest request) AWSDeviceFarmAsyncClient.listProjectsAsync(ListProjectsRequest request, AsyncHandler<ListProjectsRequest, ListProjectsResult> asyncHandler) Method parameters in com.amazonaws.services.devicefarm with type arguments of type ListProjectsResultModifier and TypeMethodDescriptionAbstractAWSDeviceFarmAsync.listProjectsAsync(ListProjectsRequest request, AsyncHandler<ListProjectsRequest, ListProjectsResult> asyncHandler) AWSDeviceFarmAsync.listProjectsAsync(ListProjectsRequest listProjectsRequest, AsyncHandler<ListProjectsRequest, ListProjectsResult> asyncHandler) Gets information about projects.AWSDeviceFarmAsyncClient.listProjectsAsync(ListProjectsRequest request, AsyncHandler<ListProjectsRequest, ListProjectsResult> asyncHandler) -
Uses of ListProjectsResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListProjectsResultModifier and TypeMethodDescriptionListProjectsResult.clone()ListProjectsResult.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.ListProjectsResult.withProjects(Project... projects) Information about the projects.ListProjectsResult.withProjects(Collection<Project> projects) Information about the projects.