| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
UsageBasedPricingTerm |
UsageBasedPricingTerm.clone() |
UsageBasedPricingTerm |
AcceptedTerm.getUsageBasedPricingTerm()
Defines a usage-based pricing model (typically, pay-as-you-go pricing), where the customers are charged based on
product usage.
|
UsageBasedPricingTerm |
UsageBasedPricingTerm.withCurrencyCode(String currencyCode)
Defines the currency for the prices mentioned in the term.
|
UsageBasedPricingTerm |
UsageBasedPricingTerm.withRateCards(Collection<UsageBasedRateCardItem> rateCards)
List of rate cards.
|
UsageBasedPricingTerm |
UsageBasedPricingTerm.withRateCards(UsageBasedRateCardItem... rateCards)
List of rate cards.
|
UsageBasedPricingTerm |
UsageBasedPricingTerm.withType(String type)
Category of the term.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcceptedTerm.setUsageBasedPricingTerm(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.withUsageBasedPricingTerm(UsageBasedPricingTerm usageBasedPricingTerm)
Defines a usage-based pricing model (typically, pay-as-you-go pricing), where the customers are charged based on
product usage.
|
Copyright © 2024. All rights reserved.