| 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 |
|---|---|
software.amazon.awssdk.core.pagination.async.SdkPublisher<Map.Entry<String,OfferingStatus>> |
GetOfferingStatusPublisher.current()
Returns a publisher that can be used to get a stream of data.
|
software.amazon.awssdk.core.pagination.SdkIterable<Map.Entry<String,OfferingStatus>> |
GetOfferingStatusIterable.current()
Returns an iterable to iterate through the paginated
GetOfferingStatusResponse.current() member. |
software.amazon.awssdk.core.pagination.async.SdkPublisher<Map.Entry<String,OfferingStatus>> |
GetOfferingStatusPublisher.nextPeriod()
Returns a publisher that can be used to get a stream of data.
|
software.amazon.awssdk.core.pagination.SdkIterable<Map.Entry<String,OfferingStatus>> |
GetOfferingStatusIterable.nextPeriod()
Returns an iterable to iterate through the paginated
GetOfferingStatusResponse.nextPeriod() member. |
| Modifier and Type | Method and Description |
|---|---|
OfferingStatus |
OfferingStatusUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
OfferingStatusMarshaller.marshall(OfferingStatus offeringStatus,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.