Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.ListDevicesResponse
-
Packages that use ListDevicesResponse 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.software.amazon.awssdk.services.workspacesthinclient.paginators -
-
Uses of ListDevicesResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return ListDevicesResponse Modifier and Type Method Description default ListDevicesResponseWorkSpacesThinClientClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of thin client devices.default ListDevicesResponseWorkSpacesThinClientClient. listDevices(ListDevicesRequest listDevicesRequest)Returns a list of thin client devices.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type ListDevicesResponse Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>WorkSpacesThinClientAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of thin client devices.default CompletableFuture<ListDevicesResponse>WorkSpacesThinClientAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)Returns a list of thin client devices. -
Uses of ListDevicesResponse in software.amazon.awssdk.services.workspacesthinclient.paginators
Methods in software.amazon.awssdk.services.workspacesthinclient.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.workspacesthinclient.paginators with type arguments of type ListDevicesResponse Modifier and Type Method Description voidListDevicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDevicesResponse> subscriber)
-