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.

List all multicast groups associated with a fuota task.

Note:

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

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

Syntax

C#
public virtual ListMulticastGroupsByFuotaTaskResponse ListMulticastGroupsByFuotaTask(
         ListMulticastGroupsByFuotaTaskRequest request
)

Parameters

request
Type: Amazon.IoTWireless.Model.ListMulticastGroupsByFuotaTaskRequest

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

Return Value


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

Exceptions

ExceptionCondition
AccessDeniedException User does not have permission to perform this action.
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