| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
AntipatternReportStatus |
ServerDetail.antipatternReportStatus()
The status of the anti-pattern report generation.
|
AntipatternReportStatus |
AssessmentSummary.antipatternReportStatus()
The status of the anti-pattern report.
|
AntipatternReportStatus |
ApplicationComponentDetail.antipatternReportStatus()
The status of the anti-pattern report generation.
|
static AntipatternReportStatus |
AntipatternReportStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AntipatternReportStatus |
AntipatternReportStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AntipatternReportStatus[] |
AntipatternReportStatus.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<AntipatternReportStatus> |
AntipatternReportStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ServerDetail.Builder |
ServerDetail.Builder.antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report generation.
|
AssessmentSummary.Builder |
AssessmentSummary.Builder.antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report.
|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report generation.
|
Copyright © 2022. All rights reserved.