Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.SrcCodeOrDbAnalysisStatus
-
Packages that use SrcCodeOrDbAnalysisStatus Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of SrcCodeOrDbAnalysisStatus in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return SrcCodeOrDbAnalysisStatus Modifier and Type Method Description SrcCodeOrDbAnalysisStatusApplicationComponentDetail. analysisStatus()The status of analysis, if the application component has source code or an associated database.static SrcCodeOrDbAnalysisStatusSrcCodeOrDbAnalysisStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SrcCodeOrDbAnalysisStatusAnalysisStatusUnion. srcCodeOrDbAnalysisStatus()The status of the source code or database analysis.SrcCodeOrDbAnalysisStatusApplicationComponentStatusSummary. srcCodeOrDbAnalysisStatus()The status of database analysis.static SrcCodeOrDbAnalysisStatusSrcCodeOrDbAnalysisStatus. 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.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type SrcCodeOrDbAnalysisStatus Modifier and Type Method Description static Set<SrcCodeOrDbAnalysisStatus>SrcCodeOrDbAnalysisStatus. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type SrcCodeOrDbAnalysisStatus Modifier and Type Method Description ApplicationComponentDetail.BuilderApplicationComponentDetail.Builder. analysisStatus(SrcCodeOrDbAnalysisStatus analysisStatus)The status of analysis, if the application component has source code or an associated database.static AnalysisStatusUnionAnalysisStatusUnion. fromSrcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus)Create an instance of this class withAnalysisStatusUnion.srcCodeOrDbAnalysisStatusAsString()initialized to the given value.AnalysisStatusUnion.BuilderAnalysisStatusUnion.Builder. srcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus)The status of the source code or database analysis.ApplicationComponentStatusSummary.BuilderApplicationComponentStatusSummary.Builder. srcCodeOrDbAnalysisStatus(SrcCodeOrDbAnalysisStatus srcCodeOrDbAnalysisStatus)The status of database analysis.
-