| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.paginators |
| 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 |
|---|---|
SdkPublisher<Map.Entry<String,OfferingStatus>> |
GetOfferingStatusPublisher.current()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Map.Entry<String,OfferingStatus>> |
GetOfferingStatusIterable.current()
Returns an iterable to iterate through the paginated
GetOfferingStatusResponse.current() member. |
SdkPublisher<Map.Entry<String,OfferingStatus>> |
GetOfferingStatusPublisher.nextPeriod()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Map.Entry<String,OfferingStatus>> |
GetOfferingStatusIterable.nextPeriod()
Returns an iterable to iterate through the paginated
GetOfferingStatusResponse.nextPeriod() member. |
Copyright © 2020. All rights reserved.