Uses of Class
software.amazon.awssdk.services.devicefarm.model.MonetaryAmount
-
Packages that use MonetaryAmount Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of MonetaryAmount in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return MonetaryAmount Modifier and Type Method Description MonetaryAmountOfferingTransaction. cost()The cost of an offering transaction.MonetaryAmountRecurringCharge. cost()The cost of the recurring charge.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type MonetaryAmount Modifier and Type Method Description OfferingTransaction.BuilderOfferingTransaction.Builder. cost(MonetaryAmount cost)The cost of an offering transaction.RecurringCharge.BuilderRecurringCharge.Builder. cost(MonetaryAmount cost)The cost of the recurring charge.
-