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