Uses of Class
software.amazon.awssdk.services.devicefarm.model.DeleteDevicePoolResponse
-
Packages that use DeleteDevicePoolResponse Package Description software.amazon.awssdk.services.devicefarm Welcome to the AWS Device Farm API documentation, which contains APIs for: -
-
Uses of DeleteDevicePoolResponse in software.amazon.awssdk.services.devicefarm
Methods in software.amazon.awssdk.services.devicefarm that return DeleteDevicePoolResponse Modifier and Type Method Description default DeleteDevicePoolResponseDeviceFarmClient. deleteDevicePool(Consumer<DeleteDevicePoolRequest.Builder> deleteDevicePoolRequest)Deletes a device pool given the pool ARN.default DeleteDevicePoolResponseDeviceFarmClient. deleteDevicePool(DeleteDevicePoolRequest deleteDevicePoolRequest)Deletes a device pool given the pool ARN.Methods in software.amazon.awssdk.services.devicefarm that return types with arguments of type DeleteDevicePoolResponse Modifier and Type Method Description default CompletableFuture<DeleteDevicePoolResponse>DeviceFarmAsyncClient. deleteDevicePool(Consumer<DeleteDevicePoolRequest.Builder> deleteDevicePoolRequest)Deletes a device pool given the pool ARN.default CompletableFuture<DeleteDevicePoolResponse>DeviceFarmAsyncClient. deleteDevicePool(DeleteDevicePoolRequest deleteDevicePoolRequest)Deletes a device pool given the pool ARN.
-