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 OfferingOffering. clone()OfferingOfferingStatus. getOffering()Represents the metadata of an offering status.OfferingOffering. withDescription(String description)A string describing the offering.OfferingOffering. withId(String id)The ID that corresponds to a device offering.OfferingOffering. withPlatform(DevicePlatform platform)The platform of the device (e.g., ANDROID or IOS).OfferingOffering. withPlatform(String platform)The platform of the device (e.g., ANDROID or IOS).OfferingOffering. withRecurringCharges(RecurringCharge... recurringCharges)Specifies whether there are recurring charges for the offering.OfferingOffering. withRecurringCharges(Collection<RecurringCharge> recurringCharges)Specifies whether there are recurring charges for the offering.OfferingOffering. withType(OfferingType type)The type of offering (e.g., "RECURRING") for a device.OfferingOffering. 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 voidOfferingStatus. setOffering(Offering offering)Represents the metadata of an offering status.OfferingStatusOfferingStatus. withOffering(Offering offering)Represents the metadata of an offering status.ListOfferingsResultListOfferingsResult. 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 voidListOfferingsResult. setOfferings(Collection<Offering> offerings)A value representing the list offering results.ListOfferingsResultListOfferingsResult. withOfferings(Collection<Offering> offerings)A value representing the list offering results.
-