| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBuildBatchesForProjectResult> |
AbstractAWSCodeBuildAsync.listBuildBatchesForProjectAsync(ListBuildBatchesForProjectRequest request,
AsyncHandler<ListBuildBatchesForProjectRequest,ListBuildBatchesForProjectResult> asyncHandler) |
Future<ListBuildBatchesForProjectResult> |
AWSCodeBuildAsyncClient.listBuildBatchesForProjectAsync(ListBuildBatchesForProjectRequest request,
AsyncHandler<ListBuildBatchesForProjectRequest,ListBuildBatchesForProjectResult> asyncHandler) |
Future<ListBuildBatchesForProjectResult> |
AWSCodeBuildAsync.listBuildBatchesForProjectAsync(ListBuildBatchesForProjectRequest listBuildBatchesForProjectRequest,
AsyncHandler<ListBuildBatchesForProjectRequest,ListBuildBatchesForProjectResult> asyncHandler)
Retrieves the identifiers of the build batches for a specific project.
|
| Modifier and Type | Method and Description |
|---|---|
ListBuildBatchesForProjectRequest |
ListBuildBatchesForProjectRequest.clone() |
ListBuildBatchesForProjectRequest |
ListBuildBatchesForProjectRequest.withFilter(BuildBatchFilter filter)
A
BuildBatchFilter object that specifies the filters for the search. |
ListBuildBatchesForProjectRequest |
ListBuildBatchesForProjectRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListBuildBatchesForProjectRequest |
ListBuildBatchesForProjectRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous call to ListBuildBatchesForProject. |
ListBuildBatchesForProjectRequest |
ListBuildBatchesForProjectRequest.withProjectName(String projectName)
The name of the project.
|
ListBuildBatchesForProjectRequest |
ListBuildBatchesForProjectRequest.withSortOrder(SortOrderType sortOrder)
Specifies the sort order of the returned items.
|
ListBuildBatchesForProjectRequest |
ListBuildBatchesForProjectRequest.withSortOrder(String sortOrder)
Specifies the sort order of the returned items.
|
Copyright © 2025. All rights reserved.