Uses of Class
software.amazon.awssdk.services.codebuild.model.ReportExportConfig
-
Packages that use ReportExportConfig Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ReportExportConfig in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ReportExportConfig Modifier and Type Method Description ReportExportConfigCreateReportGroupRequest. exportConfig()AReportExportConfigobject that contains information about where the report group test results are exported.ReportExportConfigReport. exportConfig()Information about where the raw data used to generate this report was exported.ReportExportConfigReportGroup. exportConfig()Information about the destination where the raw data of thisReportGroupis exported.ReportExportConfigUpdateReportGroupRequest. exportConfig()Used to specify an updated export type.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type ReportExportConfig Modifier and Type Method Description CreateReportGroupRequest.BuilderCreateReportGroupRequest.Builder. exportConfig(ReportExportConfig exportConfig)AReportExportConfigobject that contains information about where the report group test results are exported.Report.BuilderReport.Builder. exportConfig(ReportExportConfig exportConfig)Information about where the raw data used to generate this report was exported.ReportGroup.BuilderReportGroup.Builder. exportConfig(ReportExportConfig exportConfig)Information about the destination where the raw data of thisReportGroupis exported.UpdateReportGroupRequest.BuilderUpdateReportGroupRequest.Builder. exportConfig(ReportExportConfig exportConfig)Used to specify an updated export type.
-