| 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 |
|---|---|
Future<DeleteProjectResult> |
AWSDeviceFarmAsync.deleteProjectAsync(DeleteProjectRequest deleteProjectRequest,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
Deletes an AWS Device Farm project, given the project ARN.
|
Future<DeleteProjectResult> |
AWSDeviceFarmAsyncClient.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
Future<DeleteProjectResult> |
AbstractAWSDeviceFarmAsync.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteProjectRequest |
DeleteProjectRequest.clone() |
DeleteProjectRequest |
DeleteProjectRequest.withArn(String arn)
Represents the Amazon Resource Name (ARN) of the Device Farm project you wish to delete.
|
Copyright © 2019. All rights reserved.