| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical
phones, tablets, and other devices in the cloud.
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResult |
AWSDeviceFarmClient.listProjects(ListProjectsRequest listProjectsRequest)
Gets information about projects.
|
ListProjectsResult |
AbstractAWSDeviceFarm.listProjects(ListProjectsRequest request) |
ListProjectsResult |
AWSDeviceFarm.listProjects(ListProjectsRequest listProjectsRequest)
Gets information about projects.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListProjectsResult> |
AWSDeviceFarmAsync.listProjectsAsync(ListProjectsRequest listProjectsRequest,
AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler)
Gets information about projects.
|
Future<ListProjectsResult> |
AWSDeviceFarmAsyncClient.listProjectsAsync(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler) |
Future<ListProjectsResult> |
AbstractAWSDeviceFarmAsync.listProjectsAsync(ListProjectsRequest request,
AsyncHandler<ListProjectsRequest,ListProjectsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResult |
ListProjectsResult.clone() |
ListProjectsResult |
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 |
ListProjectsResult.withProjects(Collection<Project> projects)
Information about the projects.
|
ListProjectsResult |
ListProjectsResult.withProjects(Project... projects)
Information about the projects.
|
Copyright © 2017. All rights reserved.