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.

Lists the multicast groups registered to your AWS account.

Note:

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

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

Syntax

C#
public virtual ListMulticastGroupsResponse ListMulticastGroups(
         ListMulticastGroupsRequest request
)

Parameters

request
Type: Amazon.IoTWireless.Model.ListMulticastGroupsRequest

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

Return Value


The response from the ListMulticastGroups 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.
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