| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| 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 AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListReportGroupsRequest |
ListReportGroupsRequest.clone() |
ListReportGroupsRequest |
ListReportGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of paginated report groups returned per response.
|
ListReportGroupsRequest |
ListReportGroupsRequest.withNextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. |
ListReportGroupsRequest |
ListReportGroupsRequest.withSortBy(ReportGroupSortByType sortBy)
The criterion to be used to list build report groups.
|
ListReportGroupsRequest |
ListReportGroupsRequest.withSortBy(String sortBy)
The criterion to be used to list build report groups.
|
ListReportGroupsRequest |
ListReportGroupsRequest.withSortOrder(SortOrderType sortOrder)
Used to specify the order to sort the list of returned report groups.
|
ListReportGroupsRequest |
ListReportGroupsRequest.withSortOrder(String sortOrder)
Used to specify the order to sort the list of returned report groups.
|
Copyright © 2020. All rights reserved.