| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportGroupSortByType |
ReportGroupSortByType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReportGroupSortByType |
ListReportGroupsRequest.sortBy()
The criterion to be used to list build report groups.
|
static ReportGroupSortByType |
ReportGroupSortByType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportGroupSortByType[] |
ReportGroupSortByType.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<ReportGroupSortByType> |
ReportGroupSortByType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListReportGroupsRequest.Builder |
ListReportGroupsRequest.Builder.sortBy(ReportGroupSortByType sortBy)
The criterion to be used to list build report groups.
|
Copyright © 2023. All rights reserved.