| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ReportGroup |
UpdateReportGroupResponse.reportGroup()
Information about the updated report group.
|
ReportGroup |
CreateReportGroupResponse.reportGroup()
Information about the report group that was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportGroup> |
BatchGetReportGroupsResponse.reportGroups()
The array of report groups returned by
BatchGetReportGroups. |
| Modifier and Type | Method and Description |
|---|---|
UpdateReportGroupResponse.Builder |
UpdateReportGroupResponse.Builder.reportGroup(ReportGroup reportGroup)
Information about the updated report group.
|
CreateReportGroupResponse.Builder |
CreateReportGroupResponse.Builder.reportGroup(ReportGroup reportGroup)
Information about the report group that was created.
|
BatchGetReportGroupsResponse.Builder |
BatchGetReportGroupsResponse.Builder.reportGroups(ReportGroup... reportGroups)
The array of report groups returned by
BatchGetReportGroups. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetReportGroupsResponse.Builder |
BatchGetReportGroupsResponse.Builder.reportGroups(Collection<ReportGroup> reportGroups)
The array of report groups returned by
BatchGetReportGroups. |
Copyright © 2021. All rights reserved.