| Package | Description |
|---|---|
| com.amazonaws.services.marketplaceagreement.model |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
Dimension.clone() |
Dimension |
Dimension.withDimensionKey(String dimensionKey)
The name of key value of the dimension.
|
Dimension |
Dimension.withDimensionValue(Integer dimensionValue)
The number of units of the dimension the acceptor has purchased.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dimension> |
ConfigurableUpfrontPricingTermConfiguration.getDimensions()
Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate
card.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurableUpfrontPricingTermConfiguration |
ConfigurableUpfrontPricingTermConfiguration.withDimensions(Dimension... dimensions)
Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate
card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableUpfrontPricingTermConfiguration.setDimensions(Collection<Dimension> dimensions)
Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate
card.
|
ConfigurableUpfrontPricingTermConfiguration |
ConfigurableUpfrontPricingTermConfiguration.withDimensions(Collection<Dimension> dimensions)
Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate
card.
|
Copyright © 2023. All rights reserved.