Uses of Class
software.amazon.awssdk.services.codebuild.model.BatchGetReportsResponse
-
Packages that use BatchGetReportsResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of BatchGetReportsResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return BatchGetReportsResponse Modifier and Type Method Description default BatchGetReportsResponseCodeBuildClient. batchGetReports(Consumer<BatchGetReportsRequest.Builder> batchGetReportsRequest)Returns an array of reports.default BatchGetReportsResponseCodeBuildClient. batchGetReports(BatchGetReportsRequest batchGetReportsRequest)Returns an array of reports.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type BatchGetReportsResponse Modifier and Type Method Description default CompletableFuture<BatchGetReportsResponse>CodeBuildAsyncClient. batchGetReports(Consumer<BatchGetReportsRequest.Builder> batchGetReportsRequest)Returns an array of reports.default CompletableFuture<BatchGetReportsResponse>CodeBuildAsyncClient. batchGetReports(BatchGetReportsRequest batchGetReportsRequest)Returns an array of reports.
-