Package | Description |
---|---|
com.amazonaws.services.iot.model |
Modifier and Type | Method and Description |
---|---|
static OTAUpdateStatus |
OTAUpdateStatus.fromValue(String value)
Use this in place of valueOf.
|
static OTAUpdateStatus |
OTAUpdateStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OTAUpdateStatus[] |
OTAUpdateStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OTAUpdateInfo |
OTAUpdateInfo.withOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The status of the OTA update.
|
ListOTAUpdatesRequest |
ListOTAUpdatesRequest.withOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update job status.
|
CreateOTAUpdateResult |
CreateOTAUpdateResult.withOtaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update status.
|
Copyright © 2023. All rights reserved.