Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.VersionControl
-
Packages that use VersionControl Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of VersionControl in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return VersionControl Modifier and Type Method Description static VersionControlVersionControl. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VersionControlVersionControl. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionControl[]VersionControl. values()Returns an array containing the constants of this enum type, in the order they are declared.VersionControlSourceCode. versionControl()The type of repository to use for the source code.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type VersionControl Modifier and Type Method Description static Set<VersionControl>VersionControl. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type VersionControl Modifier and Type Method Description SourceCode.BuilderSourceCode.Builder. versionControl(VersionControl versionControl)The type of repository to use for the source code.
-