Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.SourceCodeRepository
-
Packages that use SourceCodeRepository Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of SourceCodeRepository in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type SourceCodeRepository Modifier and Type Method Description List<SourceCodeRepository>ApplicationComponentDetail. sourceCodeRepositories()Details about the source code repository associated with the application component.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type SourceCodeRepository Modifier and Type Method Description ApplicationComponentDetail.BuilderApplicationComponentDetail.Builder. sourceCodeRepositories(SourceCodeRepository... sourceCodeRepositories)Details about the source code repository associated with the application component.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type SourceCodeRepository Modifier and Type Method Description ApplicationComponentDetail.BuilderApplicationComponentDetail.Builder. sourceCodeRepositories(Collection<SourceCodeRepository> sourceCodeRepositories)Details about the source code repository associated with the application component.
-