| 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 |
|---|---|
GetProjectResult |
AWSDeviceFarmClient.getProject(GetProjectRequest request)
Gets information about a project.
|
GetProjectResult |
AbstractAWSDeviceFarm.getProject(GetProjectRequest request) |
GetProjectResult |
AWSDeviceFarm.getProject(GetProjectRequest getProjectRequest)
Gets information about a project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetProjectResult> |
AWSDeviceFarmAsync.getProjectAsync(GetProjectRequest getProjectRequest)
Gets information about a project.
|
Future<GetProjectResult> |
AWSDeviceFarmAsyncClient.getProjectAsync(GetProjectRequest request) |
Future<GetProjectResult> |
AbstractAWSDeviceFarmAsync.getProjectAsync(GetProjectRequest request) |
Future<GetProjectResult> |
AWSDeviceFarmAsync.getProjectAsync(GetProjectRequest getProjectRequest,
AsyncHandler<GetProjectRequest,GetProjectResult> asyncHandler)
Gets information about a project.
|
Future<GetProjectResult> |
AWSDeviceFarmAsyncClient.getProjectAsync(GetProjectRequest request,
AsyncHandler<GetProjectRequest,GetProjectResult> asyncHandler) |
Future<GetProjectResult> |
AbstractAWSDeviceFarmAsync.getProjectAsync(GetProjectRequest request,
AsyncHandler<GetProjectRequest,GetProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetProjectResult> |
AWSDeviceFarmAsync.getProjectAsync(GetProjectRequest getProjectRequest,
AsyncHandler<GetProjectRequest,GetProjectResult> asyncHandler)
Gets information about a project.
|
Future<GetProjectResult> |
AWSDeviceFarmAsyncClient.getProjectAsync(GetProjectRequest request,
AsyncHandler<GetProjectRequest,GetProjectResult> asyncHandler) |
Future<GetProjectResult> |
AbstractAWSDeviceFarmAsync.getProjectAsync(GetProjectRequest request,
AsyncHandler<GetProjectRequest,GetProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetProjectResult |
GetProjectResult.clone() |
GetProjectResult |
GetProjectResult.withProject(Project project)
The project you wish to get information about.
|
Copyright © 2019. All rights reserved.