| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
ListTransactionsSort |
ListTransactionsSort.clone() |
ListTransactionsSort |
ListTransactionsRequest.getSort()
Sorts items in an ascending order if the first page starts at
fromTime. |
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)
Sorts items in an ascending order if the first page starts at
fromTime. |
ListTransactionsRequest |
ListTransactionsRequest.withSort(ListTransactionsSort sort)
Sorts items in an ascending order if the first page starts at
fromTime. |
Copyright © 2023. All rights reserved.