Uses of Interface
software.amazon.awssdk.services.migrationhubstrategy.model.VersionControlInfo.Builder
-
Packages that use VersionControlInfo.Builder Package Description software.amazon.awssdk.services.migrationhubstrategy.model -
-
Uses of VersionControlInfo.Builder in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return VersionControlInfo.Builder Modifier and Type Method Description static VersionControlInfo.BuilderVersionControlInfo. builder()VersionControlInfo.BuilderVersionControlInfo. toBuilder()VersionControlInfo.BuilderVersionControlInfo.Builder. versionControlConfigurationTimeStamp(String versionControlConfigurationTimeStamp)The time when the version control system was last configured.VersionControlInfo.BuilderVersionControlInfo.Builder. versionControlType(String versionControlType)The type of version control.VersionControlInfo.BuilderVersionControlInfo.Builder. versionControlType(VersionControlType versionControlType)The type of version control.Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type VersionControlInfo.Builder Modifier and Type Method Description static Class<? extends VersionControlInfo.Builder>VersionControlInfo. serializableBuilderClass()
-