| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ListBuildBatchesResult |
AWSCodeBuild.listBuildBatches(ListBuildBatchesRequest listBuildBatchesRequest)
Retrieves the identifiers of your build batches in the current region.
|
ListBuildBatchesResult |
AWSCodeBuildClient.listBuildBatches(ListBuildBatchesRequest request)
Retrieves the identifiers of your build batches in the current region.
|
ListBuildBatchesResult |
AbstractAWSCodeBuild.listBuildBatches(ListBuildBatchesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBuildBatchesResult> |
AWSCodeBuildAsyncClient.listBuildBatchesAsync(ListBuildBatchesRequest request,
AsyncHandler<ListBuildBatchesRequest,ListBuildBatchesResult> asyncHandler) |
Future<ListBuildBatchesResult> |
AbstractAWSCodeBuildAsync.listBuildBatchesAsync(ListBuildBatchesRequest request,
AsyncHandler<ListBuildBatchesRequest,ListBuildBatchesResult> asyncHandler) |
Future<ListBuildBatchesResult> |
AWSCodeBuildAsync.listBuildBatchesAsync(ListBuildBatchesRequest listBuildBatchesRequest,
AsyncHandler<ListBuildBatchesRequest,ListBuildBatchesResult> asyncHandler)
Retrieves the identifiers of your build batches in the current region.
|
| Modifier and Type | Method and Description |
|---|---|
ListBuildBatchesResult |
ListBuildBatchesResult.clone() |
ListBuildBatchesResult |
ListBuildBatchesResult.withIds(Collection<String> ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesResult |
ListBuildBatchesResult.withIds(String... ids)
An array of strings that contains the batch build identifiers.
|
ListBuildBatchesResult |
ListBuildBatchesResult.withNextToken(String nextToken)
If there are more items to return, this contains a token that is passed to a subsequent call to
ListBuildBatches to retrieve the next set of items. |
Copyright © 2020. All rights reserved.