Uses of Interface
software.amazon.awssdk.services.marketplaceagreement.model.FreeTrialPricingTerm.Builder
-
Packages that use FreeTrialPricingTerm.Builder Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of FreeTrialPricingTerm.Builder in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return FreeTrialPricingTerm.Builder Modifier and Type Method Description static FreeTrialPricingTerm.BuilderFreeTrialPricingTerm. builder()FreeTrialPricingTerm.BuilderFreeTrialPricingTerm.Builder. duration(String duration)Duration of the free trial period (5–31 days).FreeTrialPricingTerm.BuilderFreeTrialPricingTerm.Builder. grants(Collection<GrantItem> grants)Entitlements granted to the acceptor of a free trial as part of an agreement execution.FreeTrialPricingTerm.BuilderFreeTrialPricingTerm.Builder. grants(Consumer<GrantItem.Builder>... grants)Entitlements granted to the acceptor of a free trial as part of an agreement execution.FreeTrialPricingTerm.BuilderFreeTrialPricingTerm.Builder. grants(GrantItem... grants)Entitlements granted to the acceptor of a free trial as part of an agreement execution.FreeTrialPricingTerm.BuilderFreeTrialPricingTerm. toBuilder()FreeTrialPricingTerm.BuilderFreeTrialPricingTerm.Builder. type(String type)Category of the term.Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type FreeTrialPricingTerm.Builder Modifier and Type Method Description static Class<? extends FreeTrialPricingTerm.Builder>FreeTrialPricingTerm. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type FreeTrialPricingTerm.Builder Modifier and Type Method Description default AcceptedTerm.BuilderAcceptedTerm.Builder. freeTrialPricingTerm(Consumer<FreeTrialPricingTerm.Builder> freeTrialPricingTerm)Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.static AcceptedTermAcceptedTerm. fromFreeTrialPricingTerm(Consumer<FreeTrialPricingTerm.Builder> freeTrialPricingTerm)Create an instance of this class withAcceptedTerm.freeTrialPricingTerm()initialized to the given value.
-