| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar |
|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
default ListTagsForProjectResponse |
CodeStarClient.listTagsForProject(Consumer<ListTagsForProjectRequest.Builder> listTagsForProjectRequest)
Gets the tags for a project.
|
default CompletableFuture<ListTagsForProjectResponse> |
CodeStarAsyncClient.listTagsForProject(Consumer<ListTagsForProjectRequest.Builder> listTagsForProjectRequest)
Gets the tags for a project.
|
| Modifier and Type | Method and Description |
|---|---|
static ListTagsForProjectRequest.Builder |
ListTagsForProjectRequest.builder() |
ListTagsForProjectRequest.Builder |
ListTagsForProjectRequest.Builder.id(String id)
The ID of the project to get tags for.
|
ListTagsForProjectRequest.Builder |
ListTagsForProjectRequest.Builder.maxResults(Integer maxResults)
Reserved for future use.
|
ListTagsForProjectRequest.Builder |
ListTagsForProjectRequest.Builder.nextToken(String nextToken)
Reserved for future use.
|
ListTagsForProjectRequest.Builder |
ListTagsForProjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForProjectRequest.Builder |
ListTagsForProjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForProjectRequest.Builder |
ListTagsForProjectRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsForProjectRequest.Builder> |
ListTagsForProjectRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.