[][src]Trait rusoto_marketplace_entitlement::MarketplaceEntitlement

pub trait MarketplaceEntitlement {
#[must_use]    fn get_entitlements<'life0, 'async_trait>(
        &'life0 self,
        input: GetEntitlementsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetEntitlementsResult, RusotoError<GetEntitlementsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

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

Required methods

#[must_use]fn get_entitlements<'life0, 'async_trait>(
    &'life0 self,
    input: GetEntitlementsRequest
) -> Pin<Box<dyn Future<Output = Result<GetEntitlementsResult, RusotoError<GetEntitlementsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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<'life0, 'async_trait>(
    &'life0 self,
    input: GetEntitlementsRequest
) -> Pin<Box<dyn Future<Output = Result<GetEntitlementsResult, RusotoError<GetEntitlementsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

Loading content...