| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteDeviceProfileResponse |
IotWirelessClient.deleteDeviceProfile(Consumer<DeleteDeviceProfileRequest.Builder> deleteDeviceProfileRequest)
Deletes a device profile.
|
default DeleteDeviceProfileResponse |
IotWirelessClient.deleteDeviceProfile(DeleteDeviceProfileRequest deleteDeviceProfileRequest)
Deletes a device profile.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteDeviceProfileResponse> |
IotWirelessAsyncClient.deleteDeviceProfile(Consumer<DeleteDeviceProfileRequest.Builder> deleteDeviceProfileRequest)
Deletes a device profile.
|
default CompletableFuture<DeleteDeviceProfileResponse> |
IotWirelessAsyncClient.deleteDeviceProfile(DeleteDeviceProfileRequest deleteDeviceProfileRequest)
Deletes a device profile.
|
Copyright © 2022. All rights reserved.