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 MonetaryAmount
MonetaryAmount. clone()
MonetaryAmount
OfferingTransaction. getCost()
The cost of an offering transaction.MonetaryAmount
RecurringCharge. getCost()
The cost of the recurring charge.MonetaryAmount
MonetaryAmount. withAmount(Double amount)
The numerical amount of an offering or transaction.MonetaryAmount
MonetaryAmount. withCurrencyCode(CurrencyCode currencyCode)
The currency code of a monetary amount.MonetaryAmount
MonetaryAmount. 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 void
OfferingTransaction. setCost(MonetaryAmount cost)
The cost of an offering transaction.void
RecurringCharge. setCost(MonetaryAmount cost)
The cost of the recurring charge.OfferingTransaction
OfferingTransaction. withCost(MonetaryAmount cost)
The cost of an offering transaction.RecurringCharge
RecurringCharge. withCost(MonetaryAmount cost)
The cost of the recurring charge.
-