Uses of Class
software.amazon.awssdk.services.codebuild.model.BuildBatch
-
Packages that use BuildBatch Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of BuildBatch in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return BuildBatch Modifier and Type Method Description BuildBatchRetryBuildBatchResponse. buildBatch()Returns the value of the BuildBatch property for this object.BuildBatchStartBuildBatchResponse. buildBatch()ABuildBatchobject that contains information about the batch build.BuildBatchStopBuildBatchResponse. buildBatch()Returns the value of the BuildBatch property for this object.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type BuildBatch Modifier and Type Method Description List<BuildBatch>BatchGetBuildBatchesResponse. buildBatches()An array ofBuildBatchobjects that represent the retrieved batch builds.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type BuildBatch Modifier and Type Method Description RetryBuildBatchResponse.BuilderRetryBuildBatchResponse.Builder. buildBatch(BuildBatch buildBatch)Sets the value of the BuildBatch property for this object.StartBuildBatchResponse.BuilderStartBuildBatchResponse.Builder. buildBatch(BuildBatch buildBatch)ABuildBatchobject that contains information about the batch build.StopBuildBatchResponse.BuilderStopBuildBatchResponse.Builder. buildBatch(BuildBatch buildBatch)Sets the value of the BuildBatch property for this object.BatchGetBuildBatchesResponse.BuilderBatchGetBuildBatchesResponse.Builder. buildBatches(BuildBatch... buildBatches)An array ofBuildBatchobjects that represent the retrieved batch builds.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type BuildBatch Modifier and Type Method Description BatchGetBuildBatchesResponse.BuilderBatchGetBuildBatchesResponse.Builder. buildBatches(Collection<BuildBatch> buildBatches)An array ofBuildBatchobjects that represent the retrieved batch builds.
-