AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Associates a wireless device with a thing.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to AssociateWirelessDeviceWithThingAsync.

Namespace: Amazon.IoTWireless
Assembly: AWSSDK.IoTWireless.dll
Version: 3.x.y.z

Syntax

C#
public abstract AssociateWirelessDeviceWithThingResponse AssociateWirelessDeviceWithThing(
         AssociateWirelessDeviceWithThingRequest request
)

Parameters

request
Type: Amazon.IoTWireless.Model.AssociateWirelessDeviceWithThingRequest

Container for the necessary parameters to execute the AssociateWirelessDeviceWithThing service method.

Return Value


The response from the AssociateWirelessDeviceWithThing service method, as returned by IoTWireless.

Exceptions

ExceptionCondition
AccessDeniedException User does not have permission to perform this action.
ConflictException Adding, updating, or deleting the resource can cause an inconsistent state.
InternalServerException An unexpected error occurred while processing a request.
ResourceNotFoundException Resource does not exist.
ThrottlingException The request was denied because it exceeded the allowed API request rate.
ValidationException The input did not meet the specified constraints.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also