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