Uses of Class
com.amazonaws.services.devicefarm.model.OfferingTransaction
-
Packages that use OfferingTransaction Package Description com.amazonaws.services.devicefarm.model -
-
Uses of OfferingTransaction in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return OfferingTransaction Modifier and Type Method Description OfferingTransaction
OfferingTransaction. clone()
OfferingTransaction
PurchaseOfferingResult. getOfferingTransaction()
Represents the offering transaction for the purchase result.OfferingTransaction
RenewOfferingResult. getOfferingTransaction()
Represents the status of the offering transaction for the renewal.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.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type OfferingTransaction Modifier and Type Method Description List<OfferingTransaction>
ListOfferingTransactionsResult. getOfferingTransactions()
The audit log of subscriptions you have purchased and modified through AWS Device Farm.Methods in com.amazonaws.services.devicefarm.model with parameters of type OfferingTransaction Modifier and Type Method Description void
PurchaseOfferingResult. setOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the offering transaction for the purchase result.void
RenewOfferingResult. setOfferingTransaction(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.RenewOfferingResult
RenewOfferingResult. withOfferingTransaction(OfferingTransaction offeringTransaction)
Represents the status of the offering transaction for the renewal.ListOfferingTransactionsResult
ListOfferingTransactionsResult. withOfferingTransactions(OfferingTransaction... offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type OfferingTransaction Modifier and Type Method 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.
-