Uses of Class
software.amazon.awssdk.services.codebuild.model.BatchGetReportGroupsResponse
-
Packages that use BatchGetReportGroupsResponse Package Description software.amazon.awssdk.services.codebuild CodeBuild -
-
Uses of BatchGetReportGroupsResponse in software.amazon.awssdk.services.codebuild
Methods in software.amazon.awssdk.services.codebuild that return BatchGetReportGroupsResponse Modifier and Type Method Description default BatchGetReportGroupsResponseCodeBuildClient. batchGetReportGroups(Consumer<BatchGetReportGroupsRequest.Builder> batchGetReportGroupsRequest)Returns an array of report groups.default BatchGetReportGroupsResponseCodeBuildClient. batchGetReportGroups(BatchGetReportGroupsRequest batchGetReportGroupsRequest)Returns an array of report groups.Methods in software.amazon.awssdk.services.codebuild that return types with arguments of type BatchGetReportGroupsResponse Modifier and Type Method Description default CompletableFuture<BatchGetReportGroupsResponse>CodeBuildAsyncClient. batchGetReportGroups(Consumer<BatchGetReportGroupsRequest.Builder> batchGetReportGroupsRequest)Returns an array of report groups.default CompletableFuture<BatchGetReportGroupsResponse>CodeBuildAsyncClient. batchGetReportGroups(BatchGetReportGroupsRequest batchGetReportGroupsRequest)Returns an array of report groups.
-