| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
WirelessDeviceImportTask |
WirelessDeviceImportTask.clone() |
WirelessDeviceImportTask |
WirelessDeviceImportTask.withArn(String arn)
The ARN (Amazon Resource Name) of the wireless device import task.
|
WirelessDeviceImportTask |
WirelessDeviceImportTask.withCreationTime(Date creationTime)
The time at which the import task was created.
|
WirelessDeviceImportTask |
WirelessDeviceImportTask.withDestinationName(String destinationName)
The name of the Sidewalk destination that that describes the IoT rule to route messages from the device in the
import task that will be onboarded to AWS IoT Wireless
|
WirelessDeviceImportTask |
WirelessDeviceImportTask.withFailedImportedDeviceCount(Long failedImportedDeviceCount)
The summary information of count of wireless devices in an import task that failed to onboarded to the import
task.
|
WirelessDeviceImportTask |
WirelessDeviceImportTask.withId(String id)
The ID of the wireless device import task.
|
WirelessDeviceImportTask |
WirelessDeviceImportTask.withInitializedImportedDeviceCount(Long initializedImportedDeviceCount)
The summary information of count of wireless devices that are waiting for the control log to be added to an
import task.
|
WirelessDeviceImportTask |
WirelessDeviceImportTask.withOnboardedImportedDeviceCount(Long onboardedImportedDeviceCount)
The summary information of count of wireless devices in an import task that have been onboarded to the import
task.
|
WirelessDeviceImportTask |
WirelessDeviceImportTask.withPendingImportedDeviceCount(Long pendingImportedDeviceCount)
The summary information of count of wireless devices in an import task that are waiting in the queue to be
onboarded.
|
WirelessDeviceImportTask |
WirelessDeviceImportTask.withSidewalk(SidewalkGetStartImportInfo sidewalk)
The Sidewalk-related information of the wireless device import task.
|
WirelessDeviceImportTask |
WirelessDeviceImportTask.withStatus(ImportTaskStatus status)
The status information of the wireless device import task.
|
WirelessDeviceImportTask |
WirelessDeviceImportTask.withStatus(String status)
The status information of the wireless device import task.
|
WirelessDeviceImportTask |
WirelessDeviceImportTask.withStatusReason(String statusReason)
The reason that provides additional information about the import task status.
|
| Modifier and Type | Method and Description |
|---|---|
List<WirelessDeviceImportTask> |
ListWirelessDeviceImportTasksResult.getWirelessDeviceImportTaskList()
List of import tasks and summary information of onboarding status of devices in each import task.
|
| Modifier and Type | Method and Description |
|---|---|
ListWirelessDeviceImportTasksResult |
ListWirelessDeviceImportTasksResult.withWirelessDeviceImportTaskList(WirelessDeviceImportTask... wirelessDeviceImportTaskList)
List of import tasks and summary information of onboarding status of devices in each import task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWirelessDeviceImportTasksResult.setWirelessDeviceImportTaskList(Collection<WirelessDeviceImportTask> wirelessDeviceImportTaskList)
List of import tasks and summary information of onboarding status of devices in each import task.
|
ListWirelessDeviceImportTasksResult |
ListWirelessDeviceImportTasksResult.withWirelessDeviceImportTaskList(Collection<WirelessDeviceImportTask> wirelessDeviceImportTaskList)
List of import tasks and summary information of onboarding status of devices in each import task.
|
Copyright © 2025. All rights reserved.