Uses of Class
software.amazon.awssdk.services.codebuild.model.S3ReportExportConfig
-
Packages that use S3ReportExportConfig Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of S3ReportExportConfig in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return S3ReportExportConfig Modifier and Type Method Description S3ReportExportConfigReportExportConfig. s3Destination()AS3ReportExportConfigobject that contains information about the S3 bucket where the run of a report is exported.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type S3ReportExportConfig Modifier and Type Method Description ReportExportConfig.BuilderReportExportConfig.Builder. s3Destination(S3ReportExportConfig s3Destination)AS3ReportExportConfigobject that contains information about the S3 bucket where the run of a report is exported.
-