Uses of Class
software.amazon.awssdk.services.codecatalyst.model.RepositoryInput
-
Packages that use RepositoryInput Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of RepositoryInput in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type RepositoryInput Modifier and Type Method Description List<RepositoryInput>CreateDevEnvironmentRequest. repositories()The source repository that contains the branch to clone into the Dev Environment.Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type RepositoryInput Modifier and Type Method Description CreateDevEnvironmentRequest.BuilderCreateDevEnvironmentRequest.Builder. repositories(RepositoryInput... repositories)The source repository that contains the branch to clone into the Dev Environment.Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type RepositoryInput Modifier and Type Method Description CreateDevEnvironmentRequest.BuilderCreateDevEnvironmentRequest.Builder. repositories(Collection<RepositoryInput> repositories)The source repository that contains the branch to clone into the Dev Environment.
-