Uses of Interface
software.amazon.awssdk.services.devicefarm.model.MonetaryAmount.Builder
-
Packages that use MonetaryAmount.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of MonetaryAmount.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return MonetaryAmount.Builder Modifier and Type Method Description MonetaryAmount.BuilderMonetaryAmount.Builder. amount(Double amount)The numerical amount of an offering or transaction.static MonetaryAmount.BuilderMonetaryAmount. builder()MonetaryAmount.BuilderMonetaryAmount.Builder. currencyCode(String currencyCode)The currency code of a monetary amount.MonetaryAmount.BuilderMonetaryAmount.Builder. currencyCode(CurrencyCode currencyCode)The currency code of a monetary amount.MonetaryAmount.BuilderMonetaryAmount. toBuilder()Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type MonetaryAmount.Builder Modifier and Type Method Description static Class<? extends MonetaryAmount.Builder>MonetaryAmount. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type MonetaryAmount.Builder Modifier and Type Method Description default OfferingTransaction.BuilderOfferingTransaction.Builder. cost(Consumer<MonetaryAmount.Builder> cost)The cost of an offering transaction.default RecurringCharge.BuilderRecurringCharge.Builder. cost(Consumer<MonetaryAmount.Builder> cost)The cost of the recurring charge.
-