| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
AcceptedTerm |
AcceptedTerm.clone() |
AcceptedTerm |
AcceptedTerm.withByolPricingTerm(ByolPricingTerm byolPricingTerm)
Enables you and your customers to move your existing agreements to AWS Marketplace.
|
AcceptedTerm |
AcceptedTerm.withConfigurableUpfrontPricingTerm(ConfigurableUpfrontPricingTerm configurableUpfrontPricingTerm)
Defines a prepaid payment model that allows buyers to configure the entitlements they want to purchase and the
duration.
|
AcceptedTerm |
AcceptedTerm.withFixedUpfrontPricingTerm(FixedUpfrontPricingTerm fixedUpfrontPricingTerm)
Defines a pre-paid pricing model where the customers are charged a fixed upfront amount.
|
AcceptedTerm |
AcceptedTerm.withFreeTrialPricingTerm(FreeTrialPricingTerm freeTrialPricingTerm)
Defines a short-term free pricing model where the buyers aren’t charged anything within a specified limit.
|
AcceptedTerm |
AcceptedTerm.withLegalTerm(LegalTerm legalTerm)
Defines the list of text agreements proposed to the acceptors.
|
AcceptedTerm |
AcceptedTerm.withPaymentScheduleTerm(PaymentScheduleTerm paymentScheduleTerm)
Defines an installment-based pricing model where customers are charged a fixed price on different dates during
the agreement validity period.
|
AcceptedTerm |
AcceptedTerm.withRecurringPaymentTerm(RecurringPaymentTerm recurringPaymentTerm)
Defines a pricing model where customers are charged a fixed recurring price at the end of each billing period.
|
AcceptedTerm |
AcceptedTerm.withRenewalTerm(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.
|
AcceptedTerm |
AcceptedTerm.withSupportTerm(SupportTerm supportTerm)
Defines the customer support available for the acceptors when they purchase the software.
|
AcceptedTerm |
AcceptedTerm.withUsageBasedPricingTerm(UsageBasedPricingTerm usageBasedPricingTerm)
Defines a usage-based pricing model (typically, pay-as-you-go pricing), where the customers are charged based on
product usage.
|
AcceptedTerm |
AcceptedTerm.withValidityTerm(ValidityTerm validityTerm)
Defines the conditions that will keep an agreement created from this offer valid.
|
| Modifier and Type | Method and Description |
|---|---|
List<AcceptedTerm> |
GetAgreementTermsResult.getAcceptedTerms()
A subset of terms proposed by the proposer that have been accepted by the acceptor as part of the agreement
creation.
|
| Modifier and Type | Method and Description |
|---|---|
GetAgreementTermsResult |
GetAgreementTermsResult.withAcceptedTerms(AcceptedTerm... acceptedTerms)
A subset of terms proposed by the proposer that have been accepted by the acceptor as part of the agreement
creation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAgreementTermsResult.setAcceptedTerms(Collection<AcceptedTerm> acceptedTerms)
A subset of terms proposed by the proposer that have been accepted by the acceptor as part of the agreement
creation.
|
GetAgreementTermsResult |
GetAgreementTermsResult.withAcceptedTerms(Collection<AcceptedTerm> acceptedTerms)
A subset of terms proposed by the proposer that have been accepted by the acceptor as part of the agreement
creation.
|
Copyright © 2023. All rights reserved.