Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.VersionControlType
-
Packages that use VersionControlType Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of VersionControlType in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return VersionControlType Modifier and Type Method Description static VersionControlTypeVersionControlType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VersionControlTypeVersionControlType. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionControlType[]VersionControlType. values()Returns an array containing the constants of this enum type, in the order they are declared.VersionControlTypeVersionControlInfo. versionControlType()The type of version control.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type VersionControlType Modifier and Type Method Description static Set<VersionControlType>VersionControlType. knownValues()Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type VersionControlType Modifier and Type Method Description VersionControlInfo.BuilderVersionControlInfo.Builder. versionControlType(VersionControlType versionControlType)The type of version control.
-