Uses of Class
software.amazon.awssdk.services.iotwireless.model.ListFuotaTasksResponse
-
Packages that use ListFuotaTasksResponse Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.software.amazon.awssdk.services.iotwireless.paginators -
-
Uses of ListFuotaTasksResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return ListFuotaTasksResponse Modifier and Type Method Description default ListFuotaTasksResponseIotWirelessClient. listFuotaTasks(Consumer<ListFuotaTasksRequest.Builder> listFuotaTasksRequest)Lists the FUOTA tasks registered to your AWS account.default ListFuotaTasksResponseIotWirelessClient. listFuotaTasks(ListFuotaTasksRequest listFuotaTasksRequest)Lists the FUOTA tasks registered to your AWS account.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type ListFuotaTasksResponse Modifier and Type Method Description default CompletableFuture<ListFuotaTasksResponse>IotWirelessAsyncClient. listFuotaTasks(Consumer<ListFuotaTasksRequest.Builder> listFuotaTasksRequest)Lists the FUOTA tasks registered to your AWS account.default CompletableFuture<ListFuotaTasksResponse>IotWirelessAsyncClient. listFuotaTasks(ListFuotaTasksRequest listFuotaTasksRequest)Lists the FUOTA tasks registered to your AWS account. -
Uses of ListFuotaTasksResponse in software.amazon.awssdk.services.iotwireless.paginators
Methods in software.amazon.awssdk.services.iotwireless.paginators that return types with arguments of type ListFuotaTasksResponse Modifier and Type Method Description Iterator<ListFuotaTasksResponse>ListFuotaTasksIterable. iterator()Method parameters in software.amazon.awssdk.services.iotwireless.paginators with type arguments of type ListFuotaTasksResponse Modifier and Type Method Description voidListFuotaTasksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFuotaTasksResponse> subscriber)
-