Uses of Class
com.amazonaws.services.devicefarm.model.Offering
Packages that use Offering
-
Uses of Offering in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return OfferingModifier and TypeMethodDescriptionOffering.clone()
OfferingStatus.getOffering()
Represents the metadata of an offering status.Offering.withDescription
(String description) A string describing the offering.The ID that corresponds to a device offering.Offering.withPlatform
(DevicePlatform platform) The platform of the device (e.g., ANDROID or IOS).Offering.withPlatform
(String platform) The platform of the device (e.g., ANDROID or IOS).Offering.withRecurringCharges
(RecurringCharge... recurringCharges) Specifies whether there are recurring charges for the offering.Offering.withRecurringCharges
(Collection<RecurringCharge> recurringCharges) Specifies whether there are recurring charges for the offering.Offering.withType
(OfferingType type) The type of offering (e.g., "RECURRING") for a device.The type of offering (e.g., "RECURRING") for a device.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type OfferingModifier and TypeMethodDescriptionListOfferingsResult.getOfferings()
A value representing the list offering results.Methods in com.amazonaws.services.devicefarm.model with parameters of type OfferingModifier and TypeMethodDescriptionvoid
OfferingStatus.setOffering
(Offering offering) Represents the metadata of an offering status.OfferingStatus.withOffering
(Offering offering) Represents the metadata of an offering status.ListOfferingsResult.withOfferings
(Offering... offerings) A value representing the list offering results.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type OfferingModifier and TypeMethodDescriptionvoid
ListOfferingsResult.setOfferings
(Collection<Offering> offerings) A value representing the list offering results.ListOfferingsResult.withOfferings
(Collection<Offering> offerings) A value representing the list offering results.