Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.Sort.Builder
-
Packages that use Sort.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of Sort.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return Sort.Builder Modifier and Type Method Description static Sort.BuilderSort. builder()Sort.BuilderSort.Builder. key(String key)The sort key of a sort object.Sort.BuilderSort. toBuilder()Sort.BuilderSort.Builder. value(String value)The sort value of a sort object.Sort.BuilderSort.Builder. value(SortValue value)The sort value of a sort object.Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type Sort.Builder Modifier and Type Method Description static Class<? extends Sort.Builder>Sort. serializableBuilderClass()
-