| Package | Description |
|---|---|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
Code |
Code.clone() |
Code |
Code.withDestination(CodeDestination destination)
The repository to be created in AWS CodeStar.
|
Code |
Code.withSource(CodeSource source)
The location where the source code files provided with the project request are stored.
|
| Modifier and Type | Method and Description |
|---|---|
List<Code> |
CreateProjectRequest.getSourceCode()
A list of the Code objects submitted with the project request.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest |
CreateProjectRequest.withSourceCode(Code... sourceCode)
A list of the Code objects submitted with the project request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProjectRequest.setSourceCode(Collection<Code> sourceCode)
A list of the Code objects submitted with the project request.
|
CreateProjectRequest |
CreateProjectRequest.withSourceCode(Collection<Code> sourceCode)
A list of the Code objects submitted with the project request.
|
Copyright © 2021. All rights reserved.