| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestar |
|
| Modifier and Type | Method and Description |
|---|---|
default TagProjectResponse |
CodeStarClient.tagProject(Consumer<TagProjectRequest.Builder> tagProjectRequest)
Adds tags to a project.
|
default TagProjectResponse |
CodeStarClient.tagProject(TagProjectRequest tagProjectRequest)
Adds tags to a project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagProjectResponse> |
CodeStarAsyncClient.tagProject(Consumer<TagProjectRequest.Builder> tagProjectRequest)
Adds tags to a project.
|
default CompletableFuture<TagProjectResponse> |
CodeStarAsyncClient.tagProject(TagProjectRequest tagProjectRequest)
Adds tags to a project.
|
Copyright © 2021. All rights reserved.