Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.SortCriteria
-
Packages that use SortCriteria Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of SortCriteria in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return SortCriteria Modifier and Type Method Description SortCriteriaListFindingsRequest. sort()The sort order for the findings returned.SortCriteriaListFindingsV2Request. sort()Returns the value of the Sort property for this object.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type SortCriteria Modifier and Type Method Description ListFindingsRequest.BuilderListFindingsRequest.Builder. sort(SortCriteria sort)The sort order for the findings returned.ListFindingsV2Request.BuilderListFindingsV2Request.Builder. sort(SortCriteria sort)Sets the value of the Sort property for this object.
-