Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.VersionControlInfo
-
Packages that use VersionControlInfo Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of VersionControlInfo in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type VersionControlInfo Modifier and Type Method Description List<VersionControlInfo>ConfigurationSummary. versionControlInfoList()The list of the version control configurations.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type VersionControlInfo Modifier and Type Method Description ConfigurationSummary.BuilderConfigurationSummary.Builder. versionControlInfoList(VersionControlInfo... versionControlInfoList)The list of the version control configurations.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type VersionControlInfo Modifier and Type Method Description ConfigurationSummary.BuilderConfigurationSummary.Builder. versionControlInfoList(Collection<VersionControlInfo> versionControlInfoList)The list of the version control configurations.
-