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 OfferingTransactionOfferingTransaction. clone()OfferingTransactionPurchaseOfferingResult. getOfferingTransaction()Represents the offering transaction for the purchase result.OfferingTransactionRenewOfferingResult. getOfferingTransaction()Represents the status of the offering transaction for the renewal.OfferingTransactionOfferingTransaction. withCost(MonetaryAmount cost)The cost of an offering transaction.OfferingTransactionOfferingTransaction. withCreatedOn(Date createdOn)The date on which an offering transaction was created.OfferingTransactionOfferingTransaction. withOfferingStatus(OfferingStatus offeringStatus)The status of an offering transaction.OfferingTransactionOfferingTransaction. 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 voidPurchaseOfferingResult. setOfferingTransaction(OfferingTransaction offeringTransaction)Represents the offering transaction for the purchase result.voidRenewOfferingResult. setOfferingTransaction(OfferingTransaction offeringTransaction)Represents the status of the offering transaction for the renewal.PurchaseOfferingResultPurchaseOfferingResult. withOfferingTransaction(OfferingTransaction offeringTransaction)Represents the offering transaction for the purchase result.RenewOfferingResultRenewOfferingResult. withOfferingTransaction(OfferingTransaction offeringTransaction)Represents the status of the offering transaction for the renewal.ListOfferingTransactionsResultListOfferingTransactionsResult. 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 voidListOfferingTransactionsResult. setOfferingTransactions(Collection<OfferingTransaction> offeringTransactions)The audit log of subscriptions you have purchased and modified through AWS Device Farm.ListOfferingTransactionsResultListOfferingTransactionsResult. withOfferingTransactions(Collection<OfferingTransaction> offeringTransactions)The audit log of subscriptions you have purchased and modified through AWS Device Farm.
-