| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| software.amazon.awssdk.services.codebuild.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListReportGroupsResponse |
CodeBuildClient.listReportGroups(Consumer<ListReportGroupsRequest.Builder> listReportGroupsRequest)
Gets a list ARNs for the report groups in the current Amazon Web Services account.
|
default ListReportGroupsResponse |
CodeBuildClient.listReportGroups(ListReportGroupsRequest listReportGroupsRequest)
Gets a list ARNs for the report groups in the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListReportGroupsResponse> |
CodeBuildAsyncClient.listReportGroups(Consumer<ListReportGroupsRequest.Builder> listReportGroupsRequest)
Gets a list ARNs for the report groups in the current Amazon Web Services account.
|
default CompletableFuture<ListReportGroupsResponse> |
CodeBuildAsyncClient.listReportGroups(ListReportGroupsRequest listReportGroupsRequest)
Gets a list ARNs for the report groups in the current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListReportGroupsResponse> |
ListReportGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListReportGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListReportGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.