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