| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
GetWirelessDeviceImportTaskResult |
AWSIoTWirelessClient.getWirelessDeviceImportTask(GetWirelessDeviceImportTaskRequest request)
Get information about an import task and count of device onboarding summary information for the import task.
|
GetWirelessDeviceImportTaskResult |
AbstractAWSIoTWireless.getWirelessDeviceImportTask(GetWirelessDeviceImportTaskRequest request) |
GetWirelessDeviceImportTaskResult |
AWSIoTWireless.getWirelessDeviceImportTask(GetWirelessDeviceImportTaskRequest getWirelessDeviceImportTaskRequest)
Get information about an import task and count of device onboarding summary information for the import task.
|
| Modifier and Type | Method and Description |
|---|---|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.clone() |
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withArn(String arn)
The ARN (Amazon Resource Name) of the import task.
|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withCreationTime(Date creationTime)
The time at which the import task was created.
|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withDestinationName(String destinationName)
The name of the destination that's assigned to the wireless devices in the import task.
|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withFailedImportedDeviceCount(Long failedImportedDeviceCount)
The number of devices in the import task that failed to onboard to the import task.
|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withId(String id)
The identifier of the import task for which information is retrieved.
|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withInitializedImportedDeviceCount(Long initializedImportedDeviceCount)
The number of devices in the import task that are waiting for the control log to start processing.
|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withOnboardedImportedDeviceCount(Long onboardedImportedDeviceCount)
The number of devices in the import task that have been onboarded to the import task.
|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withPendingImportedDeviceCount(Long pendingImportedDeviceCount)
The number of devices in the import task that are waiting in the import task queue to be onboarded.
|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withSidewalk(SidewalkGetStartImportInfo sidewalk)
The Sidewalk-related information about an import task.
|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withStatus(ImportTaskStatus status)
The import task status.
|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withStatus(String status)
The import task status.
|
GetWirelessDeviceImportTaskResult |
GetWirelessDeviceImportTaskResult.withStatusReason(String statusReason)
The reason for the provided status information, such as a validation error that causes the import task to fail.
|
Copyright © 2025. All rights reserved.