| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static SortOrderType |
SortOrderType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
ListBuildsForProjectRequest.setSortOrder(SortOrderType sortOrder)
The order to list build IDs.
|
void |
ListProjectsRequest.setSortOrder(SortOrderType sortOrder)
The order in which to list build projects.
|
void |
ListBuildsRequest.setSortOrder(SortOrderType sortOrder)
The order to list build IDs.
|
ListReportGroupsRequest |
ListReportGroupsRequest.withSortOrder(SortOrderType sortOrder)
Used to specify the order to sort the list of returned report groups.
|
ListReportsForReportGroupRequest |
ListReportsForReportGroupRequest.withSortOrder(SortOrderType sortOrder)
Use to specify whether the results are returned in ascending or descending order.
|
ListBuildsForProjectRequest |
ListBuildsForProjectRequest.withSortOrder(SortOrderType sortOrder)
The order to list build IDs.
|
ListSharedReportGroupsRequest |
ListSharedReportGroupsRequest.withSortOrder(SortOrderType sortOrder)
The order in which to list shared report groups.
|
ListProjectsRequest |
ListProjectsRequest.withSortOrder(SortOrderType sortOrder)
The order in which to list build projects.
|
ListSharedProjectsRequest |
ListSharedProjectsRequest.withSortOrder(SortOrderType sortOrder)
The order in which to list shared build projects.
|
ListReportsRequest |
ListReportsRequest.withSortOrder(SortOrderType sortOrder)
Specifies the sort order for the list of returned reports.
|
ListBuildsRequest |
ListBuildsRequest.withSortOrder(SortOrderType sortOrder)
The order to list build IDs.
|
Copyright © 2020. All rights reserved.