Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.Dimension
-
Packages that use Dimension Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of Dimension in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type Dimension Modifier and Type Method Description List<Dimension>ConfigurableUpfrontPricingTermConfiguration. dimensions()Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type Dimension Modifier and Type Method Description ConfigurableUpfrontPricingTermConfiguration.BuilderConfigurableUpfrontPricingTermConfiguration.Builder. dimensions(Dimension... dimensions)Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type Dimension Modifier and Type Method Description ConfigurableUpfrontPricingTermConfiguration.BuilderConfigurableUpfrontPricingTermConfiguration.Builder. dimensions(Collection<Dimension> dimensions)Defines the dimensions that the acceptor has purchased from the overall set of dimensions presented in the rate card.
-