Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.TransactionEvent
-
Packages that use TransactionEvent Package Description software.amazon.awssdk.services.managedblockchainquery.model software.amazon.awssdk.services.managedblockchainquery.paginators -
-
Uses of TransactionEvent in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type TransactionEvent Modifier and Type Method Description List<TransactionEvent>ListFilteredTransactionEventsResponse. events()The transaction events returned by the request.List<TransactionEvent>ListTransactionEventsResponse. events()An array ofTransactionEventobjects.Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type TransactionEvent Modifier and Type Method Description ListFilteredTransactionEventsResponse.BuilderListFilteredTransactionEventsResponse.Builder. events(TransactionEvent... events)The transaction events returned by the request.ListTransactionEventsResponse.BuilderListTransactionEventsResponse.Builder. events(TransactionEvent... events)An array ofTransactionEventobjects.Method parameters in software.amazon.awssdk.services.managedblockchainquery.model with type arguments of type TransactionEvent Modifier and Type Method Description ListFilteredTransactionEventsResponse.BuilderListFilteredTransactionEventsResponse.Builder. events(Collection<TransactionEvent> events)The transaction events returned by the request.ListTransactionEventsResponse.BuilderListTransactionEventsResponse.Builder. events(Collection<TransactionEvent> events)An array ofTransactionEventobjects. -
Uses of TransactionEvent in software.amazon.awssdk.services.managedblockchainquery.paginators
Methods in software.amazon.awssdk.services.managedblockchainquery.paginators that return types with arguments of type TransactionEvent Modifier and Type Method Description SdkIterable<TransactionEvent>ListFilteredTransactionEventsIterable. events()Returns an iterable to iterate through the paginatedListFilteredTransactionEventsResponse.events()member.SdkPublisher<TransactionEvent>ListFilteredTransactionEventsPublisher. events()Returns a publisher that can be used to get a stream of data.SdkIterable<TransactionEvent>ListTransactionEventsIterable. events()Returns an iterable to iterate through the paginatedListTransactionEventsResponse.events()member.SdkPublisher<TransactionEvent>ListTransactionEventsPublisher. events()Returns a publisher that can be used to get a stream of data.
-