| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model |
| Modifier and Type | Method and Description |
|---|---|
static VersionControlType |
VersionControlType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VersionControlType |
VersionControlType.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.
|
VersionControlType |
VersionControlInfo.versionControlType()
The type of version control.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VersionControlType> |
VersionControlType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VersionControlInfo.Builder |
VersionControlInfo.Builder.versionControlType(VersionControlType versionControlType)
The type of version control.
|
Copyright © 2023. All rights reserved.