| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
default ListBuildBatchesForProjectResponse |
CodeBuildClient.listBuildBatchesForProject(Consumer<ListBuildBatchesForProjectRequest.Builder> listBuildBatchesForProjectRequest)
Retrieves the identifiers of the build batches for a specific project.
|
default CompletableFuture<ListBuildBatchesForProjectResponse> |
CodeBuildAsyncClient.listBuildBatchesForProject(Consumer<ListBuildBatchesForProjectRequest.Builder> listBuildBatchesForProjectRequest)
Retrieves the identifiers of the build batches for a specific project.
|
default ListBuildBatchesForProjectIterable |
CodeBuildClient.listBuildBatchesForProjectPaginator(Consumer<ListBuildBatchesForProjectRequest.Builder> listBuildBatchesForProjectRequest)
Retrieves the identifiers of the build batches for a specific project.
|
default ListBuildBatchesForProjectPublisher |
CodeBuildAsyncClient.listBuildBatchesForProjectPaginator(Consumer<ListBuildBatchesForProjectRequest.Builder> listBuildBatchesForProjectRequest)
Retrieves the identifiers of the build batches for a specific project.
|
| Modifier and Type | Method and Description |
|---|---|
static ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.builder() |
ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.Builder.filter(BuildBatchFilter filter)
A
BuildBatchFilter object that specifies the filters for the search. |
default ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.Builder.filter(Consumer<BuildBatchFilter.Builder> filter)
A
BuildBatchFilter object that specifies the filters for the search. |
ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return.
|
ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.Builder.nextToken(String nextToken)
The
nextToken value returned from a previous call to ListBuildBatchesForProject. |
ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.Builder.projectName(String projectName)
The name of the project.
|
ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.Builder.sortOrder(SortOrderType sortOrder)
Specifies the sort order of the returned items.
|
ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.Builder.sortOrder(String sortOrder)
Specifies the sort order of the returned items.
|
ListBuildBatchesForProjectRequest.Builder |
ListBuildBatchesForProjectRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBuildBatchesForProjectRequest.Builder> |
ListBuildBatchesForProjectRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.