Uses of Interface
software.amazon.awssdk.services.connect.model.Sort.Builder
-
Packages that use Sort.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of Sort.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return Sort.Builder Modifier and Type Method Description static Sort.BuilderSort. builder()Sort.BuilderSort.Builder. fieldName(String fieldName)The name of the field on which to sort.Sort.BuilderSort.Builder. fieldName(SortableFieldName fieldName)The name of the field on which to sort.Sort.BuilderSort.Builder. order(String order)An ascending or descending sort.Sort.BuilderSort.Builder. order(SortOrder order)An ascending or descending sort.Sort.BuilderSort. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type Sort.Builder Modifier and Type Method Description static Class<? extends Sort.Builder>Sort. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type Sort.Builder Modifier and Type Method Description default SearchContactsRequest.BuilderSearchContactsRequest.Builder. sort(Consumer<Sort.Builder> sort)Specifies a field to sort by and a sort order.
-