| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
SortCriterion |
SortCriterion.clone() |
SortCriterion |
SortCriterion.withFieldName(String fieldName)
The name of the field on which to sort.
|
SortCriterion |
SortCriterion.withSort(Sort sort)
An ascending or descending sort.
|
SortCriterion |
SortCriterion.withSort(String sort)
An ascending or descending sort.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortCriterion> |
SearchTablesRequest.getSortCriteria()
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
| Modifier and Type | Method and Description |
|---|---|
SearchTablesRequest |
SearchTablesRequest.withSortCriteria(SortCriterion... sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchTablesRequest.setSortCriteria(Collection<SortCriterion> sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
SearchTablesRequest |
SearchTablesRequest.withSortCriteria(Collection<SortCriterion> sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
Copyright © 2025. All rights reserved.