Uses of Class
software.amazon.awssdk.services.codebuild.model.SortOrderType
-
Packages that use SortOrderType Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of SortOrderType in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return SortOrderType Modifier and Type Method Description static SortOrderTypeSortOrderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortOrderTypeDescribeCodeCoveragesRequest. sortOrder()Specifies if the results are sorted in ascending or descending order.SortOrderTypeListBuildBatchesForProjectRequest. sortOrder()Specifies the sort order of the returned items.SortOrderTypeListBuildBatchesRequest. sortOrder()Specifies the sort order of the returned items.SortOrderTypeListBuildsForProjectRequest. sortOrder()The order to sort the results in.SortOrderTypeListBuildsRequest. sortOrder()The order to list build IDs.SortOrderTypeListFleetsRequest. sortOrder()The order in which to list compute fleets.SortOrderTypeListProjectsRequest. sortOrder()The order in which to list build projects.SortOrderTypeListReportGroupsRequest. sortOrder()Used to specify the order to sort the list of returned report groups.SortOrderTypeListReportsForReportGroupRequest. sortOrder()Use to specify whether the results are returned in ascending or descending order.SortOrderTypeListReportsRequest. sortOrder()Specifies the sort order for the list of returned reports.SortOrderTypeListSharedProjectsRequest. sortOrder()The order in which to list shared build projects.SortOrderTypeListSharedReportGroupsRequest. sortOrder()The order in which to list shared report groups.static SortOrderTypeSortOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrderType[]SortOrderType. 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 SortOrderType Modifier and Type Method Description static Set<SortOrderType>SortOrderType. knownValues()Methods in software.amazon.awssdk.services.codebuild.model with parameters of type SortOrderType Modifier and Type Method Description DescribeCodeCoveragesRequest.BuilderDescribeCodeCoveragesRequest.Builder. sortOrder(SortOrderType sortOrder)Specifies if the results are sorted in ascending or descending order.ListBuildBatchesForProjectRequest.BuilderListBuildBatchesForProjectRequest.Builder. sortOrder(SortOrderType sortOrder)Specifies the sort order of the returned items.ListBuildBatchesRequest.BuilderListBuildBatchesRequest.Builder. sortOrder(SortOrderType sortOrder)Specifies the sort order of the returned items.ListBuildsForProjectRequest.BuilderListBuildsForProjectRequest.Builder. sortOrder(SortOrderType sortOrder)The order to sort the results in.ListBuildsRequest.BuilderListBuildsRequest.Builder. sortOrder(SortOrderType sortOrder)The order to list build IDs.ListFleetsRequest.BuilderListFleetsRequest.Builder. sortOrder(SortOrderType sortOrder)The order in which to list compute fleets.ListProjectsRequest.BuilderListProjectsRequest.Builder. sortOrder(SortOrderType sortOrder)The order in which to list build projects.ListReportGroupsRequest.BuilderListReportGroupsRequest.Builder. sortOrder(SortOrderType sortOrder)Used to specify the order to sort the list of returned report groups.ListReportsForReportGroupRequest.BuilderListReportsForReportGroupRequest.Builder. sortOrder(SortOrderType sortOrder)Use to specify whether the results are returned in ascending or descending order.ListReportsRequest.BuilderListReportsRequest.Builder. sortOrder(SortOrderType sortOrder)Specifies the sort order for the list of returned reports.ListSharedProjectsRequest.BuilderListSharedProjectsRequest.Builder. sortOrder(SortOrderType sortOrder)The order in which to list shared build projects.ListSharedReportGroupsRequest.BuilderListSharedReportGroupsRequest.Builder. sortOrder(SortOrderType sortOrder)The order in which to list shared report groups.
-