getEntitlements
inline suspend fun MarketplaceEntitlementClient.getEntitlements(crossinline block: GetEntitlementsRequest.Builder.() -> Unit): GetEntitlementsResponse
GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier, AWS account ID, or product dimensions.
The CustomerIdentifier
parameter is on path for deprecation. Use CustomerAWSAccountID
instead.
These parameters are mutually exclusive. You can't specify both CustomerIdentifier
and CustomerAWSAccountID
in the same request.