Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.AntipatternSeveritySummary
-
Packages that use AntipatternSeveritySummary Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of AntipatternSeveritySummary in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type AntipatternSeveritySummary Modifier and Type Method Description List<AntipatternSeveritySummary>ApplicationComponentDetail. listAntipatternSeveritySummary()A list of anti-pattern severity summaries.List<AntipatternSeveritySummary>AssessmentSummary. listAntipatternSeveritySummary()List of AntipatternSeveritySummary.List<AntipatternSeveritySummary>ServerDetail. listAntipatternSeveritySummary()A list of anti-pattern severity summaries.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type AntipatternSeveritySummary Modifier and Type Method Description ApplicationComponentDetail.BuilderApplicationComponentDetail.Builder. listAntipatternSeveritySummary(AntipatternSeveritySummary... listAntipatternSeveritySummary)A list of anti-pattern severity summaries.AssessmentSummary.BuilderAssessmentSummary.Builder. listAntipatternSeveritySummary(AntipatternSeveritySummary... listAntipatternSeveritySummary)List of AntipatternSeveritySummary.ServerDetail.BuilderServerDetail.Builder. listAntipatternSeveritySummary(AntipatternSeveritySummary... listAntipatternSeveritySummary)A list of anti-pattern severity summaries.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type AntipatternSeveritySummary Modifier and Type Method Description ApplicationComponentDetail.BuilderApplicationComponentDetail.Builder. listAntipatternSeveritySummary(Collection<AntipatternSeveritySummary> listAntipatternSeveritySummary)A list of anti-pattern severity summaries.AssessmentSummary.BuilderAssessmentSummary.Builder. listAntipatternSeveritySummary(Collection<AntipatternSeveritySummary> listAntipatternSeveritySummary)List of AntipatternSeveritySummary.ServerDetail.BuilderServerDetail.Builder. listAntipatternSeveritySummary(Collection<AntipatternSeveritySummary> listAntipatternSeveritySummary)A list of anti-pattern severity summaries.
-