| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
FieldSortExpression |
FieldSortExpression.clone() |
FieldSortExpression |
SearchSortExpression.getFieldSort()
Options for sorting by a field.
|
FieldSortExpression |
FieldSortExpression.withName(String name)
The name of the field.
|
FieldSortExpression |
FieldSortExpression.withSortOrder(SortOrder sortOrder)
The sort order for the field.
|
FieldSortExpression |
FieldSortExpression.withSortOrder(String sortOrder)
The sort order for the field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSortExpression.setFieldSort(FieldSortExpression fieldSort)
Options for sorting by a field.
|
SearchSortExpression |
SearchSortExpression.withFieldSort(FieldSortExpression fieldSort)
Options for sorting by a field.
|
Copyright © 2024. All rights reserved.