Uses of Interface
software.amazon.awssdk.services.managedblockchainquery.ManagedBlockchainQueryAsyncClient
-
Packages that use ManagedBlockchainQueryAsyncClient 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 ManagedBlockchainQueryAsyncClient in software.amazon.awssdk.services.managedblockchainquery
Methods in software.amazon.awssdk.services.managedblockchainquery that return ManagedBlockchainQueryAsyncClient Modifier and Type Method Description static ManagedBlockchainQueryAsyncClientManagedBlockchainQueryAsyncClient. create()Create aManagedBlockchainQueryAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ManagedBlockchainQueryAsyncClient in software.amazon.awssdk.services.managedblockchainquery.paginators
Constructors in software.amazon.awssdk.services.managedblockchainquery.paginators with parameters of type ManagedBlockchainQueryAsyncClient Constructor Description ListAssetContractsPublisher(ManagedBlockchainQueryAsyncClient client, ListAssetContractsRequest firstRequest)ListFilteredTransactionEventsPublisher(ManagedBlockchainQueryAsyncClient client, ListFilteredTransactionEventsRequest firstRequest)ListTokenBalancesPublisher(ManagedBlockchainQueryAsyncClient client, ListTokenBalancesRequest firstRequest)ListTransactionEventsPublisher(ManagedBlockchainQueryAsyncClient client, ListTransactionEventsRequest firstRequest)ListTransactionsPublisher(ManagedBlockchainQueryAsyncClient client, ListTransactionsRequest firstRequest)
-