| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
GetOfferingStatusResult |
GetOfferingStatusResult.addCurrentEntry(String key,
OfferingStatus value)
Add a single Current entry
|
GetOfferingStatusResult |
GetOfferingStatusResult.addNextPeriodEntry(String key,
OfferingStatus value)
Add a single NextPeriod entry
|
void |
OfferingTransaction.setOfferingStatus(OfferingStatus offeringStatus)
The status of an offering transaction.
|
OfferingTransaction |
OfferingTransaction.withOfferingStatus(OfferingStatus offeringStatus)
The status of an offering transaction.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.