| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model | |
| software.amazon.awssdk.services.managedblockchainquery.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionOutputItem> |
ListTransactionsResponse.transactions()
The array of transactions returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsResponse.Builder |
ListTransactionsResponse.Builder.transactions(TransactionOutputItem... transactions)
The array of transactions returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsResponse.Builder |
ListTransactionsResponse.Builder.transactions(Collection<TransactionOutputItem> transactions)
The array of transactions returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<TransactionOutputItem> |
ListTransactionsPublisher.transactions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TransactionOutputItem> |
ListTransactionsIterable.transactions()
Returns an iterable to iterate through the paginated
ListTransactionsResponse.transactions() member. |
Copyright © 2023. All rights reserved.