Uses of Class
software.amazon.awssdk.services.codebuild.model.Report
-
Packages that use Report Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of Report in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type Report Modifier and Type Method Description List<Report>BatchGetReportsResponse. reports()The array ofReportobjects returned byBatchGetReports.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type Report Modifier and Type Method Description BatchGetReportsResponse.BuilderBatchGetReportsResponse.Builder. reports(Report... reports)The array ofReportobjects returned byBatchGetReports.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type Report Modifier and Type Method Description BatchGetReportsResponse.BuilderBatchGetReportsResponse.Builder. reports(Collection<Report> reports)The array ofReportobjects returned byBatchGetReports.
-