Uses of Class
software.amazon.awssdk.services.codebuild.model.BuildBatchPhase
-
Packages that use BuildBatchPhase Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of BuildBatchPhase in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type BuildBatchPhase Modifier and Type Method Description List<BuildBatchPhase>BuildBatch. phases()An array ofBuildBatchPhaseobjects the specify the phases of the batch build.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type BuildBatchPhase Modifier and Type Method Description BuildBatch.BuilderBuildBatch.Builder. phases(BuildBatchPhase... phases)An array ofBuildBatchPhaseobjects the specify the phases of the batch build.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type BuildBatchPhase Modifier and Type Method Description BuildBatch.BuilderBuildBatch.Builder. phases(Collection<BuildBatchPhase> phases)An array ofBuildBatchPhaseobjects the specify the phases of the batch build.
-