| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<SortCriterion> |
SearchTablesRequest.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 |
|---|---|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.sortCriteria(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 |
|---|---|
SearchTablesRequest.Builder |
SearchTablesRequest.Builder.sortCriteria(Collection<SortCriterion> sortCriteria)
A list of criteria for sorting the results by a field name, in an ascending or descending order.
|
Copyright © 2023. All rights reserved.