Uses of Class
com.amazonaws.services.devicefarm.model.DeleteDevicePoolResult
-
Packages that use DeleteDevicePoolResult Package Description com.amazonaws.services.devicefarm com.amazonaws.services.devicefarm.model -
-
Uses of DeleteDevicePoolResult in com.amazonaws.services.devicefarm
Methods in com.amazonaws.services.devicefarm that return DeleteDevicePoolResult Modifier and Type Method Description DeleteDevicePoolResult
AbstractAWSDeviceFarm. deleteDevicePool(DeleteDevicePoolRequest request)
DeleteDevicePoolResult
AWSDeviceFarm. deleteDevicePool(DeleteDevicePoolRequest deleteDevicePoolRequest)
Deletes a device pool given the pool ARN.DeleteDevicePoolResult
AWSDeviceFarmClient. deleteDevicePool(DeleteDevicePoolRequest deleteDevicePoolRequest)
Deletes a device pool given the pool ARN.Method parameters in com.amazonaws.services.devicefarm with type arguments of type DeleteDevicePoolResult 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 DeleteDevicePoolResult in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return DeleteDevicePoolResult Modifier and Type Method Description DeleteDevicePoolResult
DeleteDevicePoolResult. clone()
-