Uses of Class
software.amazon.awssdk.services.securityhub.model.SortCriterion
-
Packages that use SortCriterion Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of SortCriterion in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type SortCriterion Modifier and Type Method Description List<SortCriterion>GetFindingsRequest. sortCriteria()The finding attributes used to sort the list of returned findings.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type SortCriterion Modifier and Type Method Description GetFindingsRequest.BuilderGetFindingsRequest.Builder. sortCriteria(SortCriterion... sortCriteria)The finding attributes used to sort the list of returned findings.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type SortCriterion Modifier and Type Method Description GetFindingsRequest.BuilderGetFindingsRequest.Builder. sortCriteria(Collection<SortCriterion> sortCriteria)The finding attributes used to sort the list of returned findings.
-