| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
static ListReportGroupsResponse.Builder |
ListReportGroupsResponse.builder() |
ListReportGroupsResponse.Builder |
ListReportGroupsResponse.Builder.nextToken(String nextToken)
During a previous call, the maximum number of items that can be returned is the value specified in
maxResults. |
ListReportGroupsResponse.Builder |
ListReportGroupsResponse.Builder.reportGroups(Collection<String> reportGroups)
The list of ARNs for the report groups in the current Amazon Web Services account.
|
ListReportGroupsResponse.Builder |
ListReportGroupsResponse.Builder.reportGroups(String... reportGroups)
The list of ARNs for the report groups in the current Amazon Web Services account.
|
ListReportGroupsResponse.Builder |
ListReportGroupsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListReportGroupsResponse.Builder> |
ListReportGroupsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.