Uses of Interface
software.amazon.awssdk.services.marketplaceagreement.model.Constraints.Builder
-
Packages that use Constraints.Builder Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of Constraints.Builder in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return Constraints.Builder Modifier and Type Method Description static Constraints.BuilderConstraints. builder()Constraints.BuilderConstraints.Builder. multipleDimensionSelection(String multipleDimensionSelection)Determines if buyers are allowed to select multiple dimensions in the rate card.Constraints.BuilderConstraints.Builder. quantityConfiguration(String quantityConfiguration)Determines if acceptors are allowed to configure quantity for each dimension in rate card.Constraints.BuilderConstraints. toBuilder()Methods in software.amazon.awssdk.services.marketplaceagreement.model that return types with arguments of type Constraints.Builder Modifier and Type Method Description static Class<? extends Constraints.Builder>Constraints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.marketplaceagreement.model with type arguments of type Constraints.Builder Modifier and Type Method Description default ConfigurableUpfrontRateCardItem.BuilderConfigurableUpfrontRateCardItem.Builder. constraints(Consumer<Constraints.Builder> constraints)Defines limits on how the term can be configured by acceptors.
-