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