| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless |
AWS IoT Wireless API documentation
|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceProfilesResult |
AWSIoTWireless.listDeviceProfiles(ListDeviceProfilesRequest listDeviceProfilesRequest)
Lists the device profiles registered to your AWS account.
|
ListDeviceProfilesResult |
AWSIoTWirelessClient.listDeviceProfiles(ListDeviceProfilesRequest request)
Lists the device profiles registered to your AWS account.
|
ListDeviceProfilesResult |
AbstractAWSIoTWireless.listDeviceProfiles(ListDeviceProfilesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeviceProfilesResult> |
AWSIoTWirelessAsync.listDeviceProfilesAsync(ListDeviceProfilesRequest listDeviceProfilesRequest,
AsyncHandler<ListDeviceProfilesRequest,ListDeviceProfilesResult> asyncHandler)
Lists the device profiles registered to your AWS account.
|
Future<ListDeviceProfilesResult> |
AbstractAWSIoTWirelessAsync.listDeviceProfilesAsync(ListDeviceProfilesRequest request,
AsyncHandler<ListDeviceProfilesRequest,ListDeviceProfilesResult> asyncHandler) |
Future<ListDeviceProfilesResult> |
AWSIoTWirelessAsyncClient.listDeviceProfilesAsync(ListDeviceProfilesRequest request,
AsyncHandler<ListDeviceProfilesRequest,ListDeviceProfilesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDeviceProfilesResult |
ListDeviceProfilesResult.clone() |
ListDeviceProfilesResult |
ListDeviceProfilesResult.withDeviceProfileList(Collection<DeviceProfile> deviceProfileList)
The list of device profiles.
|
ListDeviceProfilesResult |
ListDeviceProfilesResult.withDeviceProfileList(DeviceProfile... deviceProfileList)
The list of device profiles.
|
ListDeviceProfilesResult |
ListDeviceProfilesResult.withNextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
Copyright © 2021. All rights reserved.