Uses of Class
software.amazon.awssdk.services.codestar.model.GitHubCodeDestination
-
Packages that use GitHubCodeDestination Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of GitHubCodeDestination in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return GitHubCodeDestination Modifier and Type Method Description GitHubCodeDestinationCodeDestination. gitHub()Information about the GitHub repository to be created in AWS CodeStar.Methods in software.amazon.awssdk.services.codestar.model with parameters of type GitHubCodeDestination Modifier and Type Method Description CodeDestination.BuilderCodeDestination.Builder. gitHub(GitHubCodeDestination gitHub)Information about the GitHub repository to be created in AWS CodeStar.
-