| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
ListReportGroupsResult |
AbstractAWSCodeBuild.listReportGroups(ListReportGroupsRequest request) |
ListReportGroupsResult |
AWSCodeBuildClient.listReportGroups(ListReportGroupsRequest request)
Gets a list ARNs for the report groups in the current Amazon Web Services account.
|
ListReportGroupsResult |
AWSCodeBuild.listReportGroups(ListReportGroupsRequest listReportGroupsRequest)
Gets a list ARNs for the report groups in the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListReportGroupsResult> |
AbstractAWSCodeBuildAsync.listReportGroupsAsync(ListReportGroupsRequest request,
AsyncHandler<ListReportGroupsRequest,ListReportGroupsResult> asyncHandler) |
Future<ListReportGroupsResult> |
AWSCodeBuildAsyncClient.listReportGroupsAsync(ListReportGroupsRequest request,
AsyncHandler<ListReportGroupsRequest,ListReportGroupsResult> asyncHandler) |
Future<ListReportGroupsResult> |
AWSCodeBuildAsync.listReportGroupsAsync(ListReportGroupsRequest listReportGroupsRequest,
AsyncHandler<ListReportGroupsRequest,ListReportGroupsResult> asyncHandler)
Gets a list ARNs for the report groups in the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListReportGroupsResult |
ListReportGroupsResult.clone() |
ListReportGroupsResult |
ListReportGroupsResult.withNextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. |
ListReportGroupsResult |
ListReportGroupsResult.withReportGroups(Collection<String> reportGroups)
The list of ARNs for the report groups in the current Amazon Web Services account.
|
ListReportGroupsResult |
ListReportGroupsResult.withReportGroups(String... reportGroups)
The list of ARNs for the report groups in the current Amazon Web Services account.
|
Copyright © 2025. All rights reserved.