Package | Description |
---|---|
com.amazonaws.services.devicefarm.model |
Modifier and Type | Method and Description |
---|---|
OfferingTransaction |
OfferingTransaction.clone() |
OfferingTransaction |
RenewOfferingResult.getOfferingTransaction()
Represents the status of the offering transaction for the renewal.
|
OfferingTransaction |
PurchaseOfferingResult.getOfferingTransaction()
Represents the offering transaction for the purchase result.
|
OfferingTransaction |
OfferingTransaction.withCost(MonetaryAmount cost)
The cost of an offering transaction.
|
OfferingTransaction |
OfferingTransaction.withCreatedOn(Date createdOn)
The date on which an offering transaction was created.
|
OfferingTransaction |
OfferingTransaction.withOfferingStatus(OfferingStatus offeringStatus)
The status of an offering transaction.
|
OfferingTransaction |
OfferingTransaction.withTransactionId(String transactionId)
The transaction ID of the offering transaction.
|
Modifier and Type | Method and Description |
---|---|
List<OfferingTransaction> |
ListOfferingTransactionsResult.getOfferingTransactions()
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
Modifier and Type | Method and Description |
---|---|
void |
RenewOfferingResult.setOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.
|
void |
PurchaseOfferingResult.setOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
|
RenewOfferingResult |
RenewOfferingResult.withOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.
|
PurchaseOfferingResult |
PurchaseOfferingResult.withOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.
|
ListOfferingTransactionsResult |
ListOfferingTransactionsResult.withOfferingTransactions(OfferingTransaction... offeringTransactions)
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
Modifier and Type | Method and Description |
---|---|
void |
ListOfferingTransactionsResult.setOfferingTransactions(Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
ListOfferingTransactionsResult |
ListOfferingTransactionsResult.withOfferingTransactions(Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
Copyright © 2018. All rights reserved.