Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.FixedUpfrontPricingTerm
-
Packages that use FixedUpfrontPricingTerm Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of FixedUpfrontPricingTerm in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return FixedUpfrontPricingTerm Modifier and Type Method Description FixedUpfrontPricingTermAcceptedTerm. fixedUpfrontPricingTerm()Defines a pre-paid pricing model where the customers are charged a fixed upfront amount.Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type FixedUpfrontPricingTerm Modifier and Type Method Description AcceptedTerm.BuilderAcceptedTerm.Builder. fixedUpfrontPricingTerm(FixedUpfrontPricingTerm fixedUpfrontPricingTerm)Defines a pre-paid pricing model where the customers are charged a fixed upfront amount.static AcceptedTermAcceptedTerm. fromFixedUpfrontPricingTerm(FixedUpfrontPricingTerm fixedUpfrontPricingTerm)Create an instance of this class withAcceptedTerm.fixedUpfrontPricingTerm()initialized to the given value.
-