Package | Description |
---|---|
software.amazon.awssdk.services.iot.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CreateOtaUpdateRequest.Builder |
CreateOtaUpdateRequest.Builder.files(OTAUpdateFile... files)
The files to be streamed by the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.otaUpdateFiles(OTAUpdateFile... otaUpdateFiles)
A list of files associated with the OTA update.
|
Modifier and Type | Method and Description |
---|---|
CreateOtaUpdateRequest.Builder |
CreateOtaUpdateRequest.Builder.files(Collection<OTAUpdateFile> files)
The files to be streamed by the OTA update.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.otaUpdateFiles(Collection<OTAUpdateFile> otaUpdateFiles)
A list of files associated with the OTA update.
|
Copyright © 2020. All rights reserved.