| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForProjectResult |
AWSCodeStarClient.listTagsForProject(ListTagsForProjectRequest request)
Gets the tags for a project.
|
ListTagsForProjectResult |
AWSCodeStar.listTagsForProject(ListTagsForProjectRequest listTagsForProjectRequest)
Gets the tags for a project.
|
ListTagsForProjectResult |
AbstractAWSCodeStar.listTagsForProject(ListTagsForProjectRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForProjectResult> |
AWSCodeStarAsyncClient.listTagsForProjectAsync(ListTagsForProjectRequest request,
AsyncHandler<ListTagsForProjectRequest,ListTagsForProjectResult> asyncHandler) |
Future<ListTagsForProjectResult> |
AWSCodeStarAsync.listTagsForProjectAsync(ListTagsForProjectRequest listTagsForProjectRequest,
AsyncHandler<ListTagsForProjectRequest,ListTagsForProjectResult> asyncHandler)
Gets the tags for a project.
|
Future<ListTagsForProjectResult> |
AbstractAWSCodeStarAsync.listTagsForProjectAsync(ListTagsForProjectRequest request,
AsyncHandler<ListTagsForProjectRequest,ListTagsForProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForProjectResult |
ListTagsForProjectResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListTagsForProjectResult |
ListTagsForProjectResult.clearTagsEntries()
Removes all the entries added into Tags.
|
ListTagsForProjectResult |
ListTagsForProjectResult.clone() |
ListTagsForProjectResult |
ListTagsForProjectResult.withNextToken(String nextToken)
Reserved for future use.
|
ListTagsForProjectResult |
ListTagsForProjectResult.withTags(Map<String,String> tags)
The tags for the project.
|
Copyright © 2021. All rights reserved.