Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private MonetaryAmount |
RecurringCharge.cost
The cost of the recurring charge.
|
private MonetaryAmount |
OfferingTransaction.cost
The cost of an offering transaction.
|
Modifier and Type | Method and Description |
---|---|
MonetaryAmount |
MonetaryAmount.clone() |
MonetaryAmount |
RecurringCharge.getCost()
The cost of the recurring charge.
|
MonetaryAmount |
OfferingTransaction.getCost()
The cost of an offering transaction.
|
MonetaryAmount |
MonetaryAmount.withAmount(java.lang.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(java.lang.String currencyCode)
The currency code of a monetary amount.
|
Modifier and Type | Method and Description |
---|---|
void |
RecurringCharge.setCost(MonetaryAmount cost)
The cost of the recurring charge.
|
void |
OfferingTransaction.setCost(MonetaryAmount cost)
The cost of an offering transaction.
|
RecurringCharge |
RecurringCharge.withCost(MonetaryAmount cost)
The cost of the recurring charge.
|
OfferingTransaction |
OfferingTransaction.withCost(MonetaryAmount cost)
The cost of an offering transaction.
|
Modifier and Type | Method and Description |
---|---|
MonetaryAmount |
MonetaryAmountJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MonetaryAmountJsonMarshaller.marshall(MonetaryAmount monetaryAmount,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|