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 OfferingStatus
OfferingStatus. clone()
OfferingStatus
OfferingTransaction. getOfferingStatus()
The status of an offering transaction.OfferingStatus
OfferingStatus. withEffectiveOn(Date effectiveOn)
The date on which the offering is effective.OfferingStatus
OfferingStatus. withOffering(Offering offering)
Represents the metadata of an offering status.OfferingStatus
OfferingStatus. withQuantity(Integer quantity)
The number of available devices in the offering.OfferingStatus
OfferingStatus. withType(OfferingTransactionType type)
The type specified for the offering status.OfferingStatus
OfferingStatus. 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 GetOfferingStatusResult
GetOfferingStatusResult. addCurrentEntry(String key, OfferingStatus value)
GetOfferingStatusResult
GetOfferingStatusResult. addNextPeriodEntry(String key, OfferingStatus value)
void
OfferingTransaction. setOfferingStatus(OfferingStatus offeringStatus)
The status of an offering transaction.OfferingTransaction
OfferingTransaction. 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 void
GetOfferingStatusResult. setCurrent(Map<String,OfferingStatus> current)
When specified, gets the offering status for the current period.void
GetOfferingStatusResult. setNextPeriod(Map<String,OfferingStatus> nextPeriod)
When specified, gets the offering status for the next period.GetOfferingStatusResult
GetOfferingStatusResult. withCurrent(Map<String,OfferingStatus> current)
When specified, gets the offering status for the current period.GetOfferingStatusResult
GetOfferingStatusResult. withNextPeriod(Map<String,OfferingStatus> nextPeriod)
When specified, gets the offering status for the next period.
-