| 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 |
|---|---|
UpdateProjectResult |
AWSDeviceFarmClient.updateProject(UpdateProjectRequest request)
Modifies the specified project name, given the project ARN and a new name.
|
UpdateProjectResult |
AbstractAWSDeviceFarm.updateProject(UpdateProjectRequest request) |
UpdateProjectResult |
AWSDeviceFarm.updateProject(UpdateProjectRequest updateProjectRequest)
Modifies the specified project name, given the project ARN and a new name.
|
Future<UpdateProjectResult> |
AWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest updateProjectRequest)
Modifies the specified project name, given the project ARN and a new name.
|
Future<UpdateProjectResult> |
AWSDeviceFarmAsyncClient.updateProjectAsync(UpdateProjectRequest request) |
Future<UpdateProjectResult> |
AbstractAWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest request) |
Future<UpdateProjectResult> |
AWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest updateProjectRequest,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Modifies the specified project name, given the project ARN and a new name.
|
Future<UpdateProjectResult> |
AWSDeviceFarmAsyncClient.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
Future<UpdateProjectResult> |
AbstractAWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProjectResult> |
AWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest updateProjectRequest,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Modifies the specified project name, given the project ARN and a new name.
|
Future<UpdateProjectResult> |
AWSDeviceFarmAsyncClient.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
Future<UpdateProjectResult> |
AbstractAWSDeviceFarmAsync.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectRequest |
UpdateProjectRequest.clone() |
UpdateProjectRequest |
UpdateProjectRequest.withArn(String arn)
The Amazon Resource Name (ARN) of the project whose name you wish to update.
|
UpdateProjectRequest |
UpdateProjectRequest.withDefaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The number of minutes a test run in the project will execute before it times out.
|
UpdateProjectRequest |
UpdateProjectRequest.withName(String name)
A string representing the new name of the project that you are updating.
|
Copyright © 2017. All rights reserved.