| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| software.amazon.awssdk.services.codebuild.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSharedReportGroupsResponse |
CodeBuildClient.listSharedReportGroups(Consumer<ListSharedReportGroupsRequest.Builder> listSharedReportGroupsRequest)
Gets a list of report groups that are shared with other AWS accounts or users.
|
default ListSharedReportGroupsResponse |
CodeBuildClient.listSharedReportGroups(ListSharedReportGroupsRequest listSharedReportGroupsRequest)
Gets a list of report groups that are shared with other AWS accounts or users.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSharedReportGroupsResponse> |
CodeBuildAsyncClient.listSharedReportGroups(Consumer<ListSharedReportGroupsRequest.Builder> listSharedReportGroupsRequest)
Gets a list of report groups that are shared with other AWS accounts or users.
|
default CompletableFuture<ListSharedReportGroupsResponse> |
CodeBuildAsyncClient.listSharedReportGroups(ListSharedReportGroupsRequest listSharedReportGroupsRequest)
Gets a list of report groups that are shared with other AWS accounts or users.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSharedReportGroupsResponse> |
ListSharedReportGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSharedReportGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSharedReportGroupsResponse> subscriber) |
Copyright © 2021. All rights reserved.