| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.builder() |
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projects(Collection<Project> projects)
Information about the requested build projects.
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projects(Consumer<Project.Builder>... projects)
Information about the requested build projects.
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projects(Project... projects)
Information about the requested build projects.
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projectsNotFound(Collection<String> projectsNotFound)
The names of build projects for which information could not be found.
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.Builder.projectsNotFound(String... projectsNotFound)
The names of build projects for which information could not be found.
|
BatchGetProjectsResponse.Builder |
BatchGetProjectsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetProjectsResponse.Builder> |
BatchGetProjectsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.