Uses of Class
software.amazon.awssdk.services.worklink.model.ListDevicesResponse
-
Packages that use ListDevicesResponse 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 -
-
Uses of ListDevicesResponse in software.amazon.awssdk.services.worklink
Methods in software.amazon.awssdk.services.worklink that return ListDevicesResponse Modifier and Type Method Description default ListDevicesResponseWorkLinkClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported.default ListDevicesResponseWorkLinkClient. listDevices(ListDevicesRequest listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported.Methods in software.amazon.awssdk.services.worklink that return types with arguments of type ListDevicesResponse Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>WorkLinkAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported.default CompletableFuture<ListDevicesResponse>WorkLinkAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)Deprecated.Amazon WorkLink is no longer supported. -
Uses of ListDevicesResponse in software.amazon.awssdk.services.worklink.paginators
Methods in software.amazon.awssdk.services.worklink.paginators that return types with arguments of type ListDevicesResponse Modifier and Type Method Description Iterator<ListDevicesResponse>ListDevicesIterable. iterator()Method parameters in software.amazon.awssdk.services.worklink.paginators with type arguments of type ListDevicesResponse Modifier and Type Method Description voidListDevicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDevicesResponse> subscriber)
-