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.

Displays a list of all entitlements that have been granted to this account. This request returns 20 results per page.

Note:

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

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

Syntax

C#
public abstract ListEntitlementsResponse ListEntitlements(
         ListEntitlementsRequest request
)

Parameters

request
Type: Amazon.MediaConnect.Model.ListEntitlementsRequest

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

Return Value


The response from the ListEntitlements service method, as returned by MediaConnect.

Exceptions

ExceptionCondition
BadRequestException Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
InternalServerErrorException Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
ServiceUnavailableException Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.
TooManyRequestsException Exception raised by AWS Elemental MediaConnect. See the error message and documentation for the operation for more information on the cause of this exception.

Version Information

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

See Also