| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ListBuildBatchesForProjectResult |
AWSCodeBuildClient.listBuildBatchesForProject(ListBuildBatchesForProjectRequest request)
Retrieves the identifiers of the build batches for a specific project.
|
ListBuildBatchesForProjectResult |
AbstractAWSCodeBuild.listBuildBatchesForProject(ListBuildBatchesForProjectRequest request) |
ListBuildBatchesForProjectResult |
AWSCodeBuild.listBuildBatchesForProject(ListBuildBatchesForProjectRequest listBuildBatchesForProjectRequest)
Retrieves the identifiers of the build batches for a specific project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBuildBatchesForProjectResult> |
AWSCodeBuildAsyncClient.listBuildBatchesForProjectAsync(ListBuildBatchesForProjectRequest request,
AsyncHandler<ListBuildBatchesForProjectRequest,ListBuildBatchesForProjectResult> asyncHandler) |
Future<ListBuildBatchesForProjectResult> |
AbstractAWSCodeBuildAsync.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 |
|---|---|
ListBuildBatchesForProjectResult |
ListBuildBatchesForProjectResult.clone() |
ListBuildBatchesForProjectResult |
ListBuildBatchesForProjectResult.withIds(Collection<String> ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesForProjectResult |
ListBuildBatchesForProjectResult.withIds(String... ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesForProjectResult |
ListBuildBatchesForProjectResult.withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatchesForProject to retrieve the next set of items. |
Copyright © 2024. All rights reserved.