| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
FileLocation |
FileLocation.clone() |
FileLocation |
OTAUpdateFile.getFileLocation()
The location of the updated firmware.
|
FileLocation |
FileLocation.withS3Location(S3Location s3Location)
The location of the updated firmware in S3.
|
FileLocation |
FileLocation.withStream(Stream stream)
The stream that contains the OTA update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OTAUpdateFile.setFileLocation(FileLocation fileLocation)
The location of the updated firmware.
|
OTAUpdateFile |
OTAUpdateFile.withFileLocation(FileLocation fileLocation)
The location of the updated firmware.
|
Copyright © 2021. All rights reserved.