Uses of Class
software.amazon.awssdk.services.iot.model.ListOtaUpdatesResponse
-
Packages that use ListOtaUpdatesResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListOtaUpdatesResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListOtaUpdatesResponse Modifier and Type Method Description default ListOtaUpdatesResponseIotClient. listOTAUpdates()Lists OTA updates.default ListOtaUpdatesResponseIotClient. listOTAUpdates(Consumer<ListOtaUpdatesRequest.Builder> listOtaUpdatesRequest)Lists OTA updates.default ListOtaUpdatesResponseIotClient. listOTAUpdates(ListOtaUpdatesRequest listOtaUpdatesRequest)Lists OTA updates.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListOtaUpdatesResponse Modifier and Type Method Description default CompletableFuture<ListOtaUpdatesResponse>IotAsyncClient. listOTAUpdates()Lists OTA updates.default CompletableFuture<ListOtaUpdatesResponse>IotAsyncClient. listOTAUpdates(Consumer<ListOtaUpdatesRequest.Builder> listOtaUpdatesRequest)Lists OTA updates.default CompletableFuture<ListOtaUpdatesResponse>IotAsyncClient. listOTAUpdates(ListOtaUpdatesRequest listOtaUpdatesRequest)Lists OTA updates. -
Uses of ListOtaUpdatesResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListOtaUpdatesResponse Modifier and Type Method Description Iterator<ListOtaUpdatesResponse>ListOTAUpdatesIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListOtaUpdatesResponse Modifier and Type Method Description voidListOTAUpdatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListOtaUpdatesResponse> subscriber)
-