| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetReportGroupsResult> |
AbstractAWSCodeBuildAsync.batchGetReportGroupsAsync(BatchGetReportGroupsRequest request,
AsyncHandler<BatchGetReportGroupsRequest,BatchGetReportGroupsResult> asyncHandler) |
Future<BatchGetReportGroupsResult> |
AWSCodeBuildAsyncClient.batchGetReportGroupsAsync(BatchGetReportGroupsRequest request,
AsyncHandler<BatchGetReportGroupsRequest,BatchGetReportGroupsResult> asyncHandler) |
Future<BatchGetReportGroupsResult> |
AWSCodeBuildAsync.batchGetReportGroupsAsync(BatchGetReportGroupsRequest batchGetReportGroupsRequest,
AsyncHandler<BatchGetReportGroupsRequest,BatchGetReportGroupsResult> asyncHandler)
Returns an array of report groups.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetReportGroupsRequest |
BatchGetReportGroupsRequest.clone() |
BatchGetReportGroupsRequest |
BatchGetReportGroupsRequest.withReportGroupArns(Collection<String> reportGroupArns)
An array of report group ARNs that identify the report groups to return.
|
BatchGetReportGroupsRequest |
BatchGetReportGroupsRequest.withReportGroupArns(String... reportGroupArns)
An array of report group ARNs that identify the report groups to return.
|
Copyright © 2025. All rights reserved.