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