Uses of Class
software.amazon.awssdk.services.iotwireless.model.OnboardStatus
-
Packages that use OnboardStatus Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of OnboardStatus in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return OnboardStatus Modifier and Type Method Description static OnboardStatusOnboardStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OnboardStatusImportedSidewalkDevice. onboardingStatus()The onboarding status of the Sidewalk device in the import task.OnboardStatusListDevicesForWirelessDeviceImportTaskRequest. status()The status of the devices in the import task.static OnboardStatusOnboardStatus. 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.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type OnboardStatus Modifier and Type Method Description static Set<OnboardStatus>OnboardStatus. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type OnboardStatus Modifier and Type Method Description ImportedSidewalkDevice.BuilderImportedSidewalkDevice.Builder. onboardingStatus(OnboardStatus onboardingStatus)The onboarding status of the Sidewalk device in the import task.ListDevicesForWirelessDeviceImportTaskRequest.BuilderListDevicesForWirelessDeviceImportTaskRequest.Builder. status(OnboardStatus status)The status of the devices in the import task.
-