| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar |
|
| software.amazon.awssdk.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
default TagProjectResponse |
CodeStarClient.tagProject(Consumer<TagProjectRequest.Builder> tagProjectRequest)
Adds tags to a project.
|
default CompletableFuture<TagProjectResponse> |
CodeStarAsyncClient.tagProject(Consumer<TagProjectRequest.Builder> tagProjectRequest)
Adds tags to a project.
|
| Modifier and Type | Method and Description |
|---|---|
static TagProjectRequest.Builder |
TagProjectRequest.builder() |
TagProjectRequest.Builder |
TagProjectRequest.Builder.id(String id)
The ID of the project you want to add a tag to.
|
TagProjectRequest.Builder |
TagProjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagProjectRequest.Builder |
TagProjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagProjectRequest.Builder |
TagProjectRequest.Builder.tags(Map<String,String> tags)
The tags you want to add to the project.
|
TagProjectRequest.Builder |
TagProjectRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagProjectRequest.Builder> |
TagProjectRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.