Uses of Class
software.amazon.awssdk.services.iot.model.OTAUpdateSummary
-
Packages that use OTAUpdateSummary Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of OTAUpdateSummary in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type OTAUpdateSummary Modifier and Type Method Description List<OTAUpdateSummary>ListOtaUpdatesResponse. otaUpdates()A list of OTA update jobs.Methods in software.amazon.awssdk.services.iot.model with parameters of type OTAUpdateSummary Modifier and Type Method Description ListOtaUpdatesResponse.BuilderListOtaUpdatesResponse.Builder. otaUpdates(OTAUpdateSummary... otaUpdates)A list of OTA update jobs.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type OTAUpdateSummary Modifier and Type Method Description ListOtaUpdatesResponse.BuilderListOtaUpdatesResponse.Builder. otaUpdates(Collection<OTAUpdateSummary> otaUpdates)A list of OTA update jobs. -
Uses of OTAUpdateSummary in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type OTAUpdateSummary Modifier and Type Method Description SdkIterable<OTAUpdateSummary>ListOTAUpdatesIterable. otaUpdates()Returns an iterable to iterate through the paginatedListOtaUpdatesResponse.otaUpdates()member.SdkPublisher<OTAUpdateSummary>ListOTAUpdatesPublisher. otaUpdates()Returns a publisher that can be used to get a stream of data.
-