Uses of Interface
software.amazon.awssdk.services.macie2.model.SortCriteria.Builder
-
Packages that use SortCriteria.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SortCriteria.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return SortCriteria.Builder Modifier and Type Method Description SortCriteria.BuilderSortCriteria.Builder. attributeName(String attributeName)The name of the property to sort the results by.static SortCriteria.BuilderSortCriteria. builder()SortCriteria.BuilderSortCriteria.Builder. orderBy(String orderBy)The sort order to apply to the results, based on the value for the property specified by the attributeName property.SortCriteria.BuilderSortCriteria.Builder. orderBy(OrderBy orderBy)The sort order to apply to the results, based on the value for the property specified by the attributeName property.SortCriteria.BuilderSortCriteria. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type SortCriteria.Builder Modifier and Type Method Description static Class<? extends SortCriteria.Builder>SortCriteria. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type SortCriteria.Builder Modifier and Type Method Description default GetFindingsRequest.BuilderGetFindingsRequest.Builder. sortCriteria(Consumer<SortCriteria.Builder> sortCriteria)The criteria for sorting the results of the request.default ListFindingsRequest.BuilderListFindingsRequest.Builder. sortCriteria(Consumer<SortCriteria.Builder> sortCriteria)The criteria to use to sort the results.
-