Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.ListTransactionsSortBy
-
Packages that use ListTransactionsSortBy Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of ListTransactionsSortBy in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return ListTransactionsSortBy Modifier and Type Method Description static ListTransactionsSortByListTransactionsSortBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ListTransactionsSortByListTransactionsSort. sortBy()Defaults to the valueTRANSACTION_TIMESTAMP.static ListTransactionsSortByListTransactionsSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListTransactionsSortBy[]ListTransactionsSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.managedblockchainquery.model that return types with arguments of type ListTransactionsSortBy Modifier and Type Method Description static Set<ListTransactionsSortBy>ListTransactionsSortBy. knownValues()Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type ListTransactionsSortBy Modifier and Type Method Description ListTransactionsSort.BuilderListTransactionsSort.Builder. sortBy(ListTransactionsSortBy sortBy)Defaults to the valueTRANSACTION_TIMESTAMP.
-