Package | Description |
---|---|
com.amazonaws.services.devicefarm | |
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> |
AbstractAWSDeviceFarmAsync.deleteDevicePoolAsync(DeleteDevicePoolRequest request,
AsyncHandler<DeleteDevicePoolRequest,DeleteDevicePoolResult> asyncHandler) |
Future<DeleteDevicePoolResult> |
AWSDeviceFarmAsyncClient.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
you wish to delete.
|
Copyright © 2018. All rights reserved.