Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.ListAssetContractsResponse
-
Packages that use ListAssetContractsResponse 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 ListAssetContractsResponse in software.amazon.awssdk.services.managedblockchainquery
Methods in software.amazon.awssdk.services.managedblockchainquery that return ListAssetContractsResponse Modifier and Type Method Description default ListAssetContractsResponseManagedBlockchainQueryClient. 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 ListAssetContractsResponseManagedBlockchainQueryClient. listAssetContracts(ListAssetContractsRequest listAssetContractsRequest)Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address).Methods in software.amazon.awssdk.services.managedblockchainquery that return types with arguments of type ListAssetContractsResponse Modifier and Type Method 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). -
Uses of ListAssetContractsResponse in software.amazon.awssdk.services.managedblockchainquery.paginators
Methods in software.amazon.awssdk.services.managedblockchainquery.paginators that return types with arguments of type ListAssetContractsResponse Modifier and Type Method Description Iterator<ListAssetContractsResponse>ListAssetContractsIterable. iterator()Method parameters in software.amazon.awssdk.services.managedblockchainquery.paginators with type arguments of type ListAssetContractsResponse Modifier and Type Method Description voidListAssetContractsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssetContractsResponse> subscriber)
-