Uses of Interface
software.amazon.awssdk.services.managedblockchainquery.ManagedBlockchainQueryClient
-
Packages that use ManagedBlockchainQueryClient 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 ManagedBlockchainQueryClient in software.amazon.awssdk.services.managedblockchainquery
Methods in software.amazon.awssdk.services.managedblockchainquery that return ManagedBlockchainQueryClient Modifier and Type Method Description static ManagedBlockchainQueryClientManagedBlockchainQueryClient. create()Create aManagedBlockchainQueryClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ManagedBlockchainQueryClient in software.amazon.awssdk.services.managedblockchainquery.paginators
Constructors in software.amazon.awssdk.services.managedblockchainquery.paginators with parameters of type ManagedBlockchainQueryClient Constructor Description ListAssetContractsIterable(ManagedBlockchainQueryClient client, ListAssetContractsRequest firstRequest)ListFilteredTransactionEventsIterable(ManagedBlockchainQueryClient client, ListFilteredTransactionEventsRequest firstRequest)ListTokenBalancesIterable(ManagedBlockchainQueryClient client, ListTokenBalancesRequest firstRequest)ListTransactionEventsIterable(ManagedBlockchainQueryClient client, ListTransactionEventsRequest firstRequest)ListTransactionsIterable(ManagedBlockchainQueryClient client, ListTransactionsRequest firstRequest)
-