Uses of Class
com.amazonaws.services.devicefarm.model.DeleteDevicePoolRequest
-
Packages that use DeleteDevicePoolRequest Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of DeleteDevicePoolRequest in com.amazonaws.services.devicefarm
Method parameters in com.amazonaws.services.devicefarm with type arguments of type DeleteDevicePoolRequest Modifier and Type Method Description Future<DeleteDevicePoolResult>AbstractAWSDeviceFarmAsync. deleteDevicePoolAsync(DeleteDevicePoolRequest request, AsyncHandler<DeleteDevicePoolRequest,DeleteDevicePoolResult> asyncHandler)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) -
Uses of DeleteDevicePoolRequest in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DeleteDevicePoolRequest Modifier and Type Method Description DeleteDevicePoolRequestDeleteDevicePoolRequest. clone()DeleteDevicePoolRequestDeleteDevicePoolRequest. withArn(String arn)Represents the Amazon Resource Name (ARN) of the Device Farm device pool you wish to delete.
-