Uses of Class
software.amazon.awssdk.services.codeartifact.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.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. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseCodeartifactClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in CodeArtifact.default ListTagsForResourceResponseCodeartifactClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in CodeArtifact.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>CodeartifactAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in CodeArtifact.default CompletableFuture<ListTagsForResourceResponse>CodeartifactAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets information about Amazon Web Services tags for a specified Amazon Resource Name (ARN) in CodeArtifact.
-