Uses of Class
com.amazonaws.services.devicefarm.model.MonetaryAmount
Packages that use MonetaryAmount
-
Uses of MonetaryAmount in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return MonetaryAmountModifier and TypeMethodDescriptionMonetaryAmount.clone()
OfferingTransaction.getCost()
The cost of an offering transaction.RecurringCharge.getCost()
The cost of the recurring charge.MonetaryAmount.withAmount
(Double amount) The numerical amount of an offering or transaction.MonetaryAmount.withCurrencyCode
(CurrencyCode currencyCode) The currency code of a monetary amount.MonetaryAmount.withCurrencyCode
(String currencyCode) The currency code of a monetary amount.Methods in com.amazonaws.services.devicefarm.model with parameters of type MonetaryAmountModifier and TypeMethodDescriptionvoid
OfferingTransaction.setCost
(MonetaryAmount cost) The cost of an offering transaction.void
RecurringCharge.setCost
(MonetaryAmount cost) The cost of the recurring charge.OfferingTransaction.withCost
(MonetaryAmount cost) The cost of an offering transaction.RecurringCharge.withCost
(MonetaryAmount cost) The cost of the recurring charge.