| Package | Description |
|---|---|
| com.amazonaws.services.migrationhubstrategyrecommendations.model |
| Modifier and Type | Method and Description |
|---|---|
SourceCode |
SourceCode.clone() |
SourceCode |
SourceCode.withLocation(String location)
The repository name for the source code.
|
SourceCode |
SourceCode.withProjectName(String projectName)
The name of the project.
|
SourceCode |
SourceCode.withSourceVersion(String sourceVersion)
The branch of the source code.
|
SourceCode |
SourceCode.withVersionControl(String versionControl)
The type of repository to use for the source code.
|
SourceCode |
SourceCode.withVersionControl(VersionControl versionControl)
The type of repository to use for the source code.
|
| Modifier and Type | Method and Description |
|---|---|
List<SourceCode> |
UpdateApplicationComponentConfigRequest.getSourceCodeList()
The list of source code configurations to update for the application component.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateApplicationComponentConfigRequest |
UpdateApplicationComponentConfigRequest.withSourceCodeList(SourceCode... sourceCodeList)
The list of source code configurations to update for the application component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateApplicationComponentConfigRequest.setSourceCodeList(Collection<SourceCode> sourceCodeList)
The list of source code configurations to update for the application component.
|
UpdateApplicationComponentConfigRequest |
UpdateApplicationComponentConfigRequest.withSourceCodeList(Collection<SourceCode> sourceCodeList)
The list of source code configurations to update for the application component.
|
Copyright © 2023. All rights reserved.