Uses of Class
software.amazon.awssdk.services.codebuild.model.ReportGroup
-
Packages that use ReportGroup Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ReportGroup in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ReportGroup Modifier and Type Method Description ReportGroupCreateReportGroupResponse. reportGroup()Information about the report group that was created.ReportGroupUpdateReportGroupResponse. reportGroup()Information about the updated report group.Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ReportGroup Modifier and Type Method Description List<ReportGroup>BatchGetReportGroupsResponse. reportGroups()The array of report groups returned byBatchGetReportGroups.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ReportGroup Modifier and Type Method Description CreateReportGroupResponse.BuilderCreateReportGroupResponse.Builder. reportGroup(ReportGroup reportGroup)Information about the report group that was created.UpdateReportGroupResponse.BuilderUpdateReportGroupResponse.Builder. reportGroup(ReportGroup reportGroup)Information about the updated report group.BatchGetReportGroupsResponse.BuilderBatchGetReportGroupsResponse.Builder. reportGroups(ReportGroup... reportGroups)The array of report groups returned byBatchGetReportGroups.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ReportGroup Modifier and Type Method Description BatchGetReportGroupsResponse.BuilderBatchGetReportGroupsResponse.Builder. reportGroups(Collection<ReportGroup> reportGroups)The array of report groups returned byBatchGetReportGroups.
-