| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBuildsForProjectResult> |
AbstractAWSCodeBuildAsync.listBuildsForProjectAsync(ListBuildsForProjectRequest request,
AsyncHandler<ListBuildsForProjectRequest,ListBuildsForProjectResult> asyncHandler) |
Future<ListBuildsForProjectResult> |
AWSCodeBuildAsyncClient.listBuildsForProjectAsync(ListBuildsForProjectRequest request,
AsyncHandler<ListBuildsForProjectRequest,ListBuildsForProjectResult> asyncHandler) |
Future<ListBuildsForProjectResult> |
AWSCodeBuildAsync.listBuildsForProjectAsync(ListBuildsForProjectRequest listBuildsForProjectRequest,
AsyncHandler<ListBuildsForProjectRequest,ListBuildsForProjectResult> asyncHandler)
Gets a list of build IDs for the specified build project, with each build ID representing a single build.
|
| Modifier and Type | Method and Description |
|---|---|
ListBuildsForProjectRequest |
ListBuildsForProjectRequest.clone() |
ListBuildsForProjectRequest |
ListBuildsForProjectRequest.withNextToken(String nextToken)
During a previous call, if there are more than 100 items in the list, only the first 100 items are returned,
along with a unique string called a next token.
|
ListBuildsForProjectRequest |
ListBuildsForProjectRequest.withProjectName(String projectName)
The name of the AWS CodeBuild project.
|
ListBuildsForProjectRequest |
ListBuildsForProjectRequest.withSortOrder(SortOrderType sortOrder)
The order to list build IDs.
|
ListBuildsForProjectRequest |
ListBuildsForProjectRequest.withSortOrder(String sortOrder)
The order to list build IDs.
|
Copyright © 2018. All rights reserved.