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