| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
List<BuildNotDeleted> |
BatchDeleteBuildsResponse.buildsNotDeleted()
Information about any builds that could not be successfully deleted.
|
List<BuildNotDeleted> |
DeleteBuildBatchResponse.buildsNotDeleted()
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteBuildsResponse.Builder |
BatchDeleteBuildsResponse.Builder.buildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
DeleteBuildBatchResponse.Builder |
DeleteBuildBatchResponse.Builder.buildsNotDeleted(BuildNotDeleted... buildsNotDeleted)
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteBuildsResponse.Builder |
BatchDeleteBuildsResponse.Builder.buildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
Information about any builds that could not be successfully deleted.
|
DeleteBuildBatchResponse.Builder |
DeleteBuildBatchResponse.Builder.buildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)
An array of
BuildNotDeleted objects that specify the builds that could not be deleted. |
Copyright © 2021. All rights reserved.