| Package | Description |
|---|---|
| com.amazonaws.services.medicalimaging.model |
| Modifier and Type | Method and Description |
|---|---|
Sort |
Sort.clone() |
Sort |
SearchImageSetsResult.getSort()
The sort order for image set search results.
|
Sort |
SearchCriteria.getSort()
The sort input for search criteria.
|
Sort |
Sort.withSortField(SortField sortField)
The sort field for search criteria.
|
Sort |
Sort.withSortField(String sortField)
The sort field for search criteria.
|
Sort |
Sort.withSortOrder(SortOrder sortOrder)
The sort order for search criteria.
|
Sort |
Sort.withSortOrder(String sortOrder)
The sort order for search criteria.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchImageSetsResult.setSort(Sort sort)
The sort order for image set search results.
|
void |
SearchCriteria.setSort(Sort sort)
The sort input for search criteria.
|
SearchImageSetsResult |
SearchImageSetsResult.withSort(Sort sort)
The sort order for image set search results.
|
SearchCriteria |
SearchCriteria.withSort(Sort sort)
The sort input for search criteria.
|
Copyright © 2024. All rights reserved.