| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ListBuildsForProjectResult |
AWSCodeBuild.listBuildsForProject(ListBuildsForProjectRequest listBuildsForProjectRequest)
Gets a list of build IDs for the specified build project, with each build ID representing a single build.
|
ListBuildsForProjectResult |
AWSCodeBuildClient.listBuildsForProject(ListBuildsForProjectRequest request)
Gets a list of build IDs for the specified build project, with each build ID representing a single build.
|
ListBuildsForProjectResult |
AbstractAWSCodeBuild.listBuildsForProject(ListBuildsForProjectRequest request) |
| 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 |
|---|---|
ListBuildsForProjectResult |
ListBuildsForProjectResult.clone() |
ListBuildsForProjectResult |
ListBuildsForProjectResult.withIds(Collection<String> ids)
A list of build IDs for the specified build project, with each build ID representing a single build.
|
ListBuildsForProjectResult |
ListBuildsForProjectResult.withIds(String... ids)
A list of build IDs for the specified build project, with each build ID representing a single build.
|
ListBuildsForProjectResult |
ListBuildsForProjectResult.withNextToken(String nextToken)
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string
called a nextToken.
|
Copyright © 2020. All rights reserved.