Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.AntipatternReportStatus
-
Packages that use AntipatternReportStatus Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of AntipatternReportStatus in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return AntipatternReportStatus Modifier and Type Method Description AntipatternReportStatusAntipatternReportResult. antipatternReportStatus()The status of the anti-pattern report generation.AntipatternReportStatusApplicationComponentDetail. antipatternReportStatus()The status of the anti-pattern report generation.AntipatternReportStatusAssessmentSummary. antipatternReportStatus()The status of the anti-pattern report.AntipatternReportStatusServerDetail. antipatternReportStatus()The status of the anti-pattern report generation.static AntipatternReportStatusAntipatternReportStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AntipatternReportStatusAntipatternReportStatus. 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.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type AntipatternReportStatus Modifier and Type Method Description static Set<AntipatternReportStatus>AntipatternReportStatus. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type AntipatternReportStatus Modifier and Type Method Description AntipatternReportResult.BuilderAntipatternReportResult.Builder. antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)The status of the anti-pattern report generation.ApplicationComponentDetail.BuilderApplicationComponentDetail.Builder. antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)The status of the anti-pattern report generation.AssessmentSummary.BuilderAssessmentSummary.Builder. antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)The status of the anti-pattern report.ServerDetail.BuilderServerDetail.Builder. antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)The status of the anti-pattern report generation.
-