| 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 |
|---|---|
Future<CreateDeviceProfileResult> |
AbstractAWSIoTWirelessAsync.createDeviceProfileAsync(CreateDeviceProfileRequest request,
AsyncHandler<CreateDeviceProfileRequest,CreateDeviceProfileResult> asyncHandler) |
Future<CreateDeviceProfileResult> |
AWSIoTWirelessAsyncClient.createDeviceProfileAsync(CreateDeviceProfileRequest request,
AsyncHandler<CreateDeviceProfileRequest,CreateDeviceProfileResult> asyncHandler) |
Future<CreateDeviceProfileResult> |
AWSIoTWirelessAsync.createDeviceProfileAsync(CreateDeviceProfileRequest createDeviceProfileRequest,
AsyncHandler<CreateDeviceProfileRequest,CreateDeviceProfileResult> asyncHandler)
Creates a new device profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceProfileRequest |
CreateDeviceProfileRequest.clone() |
CreateDeviceProfileRequest |
CreateDeviceProfileRequest.withClientRequestToken(String clientRequestToken)
Each resource must have a unique client request token.
|
CreateDeviceProfileRequest |
CreateDeviceProfileRequest.withLoRaWAN(LoRaWANDeviceProfile loRaWAN)
The device profile information to use to create the device profile.
|
CreateDeviceProfileRequest |
CreateDeviceProfileRequest.withName(String name)
The name of the new resource.
|
CreateDeviceProfileRequest |
CreateDeviceProfileRequest.withSidewalk(SidewalkCreateDeviceProfile sidewalk)
The Sidewalk-related information for creating the Sidewalk device profile.
|
CreateDeviceProfileRequest |
CreateDeviceProfileRequest.withTags(Collection<Tag> tags)
The tags to attach to the new device profile.
|
CreateDeviceProfileRequest |
CreateDeviceProfileRequest.withTags(Tag... tags)
The tags to attach to the new device profile.
|
Copyright © 2024. All rights reserved.