| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild |
|
| software.amazon.awssdk.services.codebuild.paginators | |
| software.amazon.awssdk.services.codebuild.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSharedProjectsResponse> |
CodeBuildAsyncClient.listSharedProjects(ListSharedProjectsRequest 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.
|
default ListSharedProjectsPublisher |
CodeBuildAsyncClient.listSharedProjectsPaginator(ListSharedProjectsRequest listSharedProjectsRequest)
Gets a list of projects that are shared with other AWS accounts or users.
|
default ListSharedProjectsIterable |
CodeBuildClient.listSharedProjectsPaginator(ListSharedProjectsRequest listSharedProjectsRequest)
Gets a list of projects that are shared with other AWS accounts or users.
|
| Constructor and Description |
|---|
ListSharedProjectsIterable(CodeBuildClient client,
ListSharedProjectsRequest firstRequest) |
ListSharedProjectsPublisher(CodeBuildAsyncClient client,
ListSharedProjectsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListSharedProjectsRequestMarshaller.marshall(ListSharedProjectsRequest listSharedProjectsRequest) |
Copyright © 2021. All rights reserved.