| Package | Description |
|---|---|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
CodeDestination |
CodeDestination.clone() |
CodeDestination |
Code.getDestination()
The repository to be created in AWS CodeStar.
|
CodeDestination |
CodeDestination.withCodeCommit(CodeCommitCodeDestination codeCommit)
Information about the AWS CodeCommit repository to be created in AWS CodeStar.
|
CodeDestination |
CodeDestination.withGitHub(GitHubCodeDestination gitHub)
Information about the GitHub repository to be created in AWS CodeStar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Code.setDestination(CodeDestination destination)
The repository to be created in AWS CodeStar.
|
Code |
Code.withDestination(CodeDestination destination)
The repository to be created in AWS CodeStar.
|
Copyright © 2025. All rights reserved.