Uses of Class
software.amazon.awssdk.services.codebuild.model.Build
-
Packages that use Build Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of Build in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return Build Modifier and Type Method Description BuildRetryBuildResponse. build()Returns the value of the Build property for this object.BuildStartBuildResponse. build()Information about the build to be run.BuildStopBuildResponse. build()Information about the build.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type Build Modifier and Type Method Description List<Build>BatchGetBuildsResponse. builds()Information about the requested builds.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type Build Modifier and Type Method Description RetryBuildResponse.BuilderRetryBuildResponse.Builder. build(Build build)Sets the value of the Build property for this object.StartBuildResponse.BuilderStartBuildResponse.Builder. build(Build build)Information about the build to be run.StopBuildResponse.BuilderStopBuildResponse.Builder. build(Build build)Information about the build.BatchGetBuildsResponse.BuilderBatchGetBuildsResponse.Builder. builds(Build... builds)Information about the requested builds.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type Build Modifier and Type Method Description BatchGetBuildsResponse.BuilderBatchGetBuildsResponse.Builder. builds(Collection<Build> builds)Information about the requested builds.
-