| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsSort |
ListTransactionsSort.clone() |
ListTransactionsSort |
ListTransactionsRequest.getSort()
The order by which the results will be sorted.
|
ListTransactionsSort |
ListTransactionsSort.withSortBy(ListTransactionsSortBy sortBy)
Defaults to the value
TRANSACTION_TIMESTAMP. |
ListTransactionsSort |
ListTransactionsSort.withSortBy(String sortBy)
Defaults to the value
TRANSACTION_TIMESTAMP. |
ListTransactionsSort |
ListTransactionsSort.withSortOrder(SortOrder sortOrder)
The container for the sort order for
ListTransactions. |
ListTransactionsSort |
ListTransactionsSort.withSortOrder(String sortOrder)
The container for the sort order for
ListTransactions. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTransactionsRequest.setSort(ListTransactionsSort sort)
The order by which the results will be sorted.
|
ListTransactionsRequest |
ListTransactionsRequest.withSort(ListTransactionsSort sort)
The order by which the results will be sorted.
|
Copyright © 2024. All rights reserved.