| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ListBuildsForProjectResult |
AWSCodeBuildClient.listBuildsForProject(ListBuildsForProjectRequest request)
Gets a list of build identifiers for the specified build project, with each build identifier representing a
single build.
|
ListBuildsForProjectResult |
AbstractAWSCodeBuild.listBuildsForProject(ListBuildsForProjectRequest request) |
ListBuildsForProjectResult |
AWSCodeBuild.listBuildsForProject(ListBuildsForProjectRequest listBuildsForProjectRequest)
Gets a list of build identifiers for the specified build project, with each build identifier representing a
single build.
|
Future<ListBuildsForProjectResult> |
AWSCodeBuildAsyncClient.listBuildsForProjectAsync(ListBuildsForProjectRequest request) |
Future<ListBuildsForProjectResult> |
AbstractAWSCodeBuildAsync.listBuildsForProjectAsync(ListBuildsForProjectRequest request) |
Future<ListBuildsForProjectResult> |
AWSCodeBuildAsync.listBuildsForProjectAsync(ListBuildsForProjectRequest listBuildsForProjectRequest)
Gets a list of build identifiers for the specified build project, with each build identifier representing a
single build.
|
Future<ListBuildsForProjectResult> |
AWSCodeBuildAsyncClient.listBuildsForProjectAsync(ListBuildsForProjectRequest request,
AsyncHandler<ListBuildsForProjectRequest,ListBuildsForProjectResult> asyncHandler) |
Future<ListBuildsForProjectResult> |
AbstractAWSCodeBuildAsync.listBuildsForProjectAsync(ListBuildsForProjectRequest request,
AsyncHandler<ListBuildsForProjectRequest,ListBuildsForProjectResult> asyncHandler) |
Future<ListBuildsForProjectResult> |
AWSCodeBuildAsync.listBuildsForProjectAsync(ListBuildsForProjectRequest listBuildsForProjectRequest,
AsyncHandler<ListBuildsForProjectRequest,ListBuildsForProjectResult> asyncHandler)
Gets a list of build identifiers for the specified build project, with each build identifier representing a
single build.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListBuildsForProjectResult> |
AWSCodeBuildAsyncClient.listBuildsForProjectAsync(ListBuildsForProjectRequest request,
AsyncHandler<ListBuildsForProjectRequest,ListBuildsForProjectResult> asyncHandler) |
Future<ListBuildsForProjectResult> |
AbstractAWSCodeBuildAsync.listBuildsForProjectAsync(ListBuildsForProjectRequest request,
AsyncHandler<ListBuildsForProjectRequest,ListBuildsForProjectResult> asyncHandler) |
Future<ListBuildsForProjectResult> |
AWSCodeBuildAsync.listBuildsForProjectAsync(ListBuildsForProjectRequest listBuildsForProjectRequest,
AsyncHandler<ListBuildsForProjectRequest,ListBuildsForProjectResult> asyncHandler)
Gets a list of build identifiers for the specified build project, with each build identifier 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 nextToken.
|
ListBuildsForProjectRequest |
ListBuildsForProjectRequest.withProjectName(String projectName)
The name of the CodeBuild project.
|
ListBuildsForProjectRequest |
ListBuildsForProjectRequest.withSortOrder(SortOrderType sortOrder)
The order to sort the results in.
|
ListBuildsForProjectRequest |
ListBuildsForProjectRequest.withSortOrder(String sortOrder)
The order to sort the results in.
|
Copyright © 2024. All rights reserved.