| 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 ListAssetContractsResponse |
ManagedBlockchainQueryClient.listAssetContracts(Consumer<ListAssetContractsRequest.Builder> listAssetContractsRequest)
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet
address).
|
default ListAssetContractsResponse |
ManagedBlockchainQueryClient.listAssetContracts(ListAssetContractsRequest listAssetContractsRequest)
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet
address).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssetContractsResponse> |
ManagedBlockchainQueryAsyncClient.listAssetContracts(Consumer<ListAssetContractsRequest.Builder> listAssetContractsRequest)
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet
address).
|
default CompletableFuture<ListAssetContractsResponse> |
ManagedBlockchainQueryAsyncClient.listAssetContracts(ListAssetContractsRequest listAssetContractsRequest)
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet
address).
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAssetContractsResponse> |
ListAssetContractsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssetContractsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAssetContractsResponse> subscriber) |
Copyright © 2023. All rights reserved.