Uses of Class
software.amazon.awssdk.services.connectcases.model.Sort
-
Packages that use Sort Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of Sort in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type Sort Modifier and Type Method Description List<Sort>SearchCasesRequest. sorts()A list of sorts where each sort specifies a field and their sort order to be applied to the results.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type Sort Modifier and Type Method Description SearchCasesRequest.BuilderSearchCasesRequest.Builder. sorts(Sort... sorts)A list of sorts where each sort specifies a field and their sort order to be applied to the results.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type Sort Modifier and Type Method Description SearchCasesRequest.BuilderSearchCasesRequest.Builder. sorts(Collection<Sort> sorts)A list of sorts where each sort specifies a field and their sort order to be applied to the results.
-