Uses of Class
software.amazon.awssdk.services.devicefarm.model.RecurringCharge
-
Packages that use RecurringCharge Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of RecurringCharge in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type RecurringCharge Modifier and Type Method Description List<RecurringCharge>Offering. recurringCharges()Specifies whether there are recurring charges for the offering.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type RecurringCharge Modifier and Type Method Description Offering.BuilderOffering.Builder. recurringCharges(RecurringCharge... recurringCharges)Specifies whether there are recurring charges for the offering.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type RecurringCharge Modifier and Type Method Description Offering.BuilderOffering.Builder. recurringCharges(Collection<RecurringCharge> recurringCharges)Specifies whether there are recurring charges for the offering.
-