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