Uses of Interface
software.amazon.awssdk.services.managedblockchainquery.model.ListTransactionsResponse.Builder
-
Packages that use ListTransactionsResponse.Builder Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of ListTransactionsResponse.Builder in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return ListTransactionsResponse.Builder Modifier and Type Method Description static ListTransactionsResponse.BuilderListTransactionsResponse. builder()ListTransactionsResponse.BuilderListTransactionsResponse.Builder. nextToken(String nextToken)The pagination token that indicates the next set of results to retrieve.ListTransactionsResponse.BuilderListTransactionsResponse. toBuilder()ListTransactionsResponse.BuilderListTransactionsResponse.Builder. transactions(Collection<TransactionOutputItem> transactions)The array of transactions returned by the request.ListTransactionsResponse.BuilderListTransactionsResponse.Builder. transactions(Consumer<TransactionOutputItem.Builder>... transactions)The array of transactions returned by the request.ListTransactionsResponse.BuilderListTransactionsResponse.Builder. transactions(TransactionOutputItem... transactions)The array of transactions returned by the request.Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type ListTransactionsResponse.Builder Modifier and Type Method Description static Class<? extends ListTransactionsResponse.Builder>ListTransactionsResponse. serializableBuilderClass()
-