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.
Container for the parameters to the GetEntitlements operation.
GetEntitlements retrieves entitlement values for a given product. The results can
be filtered based on customer identifier, AWS account ID, or product dimensions.
The
These parameters are mutually exclusive. You can't specify both CustomerIdentifier
parameter is on path for deprecation. Use CustomerAWSAccountID
instead.
CustomerIdentifier
and CustomerAWSAccountID
in the same request.
Namespace: Amazon.MarketplaceEntitlementService.Model
Assembly: AWSSDK.MarketplaceEntitlementService.dll
Version: 3.x.y.z
public class GetEntitlementsRequest : AmazonMarketplaceEntitlementServiceRequest IAmazonWebServiceRequest
The GetEntitlementsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetEntitlementsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Filter | System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>> |
Gets and sets the property Filter. Filter is used to return entitlements for a specific customer or for a specific dimension. Filters are described as keys mapped to a lists of values. Filtered requests are unioned for each value in the value list, and then intersected for each filter key.
|
![]() |
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements. |
![]() |
NextToken | System.String |
Gets and sets the property NextToken. For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult. |
![]() |
ProductCode | System.String |
Gets and sets the property ProductCode. Product code is used to uniquely identify a product in AWS Marketplace. The product code will be provided by AWS Marketplace when the product listing is created. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5