Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.GrantItem
-
Packages that use GrantItem Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of GrantItem in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type GrantItem Modifier and Type Method Description List<GrantItem>FixedUpfrontPricingTerm. grants()Entitlements granted to the acceptor of fixed upfront as part of agreement execution.List<GrantItem>FreeTrialPricingTerm. grants()Entitlements granted to the acceptor of a free trial as part of an agreement execution.Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type GrantItem Modifier and Type Method Description FixedUpfrontPricingTerm.BuilderFixedUpfrontPricingTerm.Builder. grants(GrantItem... grants)Entitlements granted to the acceptor of fixed upfront as part of agreement execution.FreeTrialPricingTerm.BuilderFreeTrialPricingTerm.Builder. grants(GrantItem... grants)Entitlements granted to the acceptor of a free trial as part of an agreement execution.Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type GrantItem Modifier and Type Method Description FixedUpfrontPricingTerm.BuilderFixedUpfrontPricingTerm.Builder. grants(Collection<GrantItem> grants)Entitlements granted to the acceptor of fixed upfront as part of agreement execution.FreeTrialPricingTerm.BuilderFreeTrialPricingTerm.Builder. grants(Collection<GrantItem> grants)Entitlements granted to the acceptor of a free trial as part of an agreement execution.
-