Uses of Interface
software.amazon.awssdk.services.codebuild.model.BatchGetReportGroupsRequest.Builder
-
Packages that use BatchGetReportGroupsRequest.Builder Package Description software.amazon.awssdk.services.codebuild CodeBuild software.amazon.awssdk.services.codebuild.model -
-
Uses of BatchGetReportGroupsRequest.Builder in software.amazon.awssdk.services.codebuild
Method parameters in software.amazon.awssdk.services.codebuild with type arguments of type BatchGetReportGroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchGetReportGroupsResponse>CodeBuildAsyncClient. batchGetReportGroups(Consumer<BatchGetReportGroupsRequest.Builder> batchGetReportGroupsRequest)Returns an array of report groups.default BatchGetReportGroupsResponseCodeBuildClient. batchGetReportGroups(Consumer<BatchGetReportGroupsRequest.Builder> batchGetReportGroupsRequest)Returns an array of report groups. -
Uses of BatchGetReportGroupsRequest.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return BatchGetReportGroupsRequest.Builder Modifier and Type Method Description static BatchGetReportGroupsRequest.BuilderBatchGetReportGroupsRequest. builder()BatchGetReportGroupsRequest.BuilderBatchGetReportGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetReportGroupsRequest.BuilderBatchGetReportGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchGetReportGroupsRequest.BuilderBatchGetReportGroupsRequest.Builder. reportGroupArns(String... reportGroupArns)An array of report group ARNs that identify the report groups to return.BatchGetReportGroupsRequest.BuilderBatchGetReportGroupsRequest.Builder. reportGroupArns(Collection<String> reportGroupArns)An array of report group ARNs that identify the report groups to return.BatchGetReportGroupsRequest.BuilderBatchGetReportGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type BatchGetReportGroupsRequest.Builder Modifier and Type Method Description static Class<? extends BatchGetReportGroupsRequest.Builder>BatchGetReportGroupsRequest. serializableBuilderClass()
-