Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
RecurringCharge |
RecurringCharge.clone() |
RecurringCharge |
RecurringCharge.withCost(MonetaryAmount cost)
The cost of the recurring charge.
|
RecurringCharge |
RecurringCharge.withFrequency(RecurringChargeFrequency frequency)
The frequency in which charges will recur.
|
RecurringCharge |
RecurringCharge.withFrequency(String frequency)
The frequency in which charges will recur.
|
Modifier and Type | Method and Description |
---|---|
List<RecurringCharge> |
Offering.getRecurringCharges()
Specifies whether there are recurring charges for the offering.
|
Modifier and Type | Method and Description |
---|---|
Offering |
Offering.withRecurringCharges(RecurringCharge... recurringCharges)
Specifies whether there are recurring charges for the offering.
|
Modifier and Type | Method and Description |
---|---|
void |
Offering.setRecurringCharges(Collection<RecurringCharge> recurringCharges)
Specifies whether there are recurring charges for the offering.
|
Offering |
Offering.withRecurringCharges(Collection<RecurringCharge> recurringCharges)
Specifies whether there are recurring charges for the offering.
|
Copyright © 2018. All rights reserved.