Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.Result
-
Packages that use Result Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of Result in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type Result Modifier and Type Method Description List<Result>ApplicationComponentDetail. resultList()A list of the analysis results.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type Result Modifier and Type Method Description ApplicationComponentDetail.BuilderApplicationComponentDetail.Builder. resultList(Result... resultList)A list of the analysis results.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type Result Modifier and Type Method Description ApplicationComponentDetail.BuilderApplicationComponentDetail.Builder. resultList(Collection<Result> resultList)A list of the analysis results.
-