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