Uses of Class
software.amazon.awssdk.services.config.model.SortBy
-
Packages that use SortBy Package Description software.amazon.awssdk.services.config.model -
-
Uses of SortBy in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return SortBy Modifier and Type Method Description static SortBySortBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortByListConformancePackComplianceScoresRequest. sortBy()Sorts your conformance pack compliance scores in either ascending or descending order, depending onSortOrder.static SortBySortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static SortBy[]SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type SortBy Modifier and Type Method Description static Set<SortBy>SortBy. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type SortBy Modifier and Type Method Description ListConformancePackComplianceScoresRequest.BuilderListConformancePackComplianceScoresRequest.Builder. sortBy(SortBy sortBy)Sorts your conformance pack compliance scores in either ascending or descending order, depending onSortOrder.
-