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