| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ReportExportConfig |
CreateReportGroupRequest.exportConfig()
A
ReportExportConfig object that contains information about where the report group test results are
exported. |
ReportExportConfig |
UpdateReportGroupRequest.exportConfig()
Used to specify an updated export type.
|
ReportExportConfig |
Report.exportConfig()
Information about where the raw data used to generate this report was exported.
|
ReportExportConfig |
ReportGroup.exportConfig()
Information about the destination where the raw data of this
ReportGroup is exported. |
| Modifier and Type | Method and Description |
|---|---|
CreateReportGroupRequest.Builder |
CreateReportGroupRequest.Builder.exportConfig(ReportExportConfig exportConfig)
A
ReportExportConfig object that contains information about where the report group test results
are exported. |
UpdateReportGroupRequest.Builder |
UpdateReportGroupRequest.Builder.exportConfig(ReportExportConfig exportConfig)
Used to specify an updated export type.
|
Report.Builder |
Report.Builder.exportConfig(ReportExportConfig exportConfig)
Information about where the raw data used to generate this report was exported.
|
ReportGroup.Builder |
ReportGroup.Builder.exportConfig(ReportExportConfig exportConfig)
Information about the destination where the raw data of this
ReportGroup is exported. |
Copyright © 2023. All rights reserved.