| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact |
AWS CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build
tools such as npm, Apache Maven, NuGet, and pip.
|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AbstractAWSCodeArtifactAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSCodeArtifactAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSCodeArtifactAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeArtifact.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest |
ListTagsForResourceRequest.clone() |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to get tags for.
|
Copyright © 2021. All rights reserved.