Uses of Class
com.amazonaws.services.devicefarm.model.ListProjectsRequest
Packages that use ListProjectsRequest
-
Uses of ListProjectsRequest in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm with parameters of type ListProjectsRequestModifier and TypeMethodDescriptionAbstractAWSDeviceFarm.listProjects(ListProjectsRequest request) AWSDeviceFarm.listProjects(ListProjectsRequest listProjectsRequest) Gets information about projects.AWSDeviceFarmClient.listProjects(ListProjectsRequest listProjectsRequest) Gets information about projects.AbstractAWSDeviceFarmAsync.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 ListProjectsRequestModifier 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 ListProjectsRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ListProjectsRequestModifier and TypeMethodDescriptionListProjectsRequest.clone()The projects' ARNs.ListProjectsRequest.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.