Uses of Class
software.amazon.awssdk.services.codebuild.model.BatchRestrictions
-
Packages that use BatchRestrictions Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of BatchRestrictions in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return BatchRestrictions Modifier and Type Method Description BatchRestrictionsProjectBuildBatchConfig. restrictions()ABatchRestrictionsobject that specifies the restrictions for the batch build.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type BatchRestrictions Modifier and Type Method Description ProjectBuildBatchConfig.BuilderProjectBuildBatchConfig.Builder. restrictions(BatchRestrictions restrictions)ABatchRestrictionsobject that specifies the restrictions for the batch build.
-