| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static OTAUpdateStatus |
OTAUpdateStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OTAUpdateStatus |
ListOtaUpdatesRequest.otaUpdateStatus()
The OTA update job status.
|
OTAUpdateStatus |
OTAUpdateInfo.otaUpdateStatus()
The status of the OTA update.
|
OTAUpdateStatus |
CreateOtaUpdateResponse.otaUpdateStatus()
The OTA update status.
|
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 |
|---|---|
static Set<OTAUpdateStatus> |
OTAUpdateStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListOtaUpdatesRequest.Builder |
ListOtaUpdatesRequest.Builder.otaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update job status.
|
OTAUpdateInfo.Builder |
OTAUpdateInfo.Builder.otaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The status of the OTA update.
|
CreateOtaUpdateResponse.Builder |
CreateOtaUpdateResponse.Builder.otaUpdateStatus(OTAUpdateStatus otaUpdateStatus)
The OTA update status.
|
Copyright © 2022. All rights reserved.