| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Project |
UpdateProjectResponse.project()
Information about the build project that was changed.
|
Project |
CreateProjectResponse.project()
Information about the build project that was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Project> |
BatchGetProjectsResponse.projects()
Information about the requested build projects.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectResponse.Builder |
UpdateProjectResponse.Builder.project(Project project)
Information about the build project that was changed.
|
CreateProjectResponse.Builder |
CreateProjectResponse.Builder.project(Project project)
Information about the build project that was created.
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projects(Project... projects)
Information about the requested build projects.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projects(Collection<Project> projects)
Information about the requested build projects.
|
Copyright © 2023. All rights reserved.