| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| software.amazon.awssdk.services.codebuild.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProjectsResponse |
CodeBuildClient.listProjects()
Gets a list of build project names, with each build project name representing a single build project.
|
default ListProjectsResponse |
CodeBuildClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Gets a list of build project names, with each build project name representing a single build project.
|
default ListProjectsResponse |
CodeBuildClient.listProjects(ListProjectsRequest listProjectsRequest)
Gets a list of build project names, with each build project name representing a single build project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProjectsResponse> |
CodeBuildAsyncClient.listProjects()
Gets a list of build project names, with each build project name representing a single build project.
|
default CompletableFuture<ListProjectsResponse> |
CodeBuildAsyncClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Gets a list of build project names, with each build project name representing a single build project.
|
default CompletableFuture<ListProjectsResponse> |
CodeBuildAsyncClient.listProjects(ListProjectsRequest listProjectsRequest)
Gets a list of build project names, with each build project name representing a single build project.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProjectsResponse> |
ListProjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber) |
Copyright © 2021. All rights reserved.