| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| 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 |
|---|---|
ListTagsForProjectRequest |
ListTagsForProjectRequest.clone() |
ListTagsForProjectRequest |
ListTagsForProjectRequest.withId(String id)
The ID of the project to get tags for.
|
ListTagsForProjectRequest |
ListTagsForProjectRequest.withMaxResults(Integer maxResults)
Reserved for future use.
|
ListTagsForProjectRequest |
ListTagsForProjectRequest.withNextToken(String nextToken)
Reserved for future use.
|
Copyright © 2021. All rights reserved.