| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
static SrcCodeOrDbAnalysisStatus |
SrcCodeOrDbAnalysisStatus.fromValue(String value)
Use this in place of valueOf.
|
static SrcCodeOrDbAnalysisStatus |
SrcCodeOrDbAnalysisStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SrcCodeOrDbAnalysisStatus[] |
SrcCodeOrDbAnalysisStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponentDetail |
ApplicationComponentDetail.withAnalysisStatus(SrcCodeOrDbAnalysisStatus analysisStatus)
The status of analysis, if the application component has source code or an associated database.
|
ApplicationComponentStatusSummary |
ApplicationComponentStatusSummary.withSrcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus)
The status of database analysis.
|
AnalysisStatusUnion |
AnalysisStatusUnion.withSrcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus)
The status of the source code or database analysis.
|
Copyright © 2024. All rights reserved.