| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
RateCardItem |
RateCardItem.clone() |
RateCardItem |
RateCardItem.withDimensionKey(String dimensionKey)
Dimension for which the given entitlement applies.
|
RateCardItem |
RateCardItem.withPrice(String price)
Per unit price for the product dimension that’s used for calculating the amount to be charged.
|
| Modifier and Type | Method and Description |
|---|---|
List<RateCardItem> |
ConfigurableUpfrontRateCardItem.getRateCard()
Defines the per unit rates for product dimensions.
|
List<RateCardItem> |
UsageBasedRateCardItem.getRateCard()
Defines the per unit rates for product dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurableUpfrontRateCardItem |
ConfigurableUpfrontRateCardItem.withRateCard(RateCardItem... rateCard)
Defines the per unit rates for product dimensions.
|
UsageBasedRateCardItem |
UsageBasedRateCardItem.withRateCard(RateCardItem... rateCard)
Defines the per unit rates for product dimensions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableUpfrontRateCardItem.setRateCard(Collection<RateCardItem> rateCard)
Defines the per unit rates for product dimensions.
|
void |
UsageBasedRateCardItem.setRateCard(Collection<RateCardItem> rateCard)
Defines the per unit rates for product dimensions.
|
ConfigurableUpfrontRateCardItem |
ConfigurableUpfrontRateCardItem.withRateCard(Collection<RateCardItem> rateCard)
Defines the per unit rates for product dimensions.
|
UsageBasedRateCardItem |
UsageBasedRateCardItem.withRateCard(Collection<RateCardItem> rateCard)
Defines the per unit rates for product dimensions.
|
Copyright © 2024. All rights reserved.