Uses of Class
com.amazonaws.services.devicefarm.model.Offering
-
Packages that use Offering Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Offering in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Offering Modifier and Type Method Description Offering
Offering. clone()
Offering
OfferingStatus. getOffering()
Represents the metadata of an offering status.Offering
Offering. withDescription(String description)
A string describing the offering.Offering
Offering. withId(String id)
The ID that corresponds to a device offering.Offering
Offering. withPlatform(DevicePlatform platform)
The platform of the device (e.g., ANDROID or IOS).Offering
Offering. withPlatform(String platform)
The platform of the device (e.g., ANDROID or IOS).Offering
Offering. withRecurringCharges(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.Offering
Offering. withType(OfferingType type)
The type of offering (e.g., "RECURRING") for a device.Offering
Offering. withType(String type)
The type of offering (e.g., "RECURRING") for a device.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Offering Modifier and Type Method Description List<Offering>
ListOfferingsResult. getOfferings()
A value representing the list offering results.Methods in com.amazonaws.services.devicefarm.model with parameters of type Offering Modifier and Type Method Description void
OfferingStatus. setOffering(Offering offering)
Represents the metadata of an offering status.OfferingStatus
OfferingStatus. withOffering(Offering offering)
Represents the metadata of an offering status.ListOfferingsResult
ListOfferingsResult. withOfferings(Offering... offerings)
A value representing the list offering results.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Offering Modifier and Type Method Description void
ListOfferingsResult. setOfferings(Collection<Offering> offerings)
A value representing the list offering results.ListOfferingsResult
ListOfferingsResult. withOfferings(Collection<Offering> offerings)
A value representing the list offering results.
-