Uses of Class
software.amazon.awssdk.services.iot.model.ListOtaUpdatesRequest
-
Packages that use ListOtaUpdatesRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators software.amazon.awssdk.services.iot.transform -
-
Uses of ListOtaUpdatesRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type ListOtaUpdatesRequest Modifier and Type Method Description default CompletableFuture<ListOtaUpdatesResponse>IotAsyncClient. listOTAUpdates(ListOtaUpdatesRequest listOtaUpdatesRequest)Lists OTA updates.default ListOtaUpdatesResponseIotClient. listOTAUpdates(ListOtaUpdatesRequest listOtaUpdatesRequest)Lists OTA updates.default ListOTAUpdatesPublisherIotAsyncClient. listOTAUpdatesPaginator(ListOtaUpdatesRequest listOtaUpdatesRequest)This is a variant ofIotAsyncClient.listOTAUpdates(software.amazon.awssdk.services.iot.model.ListOtaUpdatesRequest)operation.default ListOTAUpdatesIterableIotClient. listOTAUpdatesPaginator(ListOtaUpdatesRequest listOtaUpdatesRequest)This is a variant ofIotClient.listOTAUpdates(software.amazon.awssdk.services.iot.model.ListOtaUpdatesRequest)operation. -
Uses of ListOtaUpdatesRequest in software.amazon.awssdk.services.iot.paginators
Constructors in software.amazon.awssdk.services.iot.paginators with parameters of type ListOtaUpdatesRequest Constructor Description ListOTAUpdatesIterable(IotClient client, ListOtaUpdatesRequest firstRequest)ListOTAUpdatesPublisher(IotAsyncClient client, ListOtaUpdatesRequest firstRequest) -
Uses of ListOtaUpdatesRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type ListOtaUpdatesRequest Modifier and Type Method Description SdkHttpFullRequestListOtaUpdatesRequestMarshaller. marshall(ListOtaUpdatesRequest listOtaUpdatesRequest)
-