| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery |
Amazon Managed Blockchain (AMB) Query provides you with convenient access to multi-blockchain network data, which
makes it easier for you to extract contextual data related to blockchain activity.
|
| software.amazon.awssdk.services.managedblockchainquery.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTransactionEventsResponse |
ManagedBlockchainQueryClient.listTransactionEvents(Consumer<ListTransactionEventsRequest.Builder> listTransactionEventsRequest)
An array of
TransactionEvent objects. |
default ListTransactionEventsResponse |
ManagedBlockchainQueryClient.listTransactionEvents(ListTransactionEventsRequest listTransactionEventsRequest)
An array of
TransactionEvent objects. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTransactionEventsResponse> |
ManagedBlockchainQueryAsyncClient.listTransactionEvents(Consumer<ListTransactionEventsRequest.Builder> listTransactionEventsRequest)
An array of
TransactionEvent objects. |
default CompletableFuture<ListTransactionEventsResponse> |
ManagedBlockchainQueryAsyncClient.listTransactionEvents(ListTransactionEventsRequest listTransactionEventsRequest)
An array of
TransactionEvent objects. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTransactionEventsResponse> |
ListTransactionEventsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTransactionEventsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTransactionEventsResponse> subscriber) |
Copyright © 2023. All rights reserved.