Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.FreeTrialPricingTerm
-
Packages that use FreeTrialPricingTerm Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of FreeTrialPricingTerm in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return FreeTrialPricingTerm Modifier and Type Method Description FreeTrialPricingTermAcceptedTerm. freeTrialPricingTerm()Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type FreeTrialPricingTerm Modifier and Type Method Description AcceptedTerm.BuilderAcceptedTerm.Builder. freeTrialPricingTerm(FreeTrialPricingTerm freeTrialPricingTerm)Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.static AcceptedTermAcceptedTerm. fromFreeTrialPricingTerm(FreeTrialPricingTerm freeTrialPricingTerm)Create an instance of this class withAcceptedTerm.freeTrialPricingTerm()initialized to the given value.
-