Uses of Class
software.amazon.awssdk.services.worklink.model.DescribeDeviceResponse
-
Packages that use DescribeDeviceResponse Package Description software.amazon.awssdk.services.worklink Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android phones. -
-
Uses of DescribeDeviceResponse in software.amazon.awssdk.services.worklink
Methods in software.amazon.awssdk.services.worklink that return DescribeDeviceResponse Modifier and Type Method Description default DescribeDeviceResponseWorkLinkClient. describeDevice(Consumer<DescribeDeviceRequest.Builder> describeDeviceRequest)Deprecated.Amazon WorkLink is no longer supported.default DescribeDeviceResponseWorkLinkClient. describeDevice(DescribeDeviceRequest describeDeviceRequest)Deprecated.Amazon WorkLink is no longer supported.Methods in software.amazon.awssdk.services.worklink that return types with arguments of type DescribeDeviceResponse Modifier and Type Method Description default CompletableFuture<DescribeDeviceResponse>WorkLinkAsyncClient. describeDevice(Consumer<DescribeDeviceRequest.Builder> describeDeviceRequest)Deprecated.Amazon WorkLink is no longer supported.default CompletableFuture<DescribeDeviceResponse>WorkLinkAsyncClient. describeDevice(DescribeDeviceRequest describeDeviceRequest)Deprecated.Amazon WorkLink is no longer supported.
-