Uses of Class
software.amazon.awssdk.services.iot.model.OTAUpdateFile
-
Packages that use OTAUpdateFile Package Description software.amazon.awssdk.services.iot.model -
-
Uses of OTAUpdateFile in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type OTAUpdateFile Modifier and Type Method Description List<OTAUpdateFile>CreateOtaUpdateRequest. files()The files to be streamed by the OTA update.List<OTAUpdateFile>OTAUpdateInfo. otaUpdateFiles()A list of files associated with the OTA update.Methods in software.amazon.awssdk.services.iot.model with parameters of type OTAUpdateFile Modifier and Type Method Description CreateOtaUpdateRequest.BuilderCreateOtaUpdateRequest.Builder. files(OTAUpdateFile... files)The files to be streamed by the OTA update.OTAUpdateInfo.BuilderOTAUpdateInfo.Builder. otaUpdateFiles(OTAUpdateFile... otaUpdateFiles)A list of files associated with the OTA update.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type OTAUpdateFile Modifier and Type Method Description CreateOtaUpdateRequest.BuilderCreateOtaUpdateRequest.Builder. files(Collection<OTAUpdateFile> files)The files to be streamed by the OTA update.OTAUpdateInfo.BuilderOTAUpdateInfo.Builder. otaUpdateFiles(Collection<OTAUpdateFile> otaUpdateFiles)A list of files associated with the OTA update.
-