Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
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> |
AbstractAWSDeviceFarmAsync.deleteProjectAsync(DeleteProjectRequest request,
AsyncHandler<DeleteProjectRequest,DeleteProjectResult> asyncHandler) |
Future<DeleteProjectResult> |
AWSDeviceFarmAsyncClient.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 © 2018. All rights reserved.