Struct rusoto_marketplace_entitlement::MarketplaceEntitlementClient[][src]

pub struct MarketplaceEntitlementClient { /* fields omitted */ }

A client for the AWS Marketplace Entitlement Service API.

Methods

impl MarketplaceEntitlementClient
[src]

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

Trait Implementations

impl MarketplaceEntitlement for MarketplaceEntitlementClient
[src]

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

Auto Trait Implementations