| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteBuildsResult |
AWSCodeBuild.batchDeleteBuilds(BatchDeleteBuildsRequest batchDeleteBuildsRequest)
Deletes one or more builds.
|
BatchDeleteBuildsResult |
AWSCodeBuildClient.batchDeleteBuilds(BatchDeleteBuildsRequest request)
Deletes one or more builds.
|
BatchDeleteBuildsResult |
AbstractAWSCodeBuild.batchDeleteBuilds(BatchDeleteBuildsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteBuildsResult> |
AWSCodeBuildAsyncClient.batchDeleteBuildsAsync(BatchDeleteBuildsRequest request,
AsyncHandler<BatchDeleteBuildsRequest,BatchDeleteBuildsResult> asyncHandler) |
Future<BatchDeleteBuildsResult> |
AbstractAWSCodeBuildAsync.batchDeleteBuildsAsync(BatchDeleteBuildsRequest request,
AsyncHandler<BatchDeleteBuildsRequest,BatchDeleteBuildsResult> asyncHandler) |
Future<BatchDeleteBuildsResult> |
AWSCodeBuildAsync.batchDeleteBuildsAsync(BatchDeleteBuildsRequest batchDeleteBuildsRequest,
AsyncHandler<BatchDeleteBuildsRequest,BatchDeleteBuildsResult> asyncHandler)
Deletes one or more builds.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteBuildsResult |
BatchDeleteBuildsResult.clone() |
BatchDeleteBuildsResult |
BatchDeleteBuildsResult.withBuildsDeleted(Collection<String> buildsDeleted)
The IDs of the builds that were successfully deleted.
|
BatchDeleteBuildsResult |
BatchDeleteBuildsResult.withBuildsDeleted(String... buildsDeleted)
The IDs of the builds that were successfully deleted.
|
BatchDeleteBuildsResult |
BatchDeleteBuildsResult.withBuildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
BatchDeleteBuildsResult |
BatchDeleteBuildsResult.withBuildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
Copyright © 2020. All rights reserved.