| Modifier and Type | Method and Description |
|---|---|
OfferingTransaction |
PurchaseOfferingResponse.offeringTransaction()
Represents the offering transaction for the purchase result.
|
OfferingTransaction |
RenewOfferingResponse.offeringTransaction()
Represents the status of the offering transaction for the renewal.
|
| Modifier and Type | Method and Description |
|---|---|
List<OfferingTransaction> |
ListOfferingTransactionsResponse.offeringTransactions()
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
|
| Modifier and Type | Method and Description |
|---|---|
PurchaseOfferingResponse.Builder |
PurchaseOfferingResponse.Builder.offeringTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
|
RenewOfferingResponse.Builder |
RenewOfferingResponse.Builder.offeringTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.
|
ListOfferingTransactionsResponse.Builder |
ListOfferingTransactionsResponse.Builder.offeringTransactions(OfferingTransaction... offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
|
| Modifier and Type | Method and Description |
|---|---|
ListOfferingTransactionsResponse.Builder |
ListOfferingTransactionsResponse.Builder.offeringTransactions(Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
|
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.core.pagination.async.SdkPublisher<OfferingTransaction> |
ListOfferingTransactionsPublisher.offeringTransactions()
Returns a publisher that can be used to get a stream of data.
|
software.amazon.awssdk.core.pagination.SdkIterable<OfferingTransaction> |
ListOfferingTransactionsIterable.offeringTransactions()
Returns an iterable to iterate through the paginated
ListOfferingTransactionsResponse.offeringTransactions() member. |
| Modifier and Type | Method and Description |
|---|---|
OfferingTransaction |
OfferingTransactionUnmarshaller.unmarshall(software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
OfferingTransactionMarshaller.marshall(OfferingTransaction offeringTransaction,
software.amazon.awssdk.core.protocol.ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.