Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.ListFilteredTransactionEventsResponse
-
Packages that use ListFilteredTransactionEventsResponse 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 -
-
Uses of ListFilteredTransactionEventsResponse in software.amazon.awssdk.services.managedblockchainquery
Methods in software.amazon.awssdk.services.managedblockchainquery that return ListFilteredTransactionEventsResponse Modifier and Type Method Description default ListFilteredTransactionEventsResponseManagedBlockchainQueryClient. listFilteredTransactionEvents(Consumer<ListFilteredTransactionEventsRequest.Builder> listFilteredTransactionEventsRequest)Lists all the transaction events for an address on the blockchain.default ListFilteredTransactionEventsResponseManagedBlockchainQueryClient. listFilteredTransactionEvents(ListFilteredTransactionEventsRequest listFilteredTransactionEventsRequest)Lists all the transaction events for an address on the blockchain.Methods in software.amazon.awssdk.services.managedblockchainquery that return types with arguments of type ListFilteredTransactionEventsResponse Modifier and Type Method Description default CompletableFuture<ListFilteredTransactionEventsResponse>ManagedBlockchainQueryAsyncClient. listFilteredTransactionEvents(Consumer<ListFilteredTransactionEventsRequest.Builder> listFilteredTransactionEventsRequest)Lists all the transaction events for an address on the blockchain.default CompletableFuture<ListFilteredTransactionEventsResponse>ManagedBlockchainQueryAsyncClient. listFilteredTransactionEvents(ListFilteredTransactionEventsRequest listFilteredTransactionEventsRequest)Lists all the transaction events for an address on the blockchain. -
Uses of ListFilteredTransactionEventsResponse in software.amazon.awssdk.services.managedblockchainquery.paginators
Methods in software.amazon.awssdk.services.managedblockchainquery.paginators that return types with arguments of type ListFilteredTransactionEventsResponse Modifier and Type Method Description Iterator<ListFilteredTransactionEventsResponse>ListFilteredTransactionEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.managedblockchainquery.paginators with type arguments of type ListFilteredTransactionEventsResponse Modifier and Type Method Description voidListFilteredTransactionEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFilteredTransactionEventsResponse> subscriber)
-