Uses of Interface
software.amazon.awssdk.services.managedblockchainquery.model.GetTransactionResponse.Builder
-
Packages that use GetTransactionResponse.Builder Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of GetTransactionResponse.Builder in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return GetTransactionResponse.Builder Modifier and Type Method Description static GetTransactionResponse.BuilderGetTransactionResponse. builder()GetTransactionResponse.BuilderGetTransactionResponse. toBuilder()default GetTransactionResponse.BuilderGetTransactionResponse.Builder. transaction(Consumer<Transaction.Builder> transaction)Contains the details of the transaction.GetTransactionResponse.BuilderGetTransactionResponse.Builder. transaction(Transaction transaction)Contains the details of the transaction.Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type GetTransactionResponse.Builder Modifier and Type Method Description static Class<? extends GetTransactionResponse.Builder>GetTransactionResponse. serializableBuilderClass()
-