| 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.
|
ListBuildsForProjectRequest |
ListBuildsForProjectRequest.withSortOrder(SortOrderType sortOrder)
The order to list build IDs.
|
ListProjectsRequest |
ListProjectsRequest.withSortOrder(SortOrderType sortOrder)
The order in which to list build projects.
|
ListBuildsRequest |
ListBuildsRequest.withSortOrder(SortOrderType sortOrder)
The order to list build IDs.
|
Copyright © 2017. All rights reserved.