Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.GetDeviceResponse
-
Packages that use GetDeviceResponse Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is a 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 GetDeviceResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return GetDeviceResponse Modifier and Type Method Description default GetDeviceResponseWorkSpacesThinClientClient. getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)Returns information for a thin client device.default GetDeviceResponseWorkSpacesThinClientClient. getDevice(GetDeviceRequest getDeviceRequest)Returns information for a thin client device.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type GetDeviceResponse Modifier and Type Method Description default CompletableFuture<GetDeviceResponse>WorkSpacesThinClientAsyncClient. getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)Returns information for a thin client device.default CompletableFuture<GetDeviceResponse>WorkSpacesThinClientAsyncClient. getDevice(GetDeviceRequest getDeviceRequest)Returns information for a thin client device.
-