Uses of Class
com.amazonaws.services.devicefarm.model.OfferingTransaction
Packages that use OfferingTransaction
-
Uses of OfferingTransaction in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return OfferingTransactionModifier and TypeMethodDescriptionOfferingTransaction.clone()
PurchaseOfferingResult.getOfferingTransaction()
Represents the offering transaction for the purchase result.RenewOfferingResult.getOfferingTransaction()
Represents the status of the offering transaction for the renewal.OfferingTransaction.withCost
(MonetaryAmount cost) The cost of an offering transaction.OfferingTransaction.withCreatedOn
(Date createdOn) The date on which an offering transaction was created.OfferingTransaction.withOfferingStatus
(OfferingStatus offeringStatus) The status of an offering transaction.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 OfferingTransactionModifier and TypeMethodDescriptionListOfferingTransactionsResult.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 OfferingTransactionModifier and TypeMethodDescriptionvoid
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.withOfferingTransaction
(OfferingTransaction offeringTransaction) Represents the offering transaction for the purchase result.RenewOfferingResult.withOfferingTransaction
(OfferingTransaction offeringTransaction) Represents the status of the offering transaction for the renewal.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 OfferingTransactionModifier and TypeMethodDescriptionvoid
ListOfferingTransactionsResult.setOfferingTransactions
(Collection<OfferingTransaction> offeringTransactions) The audit log of subscriptions you have purchased and modified through AWS Device Farm.ListOfferingTransactionsResult.withOfferingTransactions
(Collection<OfferingTransaction> offeringTransactions) The audit log of subscriptions you have purchased and modified through AWS Device Farm.