Uses of Class
com.amazonaws.services.devicefarm.model.OfferingStatus
Packages that use OfferingStatus
-
Uses of OfferingStatus in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return OfferingStatusModifier and TypeMethodDescriptionOfferingStatus.clone()
OfferingTransaction.getOfferingStatus()
The status of an offering transaction.OfferingStatus.withEffectiveOn
(Date effectiveOn) The date on which the offering is effective.OfferingStatus.withOffering
(Offering offering) Represents the metadata of an offering status.OfferingStatus.withQuantity
(Integer quantity) The number of available devices in the offering.OfferingStatus.withType
(OfferingTransactionType type) The type specified for the offering status.The type specified for the offering status.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type OfferingStatusModifier and TypeMethodDescriptionGetOfferingStatusResult.getCurrent()
When specified, gets the offering status for the current period.GetOfferingStatusResult.getNextPeriod()
When specified, gets the offering status for the next period.Methods in com.amazonaws.services.devicefarm.model with parameters of type OfferingStatusModifier and TypeMethodDescriptionGetOfferingStatusResult.addCurrentEntry
(String key, OfferingStatus value) GetOfferingStatusResult.addNextPeriodEntry
(String key, OfferingStatus value) void
OfferingTransaction.setOfferingStatus
(OfferingStatus offeringStatus) The status of an offering transaction.OfferingTransaction.withOfferingStatus
(OfferingStatus offeringStatus) The status of an offering transaction.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type OfferingStatusModifier and TypeMethodDescriptionvoid
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.withCurrent
(Map<String, OfferingStatus> current) When specified, gets the offering status for the current period.GetOfferingStatusResult.withNextPeriod
(Map<String, OfferingStatus> nextPeriod) When specified, gets the offering status for the next period.