Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.DeleteDeviceResponse
-
Packages that use DeleteDeviceResponse Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is an affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution. -
-
Uses of DeleteDeviceResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return DeleteDeviceResponse Modifier and Type Method Description default DeleteDeviceResponseWorkSpacesThinClientClient. deleteDevice(Consumer<DeleteDeviceRequest.Builder> deleteDeviceRequest)Deletes a thin client device.default DeleteDeviceResponseWorkSpacesThinClientClient. deleteDevice(DeleteDeviceRequest deleteDeviceRequest)Deletes a thin client device.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type DeleteDeviceResponse Modifier and Type Method Description default CompletableFuture<DeleteDeviceResponse>WorkSpacesThinClientAsyncClient. deleteDevice(Consumer<DeleteDeviceRequest.Builder> deleteDeviceRequest)Deletes a thin client device.default CompletableFuture<DeleteDeviceResponse>WorkSpacesThinClientAsyncClient. deleteDevice(DeleteDeviceRequest deleteDeviceRequest)Deletes a thin client device.
-