| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportTaskStatus |
ImportTaskStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ImportTaskStatus |
GetWirelessDeviceImportTaskResponse.status()
The import task status.
|
ImportTaskStatus |
WirelessDeviceImportTask.status()
The status information of the wireless device import task.
|
static ImportTaskStatus |
ImportTaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportTaskStatus[] |
ImportTaskStatus.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<ImportTaskStatus> |
ImportTaskStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetWirelessDeviceImportTaskResponse.Builder |
GetWirelessDeviceImportTaskResponse.Builder.status(ImportTaskStatus status)
The import task status.
|
WirelessDeviceImportTask.Builder |
WirelessDeviceImportTask.Builder.status(ImportTaskStatus status)
The status information of the wireless device import task.
|
Copyright © 2023. All rights reserved.