| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
MonetaryAmount.Builder |
MonetaryAmount.Builder.amount(Double amount)
The numerical amount of an offering or transaction.
|
static MonetaryAmount.Builder |
MonetaryAmount.builder() |
MonetaryAmount.Builder |
MonetaryAmount.Builder.currencyCode(CurrencyCode currencyCode)
The currency code of a monetary amount.
|
MonetaryAmount.Builder |
MonetaryAmount.Builder.currencyCode(String currencyCode)
The currency code of a monetary amount.
|
MonetaryAmount.Builder |
MonetaryAmount.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MonetaryAmount.Builder> |
MonetaryAmount.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default OfferingTransaction.Builder |
OfferingTransaction.Builder.cost(Consumer<MonetaryAmount.Builder> cost)
The cost of an offering transaction.
|
default RecurringCharge.Builder |
RecurringCharge.Builder.cost(Consumer<MonetaryAmount.Builder> cost)
The cost of the recurring charge.
|
Copyright © 2023. All rights reserved.