Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private OfferingStatus |
OfferingTransaction.offeringStatus
The status of an offering transaction.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,OfferingStatus> |
GetOfferingStatusResult.current
When specified, gets the offering status for the current period.
|
private java.util.Map<java.lang.String,OfferingStatus> |
GetOfferingStatusResult.nextPeriod
When specified, gets the offering status for the next period.
|
Modifier and Type | Method and Description |
---|---|
OfferingStatus |
OfferingStatus.clone() |
OfferingStatus |
OfferingTransaction.getOfferingStatus()
The status of an offering transaction.
|
OfferingStatus |
OfferingStatus.withEffectiveOn(java.util.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(java.lang.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(java.lang.String type)
The type specified for the offering status.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,OfferingStatus> |
GetOfferingStatusResult.getCurrent()
When specified, gets the offering status for the current period.
|
java.util.Map<java.lang.String,OfferingStatus> |
GetOfferingStatusResult.getNextPeriod()
When specified, gets the offering status for the next period.
|
Modifier and Type | Method and Description |
---|---|
GetOfferingStatusResult |
GetOfferingStatusResult.addCurrentEntry(java.lang.String key,
OfferingStatus value) |
GetOfferingStatusResult |
GetOfferingStatusResult.addNextPeriodEntry(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
void |
GetOfferingStatusResult.setCurrent(java.util.Map<java.lang.String,OfferingStatus> current)
When specified, gets the offering status for the current period.
|
void |
GetOfferingStatusResult.setNextPeriod(java.util.Map<java.lang.String,OfferingStatus> nextPeriod)
When specified, gets the offering status for the next period.
|
GetOfferingStatusResult |
GetOfferingStatusResult.withCurrent(java.util.Map<java.lang.String,OfferingStatus> current)
When specified, gets the offering status for the current period.
|
GetOfferingStatusResult |
GetOfferingStatusResult.withNextPeriod(java.util.Map<java.lang.String,OfferingStatus> nextPeriod)
When specified, gets the offering status for the next period.
|
Modifier and Type | Method and Description |
---|---|
OfferingStatus |
OfferingStatusJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
OfferingStatusJsonMarshaller.marshall(OfferingStatus offeringStatus,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|