| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
TagProjectResult |
AbstractAWSCodeStar.tagProject(TagProjectRequest request) |
TagProjectResult |
AWSCodeStar.tagProject(TagProjectRequest tagProjectRequest)
Adds tags to a project.
|
TagProjectResult |
AWSCodeStarClient.tagProject(TagProjectRequest request)
Adds tags to a project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TagProjectResult> |
AWSCodeStarAsyncClient.tagProjectAsync(TagProjectRequest request) |
Future<TagProjectResult> |
AbstractAWSCodeStarAsync.tagProjectAsync(TagProjectRequest request) |
Future<TagProjectResult> |
AWSCodeStarAsync.tagProjectAsync(TagProjectRequest tagProjectRequest)
Adds tags to a project.
|
Future<TagProjectResult> |
AWSCodeStarAsyncClient.tagProjectAsync(TagProjectRequest request,
AsyncHandler<TagProjectRequest,TagProjectResult> asyncHandler) |
Future<TagProjectResult> |
AbstractAWSCodeStarAsync.tagProjectAsync(TagProjectRequest request,
AsyncHandler<TagProjectRequest,TagProjectResult> asyncHandler) |
Future<TagProjectResult> |
AWSCodeStarAsync.tagProjectAsync(TagProjectRequest tagProjectRequest,
AsyncHandler<TagProjectRequest,TagProjectResult> asyncHandler)
Adds tags to a project.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TagProjectResult> |
AWSCodeStarAsyncClient.tagProjectAsync(TagProjectRequest request,
AsyncHandler<TagProjectRequest,TagProjectResult> asyncHandler) |
Future<TagProjectResult> |
AbstractAWSCodeStarAsync.tagProjectAsync(TagProjectRequest request,
AsyncHandler<TagProjectRequest,TagProjectResult> asyncHandler) |
Future<TagProjectResult> |
AWSCodeStarAsync.tagProjectAsync(TagProjectRequest tagProjectRequest,
AsyncHandler<TagProjectRequest,TagProjectResult> asyncHandler)
Adds tags to a project.
|
| Modifier and Type | Method and Description |
|---|---|
TagProjectResult |
TagProjectResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
TagProjectResult |
TagProjectResult.clearTagsEntries()
Removes all the entries added into Tags.
|
TagProjectResult |
TagProjectResult.clone() |
TagProjectResult |
TagProjectResult.withTags(Map<String,String> tags)
The tags for the project.
|
Copyright © 2025. All rights reserved.