| Package | Description |
|---|---|
| com.amazonaws.services.codestar |
|
| com.amazonaws.services.codestar.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagProjectResult> |
AWSCodeStarAsyncClient.untagProjectAsync(UntagProjectRequest request,
AsyncHandler<UntagProjectRequest,UntagProjectResult> asyncHandler) |
Future<UntagProjectResult> |
AWSCodeStarAsync.untagProjectAsync(UntagProjectRequest untagProjectRequest,
AsyncHandler<UntagProjectRequest,UntagProjectResult> asyncHandler)
Removes tags from a project.
|
Future<UntagProjectResult> |
AbstractAWSCodeStarAsync.untagProjectAsync(UntagProjectRequest request,
AsyncHandler<UntagProjectRequest,UntagProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UntagProjectRequest |
UntagProjectRequest.clone() |
UntagProjectRequest |
UntagProjectRequest.withId(String id)
The ID of the project to remove tags from.
|
UntagProjectRequest |
UntagProjectRequest.withTags(Collection<String> tags)
The tags to remove from the project.
|
UntagProjectRequest |
UntagProjectRequest.withTags(String... tags)
The tags to remove from the project.
|
Copyright © 2023. All rights reserved.