Uses of Class
software.amazon.awssdk.services.codedeploy.model.GitHubLocation
-
Packages that use GitHubLocation Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of GitHubLocation in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return GitHubLocation Modifier and Type Method Description GitHubLocationRevisionLocation. gitHubLocation()Information about the location of application artifacts stored in GitHub.Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type GitHubLocation Modifier and Type Method Description RevisionLocation.BuilderRevisionLocation.Builder. gitHubLocation(GitHubLocation gitHubLocation)Information about the location of application artifacts stored in GitHub.
-