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<DeleteDevicePoolResult> |
AWSDeviceFarmAsync.deleteDevicePoolAsync(DeleteDevicePoolRequest deleteDevicePoolRequest,
AsyncHandler<DeleteDevicePoolRequest,DeleteDevicePoolResult> asyncHandler)
Deletes a device pool given the pool ARN.
|
Future<DeleteDevicePoolResult> |
AWSDeviceFarmAsyncClient.deleteDevicePoolAsync(DeleteDevicePoolRequest request,
AsyncHandler<DeleteDevicePoolRequest,DeleteDevicePoolResult> asyncHandler) |
Future<DeleteDevicePoolResult> |
AbstractAWSDeviceFarmAsync.deleteDevicePoolAsync(DeleteDevicePoolRequest request,
AsyncHandler<DeleteDevicePoolRequest,DeleteDevicePoolResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteDevicePoolRequest |
DeleteDevicePoolRequest.clone() |
DeleteDevicePoolRequest |
DeleteDevicePoolRequest.withArn(String arn)
Represents the Amazon Resource Name (ARN) of the Device Farm device pool to delete.
|
Copyright © 2020. All rights reserved.