| 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 | |
| software.amazon.awssdk.services.managedblockchainquery.transform |
| Modifier and Type | Method and Description |
|---|---|
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).
|
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).
|
default ListAssetContractsIterable |
ManagedBlockchainQueryClient.listAssetContractsPaginator(ListAssetContractsRequest listAssetContractsRequest)
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet
address).
|
default ListAssetContractsPublisher |
ManagedBlockchainQueryAsyncClient.listAssetContractsPaginator(ListAssetContractsRequest listAssetContractsRequest)
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet
address).
|
| Constructor and Description |
|---|
ListAssetContractsIterable(ManagedBlockchainQueryClient client,
ListAssetContractsRequest firstRequest) |
ListAssetContractsPublisher(ManagedBlockchainQueryAsyncClient client,
ListAssetContractsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListAssetContractsRequestMarshaller.marshall(ListAssetContractsRequest listAssetContractsRequest) |
Copyright © 2023. All rights reserved.