| Package | Description | 
|---|---|
| com.amazonaws.services.iot.model | 
| Modifier and Type | Method and Description | 
|---|---|
| OTAUpdateFile | OTAUpdateFile. addAttributesEntry(String key,
                  String value)Add a single Attributes entry | 
| OTAUpdateFile | OTAUpdateFile. clearAttributesEntries()Removes all the entries added into Attributes. | 
| OTAUpdateFile | OTAUpdateFile. clone() | 
| OTAUpdateFile | OTAUpdateFile. withAttributes(Map<String,String> attributes)
 A list of name/attribute pairs. | 
| OTAUpdateFile | OTAUpdateFile. withCodeSigning(CodeSigning codeSigning)
 The code signing method of the file. | 
| OTAUpdateFile | OTAUpdateFile. withFileLocation(FileLocation fileLocation)
 The location of the updated firmware. | 
| OTAUpdateFile | OTAUpdateFile. withFileName(String fileName)
 The name of the file. | 
| OTAUpdateFile | OTAUpdateFile. withFileType(Integer fileType)
 An integer value you can include in the job document to allow your devices to identify the type of file received
 from the cloud. | 
| OTAUpdateFile | OTAUpdateFile. withFileVersion(String fileVersion)
 The file version. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<OTAUpdateFile> | CreateOTAUpdateRequest. getFiles()
 The files to be streamed by the OTA update. | 
| List<OTAUpdateFile> | OTAUpdateInfo. getOtaUpdateFiles()
 A list of files associated with the OTA update. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateOTAUpdateRequest | CreateOTAUpdateRequest. withFiles(OTAUpdateFile... files)
 The files to be streamed by the OTA update. | 
| OTAUpdateInfo | OTAUpdateInfo. withOtaUpdateFiles(OTAUpdateFile... otaUpdateFiles)
 A list of files associated with the OTA update. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CreateOTAUpdateRequest. setFiles(Collection<OTAUpdateFile> files)
 The files to be streamed by the OTA update. | 
| void | OTAUpdateInfo. setOtaUpdateFiles(Collection<OTAUpdateFile> otaUpdateFiles)
 A list of files associated with the OTA update. | 
| CreateOTAUpdateRequest | CreateOTAUpdateRequest. withFiles(Collection<OTAUpdateFile> files)
 The files to be streamed by the OTA update. | 
| OTAUpdateInfo | OTAUpdateInfo. withOtaUpdateFiles(Collection<OTAUpdateFile> otaUpdateFiles)
 A list of files associated with the OTA update. | 
Copyright © 2022. All rights reserved.