Uses of Class
software.amazon.awssdk.services.worklink.model.ListDevicesRequest
-
Packages that use ListDevicesRequest 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.software.amazon.awssdk.services.worklink.paginators software.amazon.awssdk.services.worklink.transform -
-
Uses of ListDevicesRequest in software.amazon.awssdk.services.worklink
Methods in software.amazon.awssdk.services.worklink with parameters of type ListDevicesRequest Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>WorkLinkAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported.default ListDevicesResponseWorkLinkClient. listDevices(ListDevicesRequest listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported.default ListDevicesPublisherWorkLinkAsyncClient. listDevicesPaginator(ListDevicesRequest listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported.default ListDevicesIterableWorkLinkClient. listDevicesPaginator(ListDevicesRequest listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported. -
Uses of ListDevicesRequest in software.amazon.awssdk.services.worklink.paginators
Constructors in software.amazon.awssdk.services.worklink.paginators with parameters of type ListDevicesRequest Constructor Description ListDevicesIterable(WorkLinkClient client, ListDevicesRequest firstRequest)ListDevicesPublisher(WorkLinkAsyncClient client, ListDevicesRequest firstRequest) -
Uses of ListDevicesRequest in software.amazon.awssdk.services.worklink.transform
Methods in software.amazon.awssdk.services.worklink.transform with parameters of type ListDevicesRequest Modifier and Type Method Description SdkHttpFullRequestListDevicesRequestMarshaller. marshall(ListDevicesRequest listDevicesRequest)
-