| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static SortOrderType |
SortOrderType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SortOrderType |
DescribeCodeCoveragesRequest.sortOrder()
Specifies if the results are sorted in ascending or descending order.
|
SortOrderType |
ListReportsForReportGroupRequest.sortOrder()
Use to specify whether the results are returned in ascending or descending order.
|
SortOrderType |
ListBuildsRequest.sortOrder()
The order to list build IDs.
|
SortOrderType |
ListBuildBatchesForProjectRequest.sortOrder()
Specifies the sort order of the returned items.
|
SortOrderType |
ListSharedReportGroupsRequest.sortOrder()
The order in which to list shared report groups.
|
SortOrderType |
ListReportsRequest.sortOrder()
Specifies the sort order for the list of returned reports.
|
SortOrderType |
ListProjectsRequest.sortOrder()
The order in which to list build projects.
|
SortOrderType |
ListBuildBatchesRequest.sortOrder()
Specifies the sort order of the returned items.
|
SortOrderType |
ListReportGroupsRequest.sortOrder()
Used to specify the order to sort the list of returned report groups.
|
SortOrderType |
ListBuildsForProjectRequest.sortOrder()
The order to list results in.
|
SortOrderType |
ListSharedProjectsRequest.sortOrder()
The order in which to list shared build projects.
|
static SortOrderType |
SortOrderType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SortOrderType> |
SortOrderType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCodeCoveragesRequest.Builder |
DescribeCodeCoveragesRequest.Builder.sortOrder(SortOrderType sortOrder)
Specifies if the results are sorted in ascending or descending order.
|
ListReportsForReportGroupRequest.Builder |
ListReportsForReportGroupRequest.Builder.sortOrder(SortOrderType sortOrder)
Use to specify whether the results are returned in ascending or descending order.
|
ListBuildsRequest.Builder |
ListBuildsRequest.Builder.sortOrder(SortOrderType sortOrder)
The order to list build IDs.
|
ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.Builder.sortOrder(SortOrderType sortOrder)
Specifies the sort order of the returned items.
|
ListSharedReportGroupsRequest.Builder |
ListSharedReportGroupsRequest.Builder.sortOrder(SortOrderType sortOrder)
The order in which to list shared report groups.
|
ListReportsRequest.Builder |
ListReportsRequest.Builder.sortOrder(SortOrderType sortOrder)
Specifies the sort order for the list of returned reports.
|
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.sortOrder(SortOrderType sortOrder)
The order in which to list build projects.
|
ListBuildBatchesRequest.Builder |
ListBuildBatchesRequest.Builder.sortOrder(SortOrderType sortOrder)
Specifies the sort order of the returned items.
|
ListReportGroupsRequest.Builder |
ListReportGroupsRequest.Builder.sortOrder(SortOrderType sortOrder)
Used to specify the order to sort the list of returned report groups.
|
ListBuildsForProjectRequest.Builder |
ListBuildsForProjectRequest.Builder.sortOrder(SortOrderType sortOrder)
The order to list results in.
|
ListSharedProjectsRequest.Builder |
ListSharedProjectsRequest.Builder.sortOrder(SortOrderType sortOrder)
The order in which to list shared build projects.
|
Copyright © 2021. All rights reserved.