| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.paginators |
| 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 |
|---|---|
SdkPublisher<OfferingTransaction> |
ListOfferingTransactionsPublisher.offeringTransactions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<OfferingTransaction> |
ListOfferingTransactionsIterable.offeringTransactions()
Returns an iterable to iterate through the paginated
ListOfferingTransactionsResponse.offeringTransactions() member. |
Copyright © 2019. All rights reserved.