Uses of Class
software.amazon.awssdk.services.codebuild.model.Project
-
Packages that use Project Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of Project in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return Project Modifier and Type Method Description ProjectCreateProjectResponse. project()Information about the build project that was created.ProjectUpdateProjectResponse. project()Information about the build project that was changed.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type Project Modifier and Type Method Description List<Project>BatchGetProjectsResponse. projects()Information about the requested build projects.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type Project Modifier and Type Method Description CreateProjectResponse.BuilderCreateProjectResponse.Builder. project(Project project)Information about the build project that was created.UpdateProjectResponse.BuilderUpdateProjectResponse.Builder. project(Project project)Information about the build project that was changed.BatchGetProjectsResponse.BuilderBatchGetProjectsResponse.Builder. projects(Project... projects)Information about the requested build projects.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type Project Modifier and Type Method Description BatchGetProjectsResponse.BuilderBatchGetProjectsResponse.Builder. projects(Collection<Project> projects)Information about the requested build projects.
-