| 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 |
|---|---|
CreateDeviceProfileResult |
AWSIoTWirelessClient.createDeviceProfile(CreateDeviceProfileRequest request)
Creates a new device profile.
|
CreateDeviceProfileResult |
AWSIoTWireless.createDeviceProfile(CreateDeviceProfileRequest createDeviceProfileRequest)
Creates a new device profile.
|
CreateDeviceProfileResult |
AbstractAWSIoTWireless.createDeviceProfile(CreateDeviceProfileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<CreateDeviceProfileResult> |
AbstractAWSIoTWirelessAsync.createDeviceProfileAsync(CreateDeviceProfileRequest request,
AsyncHandler<CreateDeviceProfileRequest,CreateDeviceProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateDeviceProfileResult |
CreateDeviceProfileResult.clone() |
CreateDeviceProfileResult |
CreateDeviceProfileResult.withArn(String arn)
The Amazon Resource Name of the new resource.
|
CreateDeviceProfileResult |
CreateDeviceProfileResult.withId(String id)
The ID of the new device profile.
|
Copyright © 2023. All rights reserved.