Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.ConfigurableUpfrontPricingTerm
-
Packages that use ConfigurableUpfrontPricingTerm Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of ConfigurableUpfrontPricingTerm in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return ConfigurableUpfrontPricingTerm Modifier and Type Method Description ConfigurableUpfrontPricingTermAcceptedTerm. configurableUpfrontPricingTerm()Defines a prepaid payment model that allows buyers to configure the entitlements they want to purchase and the duration.Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type ConfigurableUpfrontPricingTerm Modifier and Type Method Description AcceptedTerm.BuilderAcceptedTerm.Builder. configurableUpfrontPricingTerm(ConfigurableUpfrontPricingTerm configurableUpfrontPricingTerm)Defines a prepaid payment model that allows buyers to configure the entitlements they want to purchase and the duration.static AcceptedTermAcceptedTerm. fromConfigurableUpfrontPricingTerm(ConfigurableUpfrontPricingTerm configurableUpfrontPricingTerm)Create an instance of this class withAcceptedTerm.configurableUpfrontPricingTerm()initialized to the given value.
-