| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
SrcCodeOrDbAnalysisStatus |
ApplicationComponentDetail.analysisStatus()
The status of analysis, if the application component has source code or an associated database.
|
static SrcCodeOrDbAnalysisStatus |
SrcCodeOrDbAnalysisStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<SrcCodeOrDbAnalysisStatus> |
SrcCodeOrDbAnalysisStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponentDetail.Builder |
ApplicationComponentDetail.Builder.analysisStatus(SrcCodeOrDbAnalysisStatus analysisStatus)
The status of analysis, if the application component has source code or an associated database.
|
Copyright © 2022. All rights reserved.