Uses of Class
com.amazonaws.services.devicefarm.model.MonetaryAmount
-
Packages that use MonetaryAmount Package Description com.amazonaws.services.devicefarm.model -
-
Uses of MonetaryAmount in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return MonetaryAmount Modifier and Type Method Description MonetaryAmountMonetaryAmount. clone()MonetaryAmountOfferingTransaction. getCost()The cost of an offering transaction.MonetaryAmountRecurringCharge. getCost()The cost of the recurring charge.MonetaryAmountMonetaryAmount. withAmount(Double amount)The numerical amount of an offering or transaction.MonetaryAmountMonetaryAmount. withCurrencyCode(CurrencyCode currencyCode)The currency code of a monetary amount.MonetaryAmountMonetaryAmount. withCurrencyCode(String currencyCode)The currency code of a monetary amount.Methods in com.amazonaws.services.devicefarm.model with parameters of type MonetaryAmount Modifier and Type Method Description voidOfferingTransaction. setCost(MonetaryAmount cost)The cost of an offering transaction.voidRecurringCharge. setCost(MonetaryAmount cost)The cost of the recurring charge.OfferingTransactionOfferingTransaction. withCost(MonetaryAmount cost)The cost of an offering transaction.RecurringChargeRecurringCharge. withCost(MonetaryAmount cost)The cost of the recurring charge.
-