| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm |
Welcome to the AWS Device Farm API documentation, which contains APIs for:
|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteProjectResult> |
AWSDeviceFarmAsyncClient.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
Future<DeleteProjectResult> |
AbstractAWSDeviceFarmAsync.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
Future<DeleteProjectResult> |
AWSDeviceFarmAsync.deleteProjectAsync(DeleteProjectRequest deleteProjectRequest,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler)
Deletes an AWS Device Farm project, given the project ARN.
|
| 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 to delete.
|
Copyright © 2021. All rights reserved.