Uses of Class
com.amazonaws.services.devicefarm.model.OfferingStatus
-
Packages that use OfferingStatus Package Description com.amazonaws.services.devicefarm.model -
-
Uses of OfferingStatus in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return OfferingStatus Modifier and Type Method Description OfferingStatusOfferingStatus. clone()OfferingStatusOfferingTransaction. getOfferingStatus()The status of an offering transaction.OfferingStatusOfferingStatus. withEffectiveOn(Date effectiveOn)The date on which the offering is effective.OfferingStatusOfferingStatus. withOffering(Offering offering)Represents the metadata of an offering status.OfferingStatusOfferingStatus. withQuantity(Integer quantity)The number of available devices in the offering.OfferingStatusOfferingStatus. withType(OfferingTransactionType type)The type specified for the offering status.OfferingStatusOfferingStatus. withType(String type)The type specified for the offering status.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type OfferingStatus Modifier and Type Method Description Map<String,OfferingStatus>GetOfferingStatusResult. getCurrent()When specified, gets the offering status for the current period.Map<String,OfferingStatus>GetOfferingStatusResult. getNextPeriod()When specified, gets the offering status for the next period.Methods in com.amazonaws.services.devicefarm.model with parameters of type OfferingStatus Modifier and Type Method Description GetOfferingStatusResultGetOfferingStatusResult. addCurrentEntry(String key, OfferingStatus value)GetOfferingStatusResultGetOfferingStatusResult. addNextPeriodEntry(String key, OfferingStatus value)voidOfferingTransaction. setOfferingStatus(OfferingStatus offeringStatus)The status of an offering transaction.OfferingTransactionOfferingTransaction. withOfferingStatus(OfferingStatus offeringStatus)The status of an offering transaction.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type OfferingStatus Modifier and Type Method Description voidGetOfferingStatusResult. setCurrent(Map<String,OfferingStatus> current)When specified, gets the offering status for the current period.voidGetOfferingStatusResult. setNextPeriod(Map<String,OfferingStatus> nextPeriod)When specified, gets the offering status for the next period.GetOfferingStatusResultGetOfferingStatusResult. withCurrent(Map<String,OfferingStatus> current)When specified, gets the offering status for the current period.GetOfferingStatusResultGetOfferingStatusResult. withNextPeriod(Map<String,OfferingStatus> nextPeriod)When specified, gets the offering status for the next period.
-