String productCode
The product code for which the given entitlement applies. Product codes are provided by AWS Marketplace when the product listing is created.
String dimension
The dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.
String customerIdentifier
The customer identifier is a handle to each unique customer in an application. Customer identifiers are obtained through the ResolveCustomer operation in AWS Marketplace Metering Service.
EntitlementValue value
The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
Date expirationDate
The expiration date represents the minimum date through which this entitlement is expected to remain valid. For contractual products listed on AWS Marketplace, the expiration date is the date at which the customer will renew or cancel their contract. Customers who are opting to renew their contract will still have entitlements with an expiration date.
Integer integerValue
The IntegerValue field will be populated with an integer value when the entitlement is an integer type. Otherwise, the field will not be set.
Double doubleValue
The DoubleValue field will be populated with a double value when the entitlement is a double type. Otherwise, the field will not be set.
Boolean booleanValue
The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set.
String stringValue
The StringValue field will be populated with a string value when the entitlement is a string type. Otherwise, the field will not be set.
String 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.
Map<K,V> 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.
String nextToken
For paginated calls to GetEntitlements, pass the NextToken from the previous GetEntitlementsResult.
Integer maxResults
The maximum number of items to retrieve from the GetEntitlements operation. For pagination, use the NextToken field in subsequent calls to GetEntitlements.
List<E> entitlements
The set of entitlements found through the GetEntitlements operation. If the result contains an empty set of entitlements, NextToken might still be present and should be used.
String nextToken
For paginated results, use NextToken in subsequent calls to GetEntitlements. If the result contains an empty set of entitlements, NextToken might still be present and should be used.
Copyright © 2023. All rights reserved.