Uses of Class
software.amazon.awssdk.services.marketplaceagreement.model.UsageBasedPricingTerm
-
Packages that use UsageBasedPricingTerm Package Description software.amazon.awssdk.services.marketplaceagreement.model -
-
Uses of UsageBasedPricingTerm in software.amazon.awssdk.services.marketplaceagreement.model
Methods in software.amazon.awssdk.services.marketplaceagreement.model that return UsageBasedPricingTerm Modifier and Type Method Description UsageBasedPricingTermAcceptedTerm. usageBasedPricingTerm()Defines a usage-based pricing model (typically, pay-as-you-go pricing), where the customers are charged based on product usage.Methods in software.amazon.awssdk.services.marketplaceagreement.model with parameters of type UsageBasedPricingTerm Modifier and Type Method Description static AcceptedTermAcceptedTerm. fromUsageBasedPricingTerm(UsageBasedPricingTerm usageBasedPricingTerm)Create an instance of this class withAcceptedTerm.usageBasedPricingTerm()initialized to the given value.AcceptedTerm.BuilderAcceptedTerm.Builder. usageBasedPricingTerm(UsageBasedPricingTerm usageBasedPricingTerm)Defines a usage-based pricing model (typically, pay-as-you-go pricing), where the customers are charged based on product usage.
-