| 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 |
|---|---|
GetDeviceProfileResult |
AWSIoTWirelessClient.getDeviceProfile(GetDeviceProfileRequest request)
Gets information about a device profile.
|
GetDeviceProfileResult |
AWSIoTWireless.getDeviceProfile(GetDeviceProfileRequest getDeviceProfileRequest)
Gets information about a device profile.
|
GetDeviceProfileResult |
AbstractAWSIoTWireless.getDeviceProfile(GetDeviceProfileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetDeviceProfileResult> |
AbstractAWSIoTWirelessAsync.getDeviceProfileAsync(GetDeviceProfileRequest request,
AsyncHandler<GetDeviceProfileRequest,GetDeviceProfileResult> asyncHandler) |
Future<GetDeviceProfileResult> |
AWSIoTWirelessAsyncClient.getDeviceProfileAsync(GetDeviceProfileRequest request,
AsyncHandler<GetDeviceProfileRequest,GetDeviceProfileResult> asyncHandler) |
Future<GetDeviceProfileResult> |
AWSIoTWirelessAsync.getDeviceProfileAsync(GetDeviceProfileRequest getDeviceProfileRequest,
AsyncHandler<GetDeviceProfileRequest,GetDeviceProfileResult> asyncHandler)
Gets information about a device profile.
|
| Modifier and Type | Method and Description |
|---|---|
GetDeviceProfileResult |
GetDeviceProfileResult.clone() |
GetDeviceProfileResult |
GetDeviceProfileResult.withArn(String arn)
The Amazon Resource Name of the resource.
|
GetDeviceProfileResult |
GetDeviceProfileResult.withId(String id)
The ID of the device profile.
|
GetDeviceProfileResult |
GetDeviceProfileResult.withLoRaWAN(LoRaWANDeviceProfile loRaWAN)
Information about the device profile.
|
GetDeviceProfileResult |
GetDeviceProfileResult.withName(String name)
The name of the resource.
|
GetDeviceProfileResult |
GetDeviceProfileResult.withSidewalk(SidewalkGetDeviceProfile sidewalk)
Information about the Sidewalk parameters in the device profile.
|
Copyright © 2024. All rights reserved.