| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact |
CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools
such as npm, Apache Maven, pip, and dotnet.
|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AbstractAWSCodeArtifactAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AWSCodeArtifactAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AWSCodeArtifactAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes tags from a resource in CodeArtifact.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource that you want to remove tags from.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The tag key for each tag that you want to remove from the resource.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The tag key for each tag that you want to remove from the resource.
|
Copyright © 2024. All rights reserved.