| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BuildBatchFilter |
BuildBatchFilter.clone() |
BuildBatchFilter |
ListBuildBatchesForProjectRequest.getFilter()
A
BuildBatchFilter object that specifies the filters for the search. |
BuildBatchFilter |
ListBuildBatchesRequest.getFilter()
A
BuildBatchFilter object that specifies the filters for the search. |
BuildBatchFilter |
BuildBatchFilter.withStatus(StatusType status)
The status of the batch builds to retrieve.
|
BuildBatchFilter |
BuildBatchFilter.withStatus(String status)
The status of the batch builds to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBuildBatchesForProjectRequest.setFilter(BuildBatchFilter filter)
A
BuildBatchFilter object that specifies the filters for the search. |
void |
ListBuildBatchesRequest.setFilter(BuildBatchFilter filter)
A
BuildBatchFilter object that specifies the filters for the search. |
ListBuildBatchesForProjectRequest |
ListBuildBatchesForProjectRequest.withFilter(BuildBatchFilter filter)
A
BuildBatchFilter object that specifies the filters for the search. |
ListBuildBatchesRequest |
ListBuildBatchesRequest.withFilter(BuildBatchFilter filter)
A
BuildBatchFilter object that specifies the filters for the search. |
Copyright © 2025. All rights reserved.