| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.transform |
| Modifier and Type | Method and Description |
|---|---|
OfferingStatus |
OfferingTransaction.offeringStatus()
The status of an offering transaction.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,OfferingStatus> |
GetOfferingStatusResponse.current()
When specified, gets the offering status for the current period.
|
Map<String,OfferingStatus> |
GetOfferingStatusResponse.nextPeriod()
When specified, gets the offering status for the next period.
|
| Modifier and Type | Method and Description |
|---|---|
OfferingTransaction.Builder |
OfferingTransaction.Builder.offeringStatus(OfferingStatus offeringStatus)
The status of an offering transaction.
|
| Modifier and Type | Method and Description |
|---|---|
GetOfferingStatusResponse.Builder |
GetOfferingStatusResponse.Builder.current(Map<String,OfferingStatus> current)
When specified, gets the offering status for the current period.
|
GetOfferingStatusResponse.Builder |
GetOfferingStatusResponse.Builder.nextPeriod(Map<String,OfferingStatus> nextPeriod)
When specified, gets the offering status for the next period.
|
| Modifier and Type | Method and Description |
|---|---|
OfferingStatus |
OfferingStatusUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
OfferingStatusMarshaller.marshall(OfferingStatus offeringStatus,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.