Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.GetTransactionResponse
-
Packages that use GetTransactionResponse 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. -
-
Uses of GetTransactionResponse in software.amazon.awssdk.services.managedblockchainquery
Methods in software.amazon.awssdk.services.managedblockchainquery that return GetTransactionResponse Modifier and Type Method Description default GetTransactionResponseManagedBlockchainQueryClient. getTransaction(Consumer<GetTransactionRequest.Builder> getTransactionRequest)Gets the details of a transaction.default GetTransactionResponseManagedBlockchainQueryClient. getTransaction(GetTransactionRequest getTransactionRequest)Gets the details of a transaction.Methods in software.amazon.awssdk.services.managedblockchainquery that return types with arguments of type GetTransactionResponse Modifier and Type Method Description default CompletableFuture<GetTransactionResponse>ManagedBlockchainQueryAsyncClient. getTransaction(Consumer<GetTransactionRequest.Builder> getTransactionRequest)Gets the details of a transaction.default CompletableFuture<GetTransactionResponse>ManagedBlockchainQueryAsyncClient. getTransaction(GetTransactionRequest getTransactionRequest)Gets the details of a transaction.
-