Uses of Class
software.amazon.awssdk.services.codebuild.model.ReportCodeCoverageSortByType
-
Packages that use ReportCodeCoverageSortByType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ReportCodeCoverageSortByType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ReportCodeCoverageSortByType Modifier and Type Method Description static ReportCodeCoverageSortByTypeReportCodeCoverageSortByType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReportCodeCoverageSortByTypeDescribeCodeCoveragesRequest. sortBy()Specifies how the results are sorted.static ReportCodeCoverageSortByTypeReportCodeCoverageSortByType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportCodeCoverageSortByType[]ReportCodeCoverageSortByType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ReportCodeCoverageSortByType Modifier and Type Method Description static Set<ReportCodeCoverageSortByType>ReportCodeCoverageSortByType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ReportCodeCoverageSortByType Modifier and Type Method Description DescribeCodeCoveragesRequest.BuilderDescribeCodeCoveragesRequest.Builder. sortBy(ReportCodeCoverageSortByType sortBy)Specifies how the results are sorted.
-