| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| software.amazon.awssdk.services.codebuild.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSharedProjectsResponse |
CodeBuildClient.listSharedProjects(Consumer<ListSharedProjectsRequest.Builder> listSharedProjectsRequest)
Gets a list of projects that are shared with other AWS accounts or users.
|
default ListSharedProjectsResponse |
CodeBuildClient.listSharedProjects(ListSharedProjectsRequest listSharedProjectsRequest)
Gets a list of projects that are shared with other AWS accounts or users.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSharedProjectsResponse> |
CodeBuildAsyncClient.listSharedProjects(Consumer<ListSharedProjectsRequest.Builder> listSharedProjectsRequest)
Gets a list of projects that are shared with other AWS accounts or users.
|
default CompletableFuture<ListSharedProjectsResponse> |
CodeBuildAsyncClient.listSharedProjects(ListSharedProjectsRequest listSharedProjectsRequest)
Gets a list of projects that are shared with other AWS accounts or users.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSharedProjectsResponse> |
ListSharedProjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSharedProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSharedProjectsResponse> subscriber) |
Copyright © 2021. All rights reserved.