static AcceptedTerm.Builder |
AcceptedTerm.builder() |
|
default AcceptedTerm.Builder |
AcceptedTerm.Builder.byolPricingTerm(Consumer<ByolPricingTerm.Builder> byolPricingTerm) |
Enables you and your customers to move your existing agreements to AWS Marketplace.
|
AcceptedTerm.Builder |
AcceptedTerm.Builder.byolPricingTerm(ByolPricingTerm byolPricingTerm) |
Enables you and your customers to move your existing agreements to AWS Marketplace.
|
default AcceptedTerm.Builder |
AcceptedTerm.Builder.configurableUpfrontPricingTerm(Consumer<ConfigurableUpfrontPricingTerm.Builder> configurableUpfrontPricingTerm) |
Defines a prepaid payment model that allows buyers to configure the entitlements they want to purchase and
the duration.
|
AcceptedTerm.Builder |
AcceptedTerm.Builder.configurableUpfrontPricingTerm(ConfigurableUpfrontPricingTerm configurableUpfrontPricingTerm) |
Defines a prepaid payment model that allows buyers to configure the entitlements they want to purchase and
the duration.
|
default AcceptedTerm.Builder |
AcceptedTerm.Builder.fixedUpfrontPricingTerm(Consumer<FixedUpfrontPricingTerm.Builder> fixedUpfrontPricingTerm) |
Defines a pre-paid pricing model where the customers are charged a fixed upfront amount.
|
AcceptedTerm.Builder |
AcceptedTerm.Builder.fixedUpfrontPricingTerm(FixedUpfrontPricingTerm fixedUpfrontPricingTerm) |
Defines a pre-paid pricing model where the customers are charged a fixed upfront amount.
|
default AcceptedTerm.Builder |
AcceptedTerm.Builder.freeTrialPricingTerm(Consumer<FreeTrialPricingTerm.Builder> freeTrialPricingTerm) |
Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.
|
AcceptedTerm.Builder |
AcceptedTerm.Builder.freeTrialPricingTerm(FreeTrialPricingTerm freeTrialPricingTerm) |
Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.
|
default AcceptedTerm.Builder |
AcceptedTerm.Builder.legalTerm(Consumer<LegalTerm.Builder> legalTerm) |
Defines the list of text agreements proposed to the acceptors.
|
AcceptedTerm.Builder |
AcceptedTerm.Builder.legalTerm(LegalTerm legalTerm) |
Defines the list of text agreements proposed to the acceptors.
|
default AcceptedTerm.Builder |
AcceptedTerm.Builder.paymentScheduleTerm(Consumer<PaymentScheduleTerm.Builder> paymentScheduleTerm) |
Defines an installment-based pricing model where customers are charged a fixed price on different dates
during the agreement validity period.
|
AcceptedTerm.Builder |
AcceptedTerm.Builder.paymentScheduleTerm(PaymentScheduleTerm paymentScheduleTerm) |
Defines an installment-based pricing model where customers are charged a fixed price on different dates
during the agreement validity period.
|
default AcceptedTerm.Builder |
AcceptedTerm.Builder.recurringPaymentTerm(Consumer<RecurringPaymentTerm.Builder> recurringPaymentTerm) |
Defines a pricing model where customers are charged a fixed recurring price at the end of each billing
period.
|
AcceptedTerm.Builder |
AcceptedTerm.Builder.recurringPaymentTerm(RecurringPaymentTerm recurringPaymentTerm) |
Defines a pricing model where customers are charged a fixed recurring price at the end of each billing
period.
|
default AcceptedTerm.Builder |
AcceptedTerm.Builder.renewalTerm(Consumer<RenewalTerm.Builder> renewalTerm) |
Defines that on graceful expiration of the agreement (when the agreement ends on its pre-defined end date), a
new agreement will be created using the accepted terms on the existing agreement.
|
AcceptedTerm.Builder |
AcceptedTerm.Builder.renewalTerm(RenewalTerm renewalTerm) |
Defines that on graceful expiration of the agreement (when the agreement ends on its pre-defined end date), a
new agreement will be created using the accepted terms on the existing agreement.
|
default AcceptedTerm.Builder |
AcceptedTerm.Builder.supportTerm(Consumer<SupportTerm.Builder> supportTerm) |
Defines the customer support available for the acceptors when they purchase the software.
|
AcceptedTerm.Builder |
AcceptedTerm.Builder.supportTerm(SupportTerm supportTerm) |
Defines the customer support available for the acceptors when they purchase the software.
|
AcceptedTerm.Builder |
AcceptedTerm.toBuilder() |
|
default AcceptedTerm.Builder |
AcceptedTerm.Builder.usageBasedPricingTerm(Consumer<UsageBasedPricingTerm.Builder> usageBasedPricingTerm) |
Defines a usage-based pricing model (typically, pay-as-you-go pricing), where the customers are charged based
on product usage.
|
AcceptedTerm.Builder |
AcceptedTerm.Builder.usageBasedPricingTerm(UsageBasedPricingTerm usageBasedPricingTerm) |
Defines a usage-based pricing model (typically, pay-as-you-go pricing), where the customers are charged based
on product usage.
|
default AcceptedTerm.Builder |
AcceptedTerm.Builder.validityTerm(Consumer<ValidityTerm.Builder> validityTerm) |
Defines the conditions that will keep an agreement created from this offer valid.
|
AcceptedTerm.Builder |
AcceptedTerm.Builder.validityTerm(ValidityTerm validityTerm) |
Defines the conditions that will keep an agreement created from this offer valid.
|