| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| 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 |
|---|---|
TagProjectRequest |
TagProjectRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
TagProjectRequest |
TagProjectRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
TagProjectRequest |
TagProjectRequest.clone() |
TagProjectRequest |
TagProjectRequest.withId(String id)
The ID of the project you want to add a tag to.
|
TagProjectRequest |
TagProjectRequest.withTags(Map<String,String> tags)
The tags you want to add to the project.
|
Copyright © 2024. All rights reserved.