Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.TransactionOutputItem
-
Packages that use TransactionOutputItem Package Description software.amazon.awssdk.services.managedblockchainquery.model software.amazon.awssdk.services.managedblockchainquery.paginators -
-
Uses of TransactionOutputItem in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type TransactionOutputItem Modifier and Type Method Description List<TransactionOutputItem>ListTransactionsResponse. transactions()The array of transactions returned by the request.Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type TransactionOutputItem Modifier and Type Method Description ListTransactionsResponse.BuilderListTransactionsResponse.Builder. transactions(TransactionOutputItem... transactions)The array of transactions returned by the request.Method parameters in software.amazon.awssdk.services.managedblockchainquery.model with type arguments of type TransactionOutputItem Modifier and Type Method Description ListTransactionsResponse.BuilderListTransactionsResponse.Builder. transactions(Collection<TransactionOutputItem> transactions)The array of transactions returned by the request. -
Uses of TransactionOutputItem in software.amazon.awssdk.services.managedblockchainquery.paginators
Methods in software.amazon.awssdk.services.managedblockchainquery.paginators that return types with arguments of type TransactionOutputItem Modifier and Type Method Description SdkIterable<TransactionOutputItem>ListTransactionsIterable. transactions()Returns an iterable to iterate through the paginatedListTransactionsResponse.transactions()member.SdkPublisher<TransactionOutputItem>ListTransactionsPublisher. transactions()Returns a publisher that can be used to get a stream of data.
-