| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ReportGroup |
ReportGroup.clone() |
ReportGroup |
UpdateReportGroupResult.getReportGroup()
Information about the updated report group.
|
ReportGroup |
CreateReportGroupResult.getReportGroup()
Information about the report group that was created.
|
ReportGroup |
ReportGroup.withArn(String arn)
The ARN of the
ReportGroup. |
ReportGroup |
ReportGroup.withCreated(Date created)
The date and time this
ReportGroup was created. |
ReportGroup |
ReportGroup.withExportConfig(ReportExportConfig exportConfig)
Information about the destination where the raw data of this
ReportGroup is exported. |
ReportGroup |
ReportGroup.withLastModified(Date lastModified)
The date and time this
ReportGroup was last modified. |
ReportGroup |
ReportGroup.withName(String name)
The name of the
ReportGroup. |
ReportGroup |
ReportGroup.withStatus(ReportGroupStatusType status)
The status of the report group.
|
ReportGroup |
ReportGroup.withStatus(String status)
The status of the report group.
|
ReportGroup |
ReportGroup.withTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this report group.
|
ReportGroup |
ReportGroup.withTags(Tag... tags)
A list of tag key and value pairs associated with this report group.
|
ReportGroup |
ReportGroup.withType(ReportType type)
The type of the
ReportGroup. |
ReportGroup |
ReportGroup.withType(String type)
The type of the
ReportGroup. |
| Modifier and Type | Method and Description |
|---|---|
List<ReportGroup> |
BatchGetReportGroupsResult.getReportGroups()
The array of report groups returned by
BatchGetReportGroups. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateReportGroupResult.setReportGroup(ReportGroup reportGroup)
Information about the updated report group.
|
void |
CreateReportGroupResult.setReportGroup(ReportGroup reportGroup)
Information about the report group that was created.
|
UpdateReportGroupResult |
UpdateReportGroupResult.withReportGroup(ReportGroup reportGroup)
Information about the updated report group.
|
CreateReportGroupResult |
CreateReportGroupResult.withReportGroup(ReportGroup reportGroup)
Information about the report group that was created.
|
BatchGetReportGroupsResult |
BatchGetReportGroupsResult.withReportGroups(ReportGroup... reportGroups)
The array of report groups returned by
BatchGetReportGroups. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetReportGroupsResult.setReportGroups(Collection<ReportGroup> reportGroups)
The array of report groups returned by
BatchGetReportGroups. |
BatchGetReportGroupsResult |
BatchGetReportGroupsResult.withReportGroups(Collection<ReportGroup> reportGroups)
The array of report groups returned by
BatchGetReportGroups. |
Copyright © 2024. All rights reserved.