Uses of Class
software.amazon.awssdk.services.codebuild.model.BuildNotDeleted
-
Packages that use BuildNotDeleted Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of BuildNotDeleted in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type BuildNotDeleted Modifier and Type Method Description List<BuildNotDeleted>BatchDeleteBuildsResponse. buildsNotDeleted()Information about any builds that could not be successfully deleted.List<BuildNotDeleted>DeleteBuildBatchResponse. buildsNotDeleted()An array ofBuildNotDeletedobjects that specify the builds that could not be deleted.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type BuildNotDeleted Modifier and Type Method Description BatchDeleteBuildsResponse.BuilderBatchDeleteBuildsResponse.Builder. buildsNotDeleted(BuildNotDeleted... buildsNotDeleted)Information about any builds that could not be successfully deleted.DeleteBuildBatchResponse.BuilderDeleteBuildBatchResponse.Builder. buildsNotDeleted(BuildNotDeleted... buildsNotDeleted)An array ofBuildNotDeletedobjects that specify the builds that could not be deleted.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type BuildNotDeleted Modifier and Type Method Description BatchDeleteBuildsResponse.BuilderBatchDeleteBuildsResponse.Builder. buildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)Information about any builds that could not be successfully deleted.DeleteBuildBatchResponse.BuilderDeleteBuildBatchResponse.Builder. buildsNotDeleted(Collection<BuildNotDeleted> buildsNotDeleted)An array ofBuildNotDeletedobjects that specify the builds that could not be deleted.
-