Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<RecurringCharge> |
Offering.recurringCharges
Specifies whether there are recurring charges for the offering.
|
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(java.lang.String frequency)
The frequency in which charges will recur.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<RecurringCharge> recurringCharges)
Specifies whether there are recurring charges for the offering.
|
Offering |
Offering.withRecurringCharges(java.util.Collection<RecurringCharge> recurringCharges)
Specifies whether there are recurring charges for the offering.
|
Modifier and Type | Method and Description |
---|---|
RecurringCharge |
RecurringChargeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RecurringChargeJsonMarshaller.marshall(RecurringCharge recurringCharge,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|