| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
OTAUpdateInfo |
OTAUpdateInfo.addAdditionalParametersEntry(String key,
String value) |
OTAUpdateInfo |
OTAUpdateInfo.clearAdditionalParametersEntries()
Removes all the entries added into AdditionalParameters.
|
OTAUpdateInfo |
OTAUpdateInfo.clone() |
OTAUpdateInfo |
GetOTAUpdateResult.getOtaUpdateInfo()
The OTA update info.
|
OTAUpdateInfo |
OTAUpdateInfo.withAdditionalParameters(Map<String,String> additionalParameters)
A collection of name/value pairs
|
OTAUpdateInfo |
OTAUpdateInfo.withAwsIotJobArn(String awsIotJobArn)
The AWS IoT job ARN associated with the OTA update.
|
OTAUpdateInfo |
OTAUpdateInfo.withAwsIotJobId(String awsIotJobId)
The AWS IoT job ID associated with the OTA update.
|
OTAUpdateInfo |
OTAUpdateInfo.withCreationDate(Date creationDate)
The date when the OTA update was created.
|
OTAUpdateInfo |
OTAUpdateInfo.withDescription(String description)
A description of the OTA update.
|
OTAUpdateInfo |
OTAUpdateInfo.withErrorInfo(ErrorInfo errorInfo)
Error information associated with the OTA update.
|
OTAUpdateInfo |
OTAUpdateInfo.withLastModifiedDate(Date lastModifiedDate)
The date when the OTA update was last updated.
|
OTAUpdateInfo |
OTAUpdateInfo.withOtaUpdateArn(String otaUpdateArn)
The OTA update ARN.
|
OTAUpdateInfo |
OTAUpdateInfo.withOtaUpdateFiles(Collection<OTAUpdateFile> otaUpdateFiles)
A list of files associated with the OTA update.
|
OTAUpdateInfo |
OTAUpdateInfo.withOtaUpdateFiles(OTAUpdateFile... otaUpdateFiles)
A list of files associated with the OTA update.
|
OTAUpdateInfo |
OTAUpdateInfo.withOtaUpdateId(String otaUpdateId)
The OTA update ID.
|
OTAUpdateInfo |
OTAUpdateInfo.withOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The status of the OTA update.
|
OTAUpdateInfo |
OTAUpdateInfo.withOtaUpdateStatus(String otaUpdateStatus)
The status of the OTA update.
|
OTAUpdateInfo |
OTAUpdateInfo.withTargets(Collection<String> targets)
The targets of the OTA update.
|
OTAUpdateInfo |
OTAUpdateInfo.withTargets(String... targets)
The targets of the OTA update.
|
OTAUpdateInfo |
OTAUpdateInfo.withTargetSelection(String targetSelection)
Specifies whether the OTA update will continue to run (CONTINUOUS), or will be complete after all those things
specified as targets have completed the OTA update (SNAPSHOT).
|
OTAUpdateInfo |
OTAUpdateInfo.withTargetSelection(TargetSelection targetSelection)
Specifies whether the OTA update will continue to run (CONTINUOUS), or will be complete after all those things
specified as targets have completed the OTA update (SNAPSHOT).
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetOTAUpdateResult.setOtaUpdateInfo(OTAUpdateInfo otaUpdateInfo)
The OTA update info.
|
GetOTAUpdateResult |
GetOTAUpdateResult.withOtaUpdateInfo(OTAUpdateInfo otaUpdateInfo)
The OTA update info.
|
Copyright © 2018. All rights reserved.