| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
OTAUpdateSummary |
OTAUpdateSummary.clone() |
OTAUpdateSummary |
OTAUpdateSummary.withCreationDate(Date creationDate)
The date when the OTA update was created.
|
OTAUpdateSummary |
OTAUpdateSummary.withOtaUpdateArn(String otaUpdateArn)
The OTA update ARN.
|
OTAUpdateSummary |
OTAUpdateSummary.withOtaUpdateId(String otaUpdateId)
The OTA update ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<OTAUpdateSummary> |
ListOTAUpdatesResult.getOtaUpdates()
A list of OTA update jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListOTAUpdatesResult |
ListOTAUpdatesResult.withOtaUpdates(OTAUpdateSummary... otaUpdates)
A list of OTA update jobs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListOTAUpdatesResult.setOtaUpdates(Collection<OTAUpdateSummary> otaUpdates)
A list of OTA update jobs.
|
ListOTAUpdatesResult |
ListOTAUpdatesResult.withOtaUpdates(Collection<OTAUpdateSummary> otaUpdates)
A list of OTA update jobs.
|
Copyright © 2023. All rights reserved.