Uses of Class
software.amazon.awssdk.services.devicefarm.model.OfferingTransaction
-
Packages that use OfferingTransaction Package Description software.amazon.awssdk.services.devicefarm.model software.amazon.awssdk.services.devicefarm.paginators -
-
Uses of OfferingTransaction in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return OfferingTransaction Modifier and Type Method Description OfferingTransactionPurchaseOfferingResponse. offeringTransaction()Represents the offering transaction for the purchase result.OfferingTransactionRenewOfferingResponse. offeringTransaction()Represents the status of the offering transaction for the renewal.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type OfferingTransaction Modifier and Type Method Description List<OfferingTransaction>ListOfferingTransactionsResponse. offeringTransactions()The audit log of subscriptions you have purchased and modified through AWS Device Farm.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type OfferingTransaction Modifier and Type Method Description PurchaseOfferingResponse.BuilderPurchaseOfferingResponse.Builder. offeringTransaction(OfferingTransaction offeringTransaction)Represents the offering transaction for the purchase result.RenewOfferingResponse.BuilderRenewOfferingResponse.Builder. offeringTransaction(OfferingTransaction offeringTransaction)Represents the status of the offering transaction for the renewal.ListOfferingTransactionsResponse.BuilderListOfferingTransactionsResponse.Builder. offeringTransactions(OfferingTransaction... offeringTransactions)The audit log of subscriptions you have purchased and modified through AWS Device Farm.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type OfferingTransaction Modifier and Type Method Description ListOfferingTransactionsResponse.BuilderListOfferingTransactionsResponse.Builder. offeringTransactions(Collection<OfferingTransaction> offeringTransactions)The audit log of subscriptions you have purchased and modified through AWS Device Farm. -
Uses of OfferingTransaction in software.amazon.awssdk.services.devicefarm.paginators
Methods in software.amazon.awssdk.services.devicefarm.paginators that return types with arguments of type OfferingTransaction Modifier and Type Method Description SdkIterable<OfferingTransaction>ListOfferingTransactionsIterable. offeringTransactions()Returns an iterable to iterate through the paginatedListOfferingTransactionsResponse.offeringTransactions()member.SdkPublisher<OfferingTransaction>ListOfferingTransactionsPublisher. offeringTransactions()Returns a publisher that can be used to get a stream of data.
-