[][src]Trait rusoto_marketplace_entitlement::MarketplaceEntitlement

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

fn get_entitlements(
    &self,
    input: GetEntitlementsRequest
) -> RusotoFuture<GetEntitlementsResult, GetEntitlementsError>

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

Loading content...

Implementors

impl MarketplaceEntitlement for MarketplaceEntitlementClient[src]

fn get_entitlements(
    &self,
    input: GetEntitlementsRequest
) -> RusotoFuture<GetEntitlementsResult, GetEntitlementsError>
[src]

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

Loading content...