Trait rusoto_marketplace_entitlement::MarketplaceEntitlement[][src]

pub trait MarketplaceEntitlement {
    fn get_entitlements(
        &self,
        input: GetEntitlementsRequest
    ) -> RusotoFuture<GetEntitlementsResult, GetEntitlementsError>; }

Trait representing the capabilities of the AWS Marketplace Entitlement Service API. AWS Marketplace Entitlement Service clients implement this trait.

Required Methods

GetEntitlements retrieves entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions.

Implementors